/linux/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/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/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. 95 checkpoint and restore support, and debugging of loaded policy. [all …]
|
/linux/Documentation/admin-guide/ |
H A D | tainted-kernels.rst | 42 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 112 0) ``G`` if all modules loaded have a GPL or compatible license, ``P`` if [all …]
|
/linux/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/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:
|
H A D | debugfs-driver-habanalabs | 140 by the device's CPU, Not available when device is loaded with secured 148 the device's CPU, Not available when device is loaded with secured 158 when device is loaded with secured firmware 165 the device's CPU, Not available when device is loaded with secured 173 the device's CPU, Not available when device is loaded with secured 181 when device is loaded with secured firmware 188 when device is loaded with secured firmware 195 when device is loaded with secured firmware
|
H A D | evm | 16 asymmetric key. These keys are loaded onto root's 72 Note that once an HMAC key has been loaded, it will no longer 74 HMAC key has been loaded will clear the corresponding flag.
|
/linux/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. 62 This kernel module can be loaded in the host kernel to provide AF_VSOCK 64 virtio_transport.ko driver loaded to use the virtio-vsock device. 76 This kernel module can be loaded in host kernel to accelerate
|
/linux/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()
|
/linux/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/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/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/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/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/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/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. 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/drivers/hid/bpf/progs/ |
H A D | README | 9 They should be loaded in the kernel by `udev-hid-bpf`: 91 ### program loaded 93 You can check that the program has been properly loaded with `bpftool`
|
/linux/Documentation/sound/cards/ |
H A D | mixart.rst | 22 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/kernel/module/ |
H A D | sysfs.c | 168 unsigned int notes, loaded, i; in add_notes_attrs() local 190 for (loaded = i = 0; i < info->hdr->e_shnum; ++i) { in add_notes_attrs() 195 nattr->attr.name = mod->sect_attrs->attrs[loaded].battr.attr.name; in add_notes_attrs() 202 ++loaded; in add_notes_attrs()
|
/linux/Documentation/admin-guide/LSM/ |
H A D | LoadPin.rst | 5 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
|