| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | cpu_families.rst | 14 - Software loaded TLB (603 and e300) 15 - Selectable Software loaded TLB in addition to hash MMU (755, 7450, e600) 127 - Software loaded TLB. 156 - Software loaded with hardware assist. 167 - Software loaded TLB. 168 - e6500 adds HW loaded indirect TLB entries. 208 - Book3E, software loaded TLB + HW loaded indirect TLB entries.
|
| /linux-6.15/tools/perf/util/ |
| H A D | counts.h | 15 struct xyarray *loaded; member 28 return *((bool *) xyarray__entry(counts->loaded, cpu_map_idx, thread)); in perf_counts__is_loaded() 32 perf_counts__set_loaded(struct perf_counts *counts, int cpu_map_idx, int thread, bool loaded) in perf_counts__set_loaded() argument 34 *((bool *) xyarray__entry(counts->loaded, cpu_map_idx, thread)) = loaded; in perf_counts__set_loaded()
|
| H A D | counts.c | 32 counts->loaded = values; in perf_counts__new() 41 xyarray__delete(counts->loaded); in perf_counts__delete() 49 xyarray__reset(counts->loaded); in perf_counts__reset()
|
| /linux-6.15/security/apparmor/ |
| H A D | Kconfig | 48 bool "Allow loaded policy to be introspected" 52 This option selects whether introspection of loaded policy 55 of loaded policy, and check point and restore support. It 60 bool "Enable introspection of sha256 hashes for loaded profiles" 66 This option selects whether introspection of loaded policy 69 checking loaded policy. This option adds to policy load 77 This option selects whether sha256 hashing of loaded policy 79 loaded policy provide system administrators a quick way to 92 This option allows reading back binary policy as it was loaded. 98 bool "Perform full verification of loaded policy" [all …]
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | tainted-kernels.rst | 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 114 any proprietary module has been loaded. Modules without a 119 modules were loaded normally. 166 10) ``C`` if a staging driver has been loaded. [all …]
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-platform-sst-atom | 8 If the FW has never been loaded it will display:: 10 "FW not yet loaded" 12 If FW has been loaded it will display::
|
| H A D | sysfs-bus-intel_th-output-devices | 7 correstponding output port driver be loaded. 15 port driver is not loaded.
|
| H A D | sysfs-platform-intel-ifs | 38 Description: Version (hexadecimal) of loaded IFS test image. If no test image 39 is loaded reports "none". Only present for device instances where a test image 50 Reading the file will provide the suffix of the currently loaded IFS test image.
|
| H A D | configfs-acpi | 21 closed the table will be loaded and ACPI devices 28 after the table has been loaded by filling the aml entry:
|
| /linux-6.15/Documentation/tee/ |
| H A D | amd-tee.rst | 58 * TEE_CMD_ID_OPEN_SESSION - opens a session with a loaded TA. 59 * TEE_CMD_ID_CLOSE_SESSION - closes session with loaded TA 60 * TEE_CMD_ID_INVOKE_CMD - invokes a command with loaded TA 72 * open_session - loads the TA binary and opens session with loaded TA. 73 * close_session - closes session with loaded TA and unloads it. 74 * invoke_func - invokes a command with loaded TA.
|
| /linux-6.15/drivers/iommu/ |
| H A D | iova.c | 581 struct iova_magazine *loaded; member 744 if (!cpu_rcache->loaded || !cpu_rcache->prev) { in iova_domain_init_rcaches() 780 if (!iova_magazine_full(cpu_rcache->loaded)) { in __iova_rcache_insert() 783 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_insert() 790 iova_depot_push(rcache, cpu_rcache->loaded); in __iova_rcache_insert() 794 cpu_rcache->loaded = new_mag; in __iova_rcache_insert() 834 if (!iova_magazine_empty(cpu_rcache->loaded)) { in __iova_rcache_get() 837 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_get() 842 iova_magazine_free(cpu_rcache->loaded); in __iova_rcache_get() 843 cpu_rcache->loaded = iova_depot_pop(rcache); in __iova_rcache_get() [all …]
|
| /linux-6.15/drivers/vhost/ |
| H A D | Kconfig | 39 This kernel module can be loaded in host kernel to accelerate 41 module itself which needs to be loaded in guest kernel. 63 This kernel module can be loaded in the host kernel to provide AF_VSOCK 65 virtio_transport.ko driver loaded to use the virtio-vsock device. 77 This kernel module can be loaded in host kernel to accelerate
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | ialloc_repair.c | 529 unsigned int loaded; in xrep_fibt_get_records() local 532 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) { in xrep_fibt_get_records() 544 return loaded; in xrep_fibt_get_records() 559 unsigned int loaded; in xrep_ibt_get_records() local 562 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) { in xrep_ibt_get_records() 571 return loaded; in xrep_ibt_get_records()
|
| H A D | refcount_repair.c | 528 unsigned int loaded; in xrep_refc_get_records() local 531 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) { in xrep_refc_get_records() 541 return loaded; in xrep_refc_get_records()
|
| H A D | rtrefcount_repair.c | 569 unsigned int loaded; in xrep_rtrefc_get_records() local 572 for (loaded = 0; loaded < nr_wanted; loaded++, idx++) { in xrep_rtrefc_get_records() 582 return loaded; in xrep_rtrefc_get_records()
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | reset.c | 191 bool loaded; in kvm_reset_vcpu() local 200 loaded = (vcpu->cpu != -1); in kvm_reset_vcpu() 201 if (loaded) in kvm_reset_vcpu() 254 if (loaded) in kvm_reset_vcpu()
|
| /linux-6.15/Documentation/admin-guide/media/ |
| H A D | ttusb-dec.rst | 41 Since 2.6 kernels, the firmware is loaded at the point that the driver module 42 is loaded.
|
| /linux-6.15/Documentation/devicetree/bindings/net/ |
| H A D | marvell,aquantia.yaml | 13 Marvell Aquantia Ethernet PHY require a firmware to be loaded to actually 20 NVMEM cell, and loaded to the PHY using its mailbox interface. 21 - Manually provided firmware loaded from a file in the filesystem.
|
| /linux-6.15/Documentation/scsi/ |
| H A D | scsi.rst | 22 loaded, and if you unload the modules, it will have to be the last one 27 The individual upper and lower level drivers can be loaded in any order 28 once the SCSI core is present in the kernel (either compiled in or loaded
|
| /linux-6.15/Documentation/livepatch/ |
| H A D | callbacks.rst | 68 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-6.15/drivers/platform/x86/intel/ifs/ |
| H A D | sysfs.c | 115 if (!ifsd->loaded) in current_batch_show() 131 if (!ifsd->loaded) in image_version_show()
|
| /linux-6.15/Documentation/trace/coresight/ |
| H A D | coresight-config.rst | 37 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 206 loaded the feature. 212 The configurations loaded into the CoreSight configuration management are 280 Custom configurations and / or features can be dynamically loaded into the 288 When the module is loaded, then the configuration appears in the configfs 292 Configurations can use previously loaded features. The system will ensure
|
| /linux-6.15/drivers/accessibility/speakup/ |
| H A D | Kconfig | 37 requires software to be pre-loaded on to the card before 38 the module can be loaded. See the decpc choice below 125 contains the software which must be pre-loaded on to the 128 loaded until the file system is mounted and the DecTalk 129 PC software has been pre-loaded on to the board. 175 it built-in to the kernel or loaded as a module.
|
| /linux-6.15/Documentation/admin-guide/LSM/ |
| H A D | apparmor.rst | 9 a task centered policy, with task "profiles" being created and loaded 37 policy must be loaded into the kernel from user space (see the Documentation
|
| /linux-6.15/Documentation/admin-guide/device-mapper/ |
| H A D | dm-ima.rst | 99 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. 224 active_table_hash := Hash of 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 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 592 When a 'raid' target is loaded, then IMA ASCII measurement log will have an entry 627 When a 'snapshot' target is loaded, then IMA ASCII measurement log will have an entry 662 When a 'striped' target is loaded, then IMA ASCII measurement log will have an entry [all …]
|