Home
last modified time | relevance | path

Searched refs:loaded (Results 1 – 25 of 728) sorted by relevance

12345678910>>...30

/OK3568_Linux_fs/kernel/Documentation/powerpc/
H A Dcpu_families.rst13 - Software loaded TLB (603 and e300)
14 - Selectable Software loaded TLB in addition to hash MMU (755, 7450, e600)
114 - Software loaded TLB.
161 - Software loaded with hardware assist.
172 - Software loaded TLB.
173 - e6500 adds HW loaded indirect TLB entries.
213 - Book3E, software loaded TLB + HW loaded indirect TLB entries.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/
H A Dimage_source.cpp33 if (loaded || req) { in setURL()
34 loaded = false; in setURL()
45 loaded = true; in setImage()
56 loaded = true; in loadDescription()
59 if (req || loaded) { in loadDescription()
77 loaded = true; in loadDescription()
H A Dgeojson_source.cpp26 if (loaded || req) { in setURL()
27 loaded = false; in setURL()
45 loaded = true; in loadDescription()
75 loaded = true; in loadDescription()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcounts.h16 struct xyarray *loaded; member
29 return *((bool *) xyarray__entry(counts->loaded, cpu, thread)); in perf_counts__is_loaded()
33 perf_counts__set_loaded(struct perf_counts *counts, int cpu, int thread, bool loaded) in perf_counts__set_loaded() argument
35 *((bool *) xyarray__entry(counts->loaded, cpu, thread)) = loaded; in perf_counts__set_loaded()
H A Dcounts.c31 counts->loaded = values; in perf_counts__new()
40 xyarray__delete(counts->loaded); in perf_counts__delete()
48 xyarray__reset(counts->loaded); in perf_counts__reset()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dtainted-kernels.rst42 the kernel got tainted earlier because a proprietary Module (``P``) was loaded,
43 a warning occurred (``W``), and an externally-built module was loaded (``O``).
61 * Proprietary module was loaded (#0)
63 * Externally-built ('out-of-tree') module was loaded (#12)
85 0 G/P 1 proprietary module was loaded
86 1 _/F 2 module was force loaded
95 10 _/C 1024 staging driver was loaded
97 12 _/O 4096 externally-built ("out-of-tree") module was loaded
98 13 _/E 8192 unsigned module was loaded
111 0) ``G`` if all modules loaded have a GPL or compatible license, ``P`` if
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/
H A Drunexported.py90 loaded = json.load(f)
93 loaded["target"]["ip"] = args.ip
95 loaded["target"]["server_ip"] = args.server_ip
98 for key in loaded["d"].keys():
99 d[key] = loaded["d"][key]
117 for key in loaded["target"].keys():
118 setattr(target, key, loaded["target"][key])
/OK3568_Linux_fs/buildroot/docs/website/js/
H A Dbuildroot.js9 let loaded = 0;
16 loaded += 1;
17 if (loaded > nb_display)
30 let empty = nb_display - loaded;
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/fixtures/
H A DREADME3 Fixtures are data dumps that can be loaded into Toaster's database to provide
6 In this directory we have the fixtures which are loaded the first time you start Toaster.
21 "custom.xml" in this directory. If present it will be loaded into the database.
23 All objects loaded with the same primary keys overwrite the existing data.
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-platform-sst-atom8 If the FW has never been loaded it will display::
10 "FW not yet loaded"
12 If FW has been loaded it will display::
/OK3568_Linux_fs/kernel/drivers/vhost/
H A DKconfig34 This kernel module can be loaded in host kernel to accelerate
36 module itself which needs to be loaded in guest kernel.
57 This kernel module can be loaded in the host kernel to provide AF_VSOCK
59 virtio_transport.ko driver loaded to use the virtio-vsock device.
71 This kernel module can be loaded in host kernel to accelerate
/OK3568_Linux_fs/u-boot/doc/uImage.FIT/
H A Dmulti_spl.its5 * of multiple images loaded by the SPL.
6 * Several binaries will be loaded at their respective load addresses.
9 * is used to identify images to be loaded into memory. If falcon boot is
18 description = "multiple firmware blobs and U-Boot, loaded by SPL";
/OK3568_Linux_fs/yocto/poky/meta-selftest/lib/devtool/
H A Dbbpath.py21 print(kept_context.loaded)
31 context.loaded += 1
33 context.loaded = 1
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dimage_manager.cpp8 if (loaded == loaded_) { in setLoaded()
12 loaded = loaded_; in setLoaded()
14 if (loaded) { in setLoaded()
23 return loaded; in isLoaded()
100 Log::Info(Event::General, "ImageManager::loaded: %d", loaded); in dumpDebugLogs()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/
H A Dstyle_impl.cpp54 loaded = false; in loadURL()
59 if (mutated && loaded) { in loadURL()
88 loaded = false; in parse()
118 loaded = true; in parse()
253 if (!loaded) { in isLoaded()
262 if (!source->loaded) { in isLoaded()
310 if (!source.loaded) { in onSourceDescriptionChanged()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/
H A Dtile.hpp94 return loaded; in isLoaded()
103 return loaded && !pending; in isComplete()
133 bool loaded = false; member in mbgl::Tile
H A Draster_tile.cpp28 loaded = true; in setError()
45 loaded = true; in onParsed()
54 loaded = true; in onError()
H A Draster_dem_tile.cpp39 loaded = true; in setError()
56 loaded = true; in onParsed()
65 loaded = true; in onError()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Diova.c886 struct iova_magazine *loaded; member
979 cpu_rcache->loaded = iova_magazine_alloc(GFP_KERNEL); in init_iova_rcaches()
1003 if (!iova_magazine_full(cpu_rcache->loaded)) { in __iova_rcache_insert()
1006 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_insert()
1015 cpu_rcache->loaded; in __iova_rcache_insert()
1017 mag_to_free = cpu_rcache->loaded; in __iova_rcache_insert()
1021 cpu_rcache->loaded = new_mag; in __iova_rcache_insert()
1027 iova_magazine_push(cpu_rcache->loaded, iova_pfn); in __iova_rcache_insert()
1066 if (!iova_magazine_empty(cpu_rcache->loaded)) { in __iova_rcache_get()
1069 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_get()
[all …]
/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-plugins.txt50 The _tep_unload_plugins()_ function unloads the plugins, previously loaded by
52 _plugin_list_ is the list of loaded plugins, returned by
63 The _tep_load_plugins()_ function returns a list of successfully loaded plugins,
64 or NULL in case no plugins are loaded.
76 /* no plugins are loaded */
/OK3568_Linux_fs/kernel/arch/arm64/kvm/
H A Dreset.c211 bool loaded; in kvm_reset_vcpu() local
223 loaded = (vcpu->cpu != -1); in kvm_reset_vcpu()
224 if (loaded) in kvm_reset_vcpu()
301 if (loaded) in kvm_reset_vcpu()
/OK3568_Linux_fs/kernel/security/apparmor/
H A DKconfig21 bool "Enable introspection of sha1 hashes for loaded profiles"
27 This option selects whether introspection of loaded policy
35 This option selects whether sha1 hashing of loaded policy
37 loaded policy provide system administrators a quick way
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/
H A Dtest_htmlparser.py28 loaded = pickle.loads(dumped)
29 self.assertTrue(isinstance(loaded.builder, type(tree.builder)))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/colord/colord-native/
H A D0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch47 + /* not loaded */
52 + "already loaded or generated");
117 - /* not loaded */
122 - "already loaded or generated");
/OK3568_Linux_fs/buildroot/package/libgtk3/
H A D0004-Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch85 GdkPixbuf *loaded;
91 loaded = load_symbolic_svg (file_data, file_len, width, height,
101 if (loaded == NULL)

12345678910>>...30