Home
last modified time | relevance | path

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

12345678910>>...20

/Linux-v5.15/Documentation/powerpc/
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.
/Linux-v5.15/tools/perf/util/
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()
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()
/Linux-v5.15/Documentation/admin-guide/
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 …]
/Linux-v5.15/Documentation/ABI/testing/
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::
Dsysfs-bus-intel_th-output-devices7 correstponding output port driver be loaded.
15 port driver is not loaded.
Dconfigfs-acpi21 closed the table will be loaded and ACPI devices
28 after the table has been loaded by filling the aml entry:
Devm15 asymmetric key. These keys are loaded onto root's
71 Note that once an HMAC key has been loaded, it will no longer
73 HMAC key has been loaded will clear the corresponding flag.
/Linux-v5.15/drivers/vhost/
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
/Linux-v5.15/drivers/iommu/
Diova.c810 struct iova_magazine *loaded; member
904 cpu_rcache->loaded = iova_magazine_alloc(GFP_KERNEL); in init_iova_rcaches()
928 if (!iova_magazine_full(cpu_rcache->loaded)) { in __iova_rcache_insert()
931 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_insert()
940 cpu_rcache->loaded; in __iova_rcache_insert()
942 mag_to_free = cpu_rcache->loaded; in __iova_rcache_insert()
946 cpu_rcache->loaded = new_mag; in __iova_rcache_insert()
952 iova_magazine_push(cpu_rcache->loaded, iova_pfn); in __iova_rcache_insert()
991 if (!iova_magazine_empty(cpu_rcache->loaded)) { in __iova_rcache_get()
994 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_get()
[all …]
/Linux-v5.15/tools/lib/traceevent/Documentation/
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 */
/Linux-v5.15/security/apparmor/
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
/Linux-v5.15/arch/arm64/kvm/
Dreset.c215 bool loaded; in kvm_reset_vcpu() local
227 loaded = (vcpu->cpu != -1); in kvm_reset_vcpu()
228 if (loaded) in kvm_reset_vcpu()
305 if (loaded) in kvm_reset_vcpu()
/Linux-v5.15/Documentation/admin-guide/media/
Dttusb-dec.rst41 Since 2.6 kernels, the firmware is loaded at the point that the driver module
42 is loaded.
/Linux-v5.15/Documentation/livepatch/
Dcallbacks.rst68 A callback is only executed if its host klp_object is loaded. For
71 callbacks will only execute if the target module is loaded. When a
72 module target is (un)loaded, its callbacks will execute only if the
82 - Refuse to load a livepatch, if the livepatch is loaded after
88 loaded.
/Linux-v5.15/Documentation/scsi/
Dscsi.rst24 loaded, and if you unload the modules, it will have to be the last one
29 The individual upper and lower level drivers can be loaded in any order
30 once the scsi core is present in the kernel (either compiled in or loaded
/Linux-v5.15/Documentation/admin-guide/LSM/
Dapparmor.rst9 a task centered policy, with task "profiles" being created and loaded
34 policy must be loaded into the kernel from user space (see the Documentation
DLoadPin.rst5 LoadPin is a Linux Security Module that ensures all kernel-loaded files
17 LoadPin starts pinning when it sees the first file loaded. If the
/Linux-v5.15/drivers/accessibility/speakup/
DKconfig37 requires software to be pre-loaded on to the card before
38 the module can be loaded. See the decpc choice below
124 contains the software which must be pre-loaded on to the
127 loaded until the file system is mounted and the DecTalk
128 PC software has been pre-loaded on to the board.
174 it built-in to the kernel or loaded as a module.
/Linux-v5.15/Documentation/trace/coresight/
Dcoresight-config.rst37 a matching device, either when the feature is loaded into the system, or when the
69 The current value of the parameter is loaded into the device when the feature
136 The set of configurations and features that are currently loaded into the
203 loaded the feature.
209 The configurations loaded into the CoreSight configuration management are
217 Key directories here are 'configurations' - which lists the loaded
/Linux-v5.15/Documentation/admin-guide/device-mapper/
Ddm-ima.rst99 When a new table is loaded in a device's inactive table slot,
128 which is being loaded into the DM device's inactive table slot.
220 device_active_metadata := Device metadata that reflects the currently loaded active table.
224 active_table_hash := Hash of the currently loaded active table.
291 device_active_metadata := Device metadata that reflects the currently loaded active table.
364 When a 'cache' target is loaded, then IMA ASCII measurement log will have an entry
407 When a 'crypt' target is loaded, then IMA ASCII measurement log will have an entry
450 When a 'integrity' target is loaded, then IMA ASCII measurement log will have an entry
477 When a 'linear' target is loaded, then IMA ASCII measurement log will have an entry
514 When a 'mirror' target is loaded, then IMA ASCII measurement log will have an entry
[all …]
/Linux-v5.15/Documentation/sound/cards/
Dmixart.rst22 are loaded, i.e. no PCM nor mixer devices will appear.
82 [As of 2.6.11, the firmware can be loaded automatically with hotplug
86 For loading the firmware automatically after the module is loaded, use a
/Linux-v5.15/drivers/net/wireless/atmel/
DKconfig27 and need their firmware loaded at start-up. If yours is
29 to be loaded into the card by the driver. The Atmel
/Linux-v5.15/Documentation/dev-tools/
Dgdb-kernel-debugging.rst83 - Set a breakpoint on some not yet loaded module function, e.g.::
94 - Load the module on the target and watch the symbols being loaded as well as
171 lx-lsmod -- List currently loaded modules
172 lx-symbols -- (Re-)load symbols of Linux kernel and currently loaded modules
/Linux-v5.15/Documentation/translations/zh_CN/admin-guide/
Dtainted-kernels.rst61 * Proprietary module was loaded (#0)
63 * Externally-built ('out-of-tree') module was loaded (#12)

12345678910>>...20