Home
last modified time | relevance | path

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

12345678910>>...18

/Linux-v5.4/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.c30 counts->loaded = values; in perf_counts__new()
39 xyarray__delete(counts->loaded); in perf_counts__delete()
47 xyarray__reset(counts->loaded); in perf_counts__reset()
/Linux-v5.4/Documentation/powerpc/
Dcpu_families.rst112 - Software loaded TLB.
159 - Software loaded with hardware assist.
170 - Software loaded TLB.
171 - e6500 adds HW loaded indirect TLB entries.
211 - Book3E, software loaded TLB + HW loaded indirect TLB entries.
/Linux-v5.4/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.4/Documentation/ABI/testing/
Dsysfs-platform-sst-atom8 If the FW has never been loaded it will display:
9 "FW not yet loaded"
10 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-acpi20 closed the table will be loaded and ACPI devices
27 after the table has been loaded by filling the aml entry:
/Linux-v5.4/tools/lib/traceevent/Documentation/
Dlibtraceevent-plugins.txt42 The _tep_unload_plugins()_ function unloads the plugins, previously loaded by
44 _plugin_list_ is the list of loaded plugins, returned by
49 The _tep_load_plugins()_ function returns a list of successfully loaded plugins,
50 or NULL in case no plugins are loaded.
62 /* no plugins are loaded */
/Linux-v5.4/drivers/vhost/
DKconfig7 This kernel module can be loaded in host kernel to accelerate
9 module itself which needs to be loaded in guest kernel.
30 This kernel module can be loaded in the host kernel to provide AF_VSOCK
32 virtio_transport.ko driver loaded to use the virtio-vsock device.
/Linux-v5.4/drivers/iommu/
Diova.c786 struct iova_magazine *loaded; member
877 cpu_rcache->loaded = iova_magazine_alloc(GFP_KERNEL); in init_iova_rcaches()
901 if (!iova_magazine_full(cpu_rcache->loaded)) { in __iova_rcache_insert()
904 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_insert()
913 cpu_rcache->loaded; in __iova_rcache_insert()
915 mag_to_free = cpu_rcache->loaded; in __iova_rcache_insert()
919 cpu_rcache->loaded = new_mag; in __iova_rcache_insert()
925 iova_magazine_push(cpu_rcache->loaded, iova_pfn); in __iova_rcache_insert()
964 if (!iova_magazine_empty(cpu_rcache->loaded)) { in __iova_rcache_get()
967 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_get()
[all …]
/Linux-v5.4/security/apparmor/
DKconfig19 bool "Enable introspection of sha1 hashes for loaded profiles"
25 This option selects whether introspection of loaded policy
33 This option selects whether sha1 hashing of loaded policy
35 loaded policy provide system administrators a quick way
/Linux-v5.4/arch/arm64/kvm/
Dreset.c262 bool loaded; in kvm_reset_vcpu() local
268 loaded = (vcpu->cpu != -1); in kvm_reset_vcpu()
269 if (loaded) in kvm_reset_vcpu()
337 if (loaded) in kvm_reset_vcpu()
/Linux-v5.4/Documentation/media/dvb-drivers/
Dttusb-dec.rst41 Since 2.6 kernels, the firmware is loaded at the point that the driver module
42 is loaded.
/Linux-v5.4/Documentation/
Ddebugging-modules.txt21 that the module be loaded -- it won't have any effect if that module
22 is being loaded explicitly using "modprobe" from userspace.
/Linux-v5.4/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.4/Documentation/scsi/
Dscsi.txt20 loaded, and if you unload the modules, it will have to be the last one
25 The individual upper and lower level drivers can be loaded in any order
26 once the scsi core is present in the kernel (either compiled in or loaded
/Linux-v5.4/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.4/drivers/staging/speakup/
DKconfig37 requires software to be pre-loaded on to the card before
38 the module can be loaded. See the decpc choice below
119 contains the software which must be pre-loaded on to the
122 loaded until the file system is mounted and the DecTalk
123 PC software has been pre-loaded on to the board.
169 it built-in to the kernel or loaded as a module.
/Linux-v5.4/arch/c6x/include/asm/
Dmodule.h17 unsigned int loaded; member
/Linux-v5.4/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.4/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.4/Documentation/x86/
Dboot.rst454 - If 0, the protected-mode code is loaded at 0x10000.
455 - If 1, the protected-mode code is loaded at 0x100000.
499 loaded at 0x90000, it gets moved there later in the loading
507 if the real-mode code is loaded at 0x90000.
640 true.) A relocatable kernel that is loaded at an alignment
657 be loaded at any address that satisfies the kernel_alignment field.
659 point to the loaded code, or to a boot loader hook.
921 can be loaded at another address, but it is internally
923 real-mode code must be loaded at 0x90000.
1001 loaded at 0x90000 */
[all …]
/Linux-v5.4/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.4/virt/kvm/arm/
Darch_timer.c145 WARN_ON(timer_ctx && timer_ctx->loaded); in kvm_timer_irq_can_fire()
163 WARN(ctx->loaded, "timer %d loaded\n", i); in kvm_timer_earliest_exp()
235 if (timer_ctx->loaded) { in kvm_timer_should_fire()
348 if (!ctx->loaded) in timer_save_state()
376 ctx->loaded = false; in timer_save_state()
427 if (ctx->loaded) in timer_restore_state()
447 ctx->loaded = true; in timer_restore_state()

12345678910>>...18