/openbmc/linux/Documentation/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. 174 - Software loaded with hardware assist. 185 - Software loaded TLB. 186 - e6500 adds HW loaded indirect TLB entries. 226 - Book3E, software loaded TLB + HW loaded indirect TLB entries.
|
/openbmc/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()
|
/openbmc/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 sha1 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 sha1 hashing of loaded policy 79 loaded policy provide system administrators a quick way 92 This option allows reading back binary policy as it was loaded. 95 checkpoint and restore support, and debugging of loaded policy. [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/ |
H A D | runexported.py | 90 loaded = json.load(f) 93 loaded["target"]["ip"] = args.ip 95 loaded["target"]["server_ip"] = args.server_ip 98 for key in loaded["d"].keys(): 99 d[key] = loaded["d"][key] 117 for key in loaded["target"].keys(): 118 setattr(target, key, loaded["target"][key])
|
/openbmc/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 …]
|
/openbmc/linux/drivers/iommu/ |
H A D | iova.c | 637 struct iova_magazine *loaded; member 748 cpu_rcache->loaded = iova_magazine_alloc(GFP_KERNEL); in iova_domain_init_rcaches() 750 if (!cpu_rcache->loaded || !cpu_rcache->prev) { in iova_domain_init_rcaches() 787 if (!iova_magazine_full(cpu_rcache->loaded)) { in __iova_rcache_insert() 790 swap(cpu_rcache->prev, cpu_rcache->loaded); in __iova_rcache_insert() 799 cpu_rcache->loaded; in __iova_rcache_insert() 801 mag_to_free = cpu_rcache->loaded; in __iova_rcache_insert() 805 cpu_rcache->loaded = new_mag; in __iova_rcache_insert() 811 iova_magazine_push(cpu_rcache->loaded, iova_pfn); in __iova_rcache_insert() 850 if (!iova_magazine_empty(cpu_rcache->loaded)) { in __iova_rcache_get() [all …]
|
/openbmc/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.
|
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/fixtures/ |
H A D | README | 3 Fixtures are data dumps that can be loaded into Toaster's database to provide 6 In this directory we have the fixtures which are loaded the first time you start Toaster. 21 "custom.xml" in this directory. If present it will be loaded into the database. 23 All objects loaded with the same primary keys overwrite the existing data.
|
/openbmc/openbmc/poky/meta-selftest/lib/devtool/ |
H A D | bbpath.py | 21 print(kept_context.loaded) 31 context.loaded += 1 33 context.loaded = 1
|
/openbmc/u-boot/doc/uImage.FIT/ |
H A D | multi_spl.its | 5 * of multiple images loaded by the SPL. 6 * Several binaries will be loaded at their respective load addresses. 9 * is used to identify images to be loaded into memory. If falcon boot is 18 description = "multiple firmware blobs and U-Boot, loaded by SPL";
|
H A D | sec_firmware_ppa.its | 5 * of SEC Firmware and multiple loadable images loaded by the u-boot. 6 * For booting PPA (SEC Firmware), "firmware" is searched and loaded. 8 * Multiple binaries will be loaded as "loadables" (if present) at their
|
/openbmc/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
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | reset.c | 211 bool loaded; in kvm_reset_vcpu() local 223 loaded = (vcpu->cpu != -1); in kvm_reset_vcpu() 224 if (loaded) in kvm_reset_vcpu() 299 if (loaded) in kvm_reset_vcpu()
|
/openbmc/ibm-logging/ |
H A D | policy_table.hpp | 68 return loaded; in isLoaded() 127 bool loaded = false; member in ibm::logging::policy::Table
|
H A D | policy_table.cpp | 70 loaded = true; in load() 77 loaded = false; in load()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/colord/colord/ |
H A D | 0001-Move-the-function-cd_icc_create_from_edid-to-avoid-u.patch | 47 + /* not loaded */ 52 + "already loaded or generated"); 117 - /* not loaded */ 122 - "already loaded or generated");
|
/openbmc/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.
|
/openbmc/u-boot/board/efi/ |
H A D | Kconfig | 13 U-Boot is loaded as an application from EFI. 21 U-Boot is loaded as a payload from EFI.
|
/openbmc/qemu/docs/system/ |
H A D | generic-loader.rst | 38 loaded. If not specified the address space of the first CPU is used. 75 The loader device also allows files to be loaded into memory. It can load ELF, 82 A file to be loaded into memory 85 The memory address where the file should be loaded. This is required 91 memory address where the raw file is loaded or the entry point
|
/openbmc/u-boot/arch/arm/mach-bcmstb/ |
H A D | Kconfig | 9 acting as the third stage bootloader (TSBL), loaded by BOLT. 17 acting as the third stage bootloader (TSBL), loaded by BOLT.
|
/openbmc/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.
|
/openbmc/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
|