Home
last modified time | relevance | path

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

12345678910>>...20

/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/arm64/kvm/
Daarch32.c48 static void post_fault_synchronize(struct kvm_vcpu *vcpu, bool loaded) in post_fault_synchronize() argument
50 if (loaded) { in post_fault_synchronize()
178 bool loaded = pre_fault_synchronize(vcpu); in kvm_inject_undef32() local
181 post_fault_synchronize(vcpu, loaded); in kvm_inject_undef32()
194 bool loaded; in inject_abt32() local
196 loaded = pre_fault_synchronize(vcpu); in inject_abt32()
221 post_fault_synchronize(vcpu, loaded); in inject_abt32()
Dreset.c268 bool loaded; in kvm_reset_vcpu() local
280 loaded = (vcpu->cpu != -1); in kvm_reset_vcpu()
281 if (loaded) in kvm_reset_vcpu()
354 if (loaded) in kvm_reset_vcpu()
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-5.10/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
65 Note that once an HMAC key has been loaded, it will no longer
67 HMAC key has been loaded will clear the corresponding flag.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/drivers/iommu/
Diova.c786 struct iova_magazine *loaded; member
879 cpu_rcache->loaded = iova_magazine_alloc(GFP_KERNEL); in init_iova_rcaches()
903 if (!iova_magazine_full(cpu_rcache->loaded)) { in __iova_rcache_insert()
906 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_insert()
915 cpu_rcache->loaded; in __iova_rcache_insert()
917 mag_to_free = cpu_rcache->loaded; in __iova_rcache_insert()
921 cpu_rcache->loaded = new_mag; in __iova_rcache_insert()
927 iova_magazine_push(cpu_rcache->loaded, iova_pfn); in __iova_rcache_insert()
966 if (!iova_magazine_empty(cpu_rcache->loaded)) { in __iova_rcache_get()
969 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_get()
[all …]
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dmodule.h17 unsigned int loaded; member
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/staging/
Dtee.rst241 * TEE_CMD_ID_OPEN_SESSION - opens a session with a loaded TA.
242 * TEE_CMD_ID_CLOSE_SESSION - closes session with loaded TA
243 * TEE_CMD_ID_INVOKE_CMD - invokes a command with loaded TA
255 * open_session - loads the TA binary and opens session with loaded TA.
256 * close_session - closes session with loaded TA and unloads it.
257 * invoke_func - invokes a command with loaded TA.

12345678910>>...20