| /arch/riscv/kernel/tests/ |
| A D | Kconfig.debug | 8 bool "arch/riscv/kernel runtime Testing" 11 Enable riscv kernel runtime testing. 16 bool "KUnit test riscv module linking at runtime" if !KUNIT_ALL_TESTS 35 endmenu # "arch/riscv/kernel runtime Testing"
|
| /arch/loongarch/kernel/ |
| A D | efi.c | 54 if (!efi_enabled(EFI_BOOT) || !efi_systab->runtime) in efi_runtime_init() 62 efi.runtime = (efi_runtime_services_t *)efi_systab->runtime; in efi_runtime_init() 63 efi.runtime_version = (unsigned int)efi.runtime->hdr.revision; in efi_runtime_init()
|
| /arch/x86/kernel/cpu/ |
| A D | hypervisor.c | 105 copy_array(&h->runtime, &x86_platform.hyper, sizeof(h->runtime)); in init_hypervisor_platform()
|
| A D | mshyperv.c | 704 .runtime.sev_es_hcall_prepare = hv_sev_es_hcall_prepare, 705 .runtime.sev_es_hcall_finish = hv_sev_es_hcall_finish,
|
| A D | vmware.c | 590 .runtime.sev_es_hcall_prepare = vmware_sev_es_hcall_prepare, 591 .runtime.sev_es_hcall_finish = vmware_sev_es_hcall_finish,
|
| /arch/powerpc/platforms/powernv/ |
| A D | Kconfig | 31 bool "Enable runtime allocation of RAM for tracing" 34 Enabling this option allows for runtime allocation of memory (RAM)
|
| /arch/x86/platform/efi/ |
| A D | efi_32.c | 116 status = efi_call_svam(&systab->runtime, in efi_set_virtual_address_map() 119 __pa(&efi.runtime)); in efi_set_virtual_address_map()
|
| A D | Makefile | 8 obj-$(CONFIG_EFI_RUNTIME_MAP) += runtime-map.o
|
| A D | efi.c | 387 efi_runtime = systab64->runtime; in efi_systab_init() 388 over4g = systab64->runtime > U32_MAX; in efi_systab_init() 418 efi_runtime = systab32->runtime; in efi_systab_init() 867 efi.runtime = (efi_runtime_services_t *)efi_runtime; in efi_enter_virtual_mode() 901 EFI_ATTR_SHOW(runtime); 905 struct kobj_attribute efi_attr_runtime = __ATTR_RO(runtime);
|
| A D | efi_64.c | 480 ____s = efi64_thunk(efi.runtime->mixed_mode.func, __VA_ARGS__); \ 827 status = arch_efi_call_virt(efi.runtime, set_virtual_address_map, in efi_set_virtual_address_map() 835 efi.runtime = READ_ONCE(systab->runtime); in efi_set_virtual_address_map()
|
| /arch/x86/boot/compressed/ |
| A D | efi.h | 77 u64 runtime; member 94 u32 runtime; member
|
| /arch/x86/include/asm/ |
| A D | hypervisor.h | 55 struct x86_hyper_runtime runtime; member
|
| /arch/x86/xen/ |
| A D | enlighten_hvm.c | 318 x86_hyper_xen_hvm.runtime.pin_vcpu = x86_op_int_noop; in xen_platform_hvm() 332 .runtime.pin_vcpu = xen_pin_vcpu,
|
| A D | efi.c | 39 .runtime = (efi_runtime_services_t *)EFI_INVALID_TABLE_ADDR,
|
| /arch/arm64/boot/dts/broadcom/ |
| A D | bcm2712-rpi-5-b.dts | 4 * the RP1 driver to load the RP1 dtb overlay at runtime, while
|
| /arch/parisc/ |
| A D | Kconfig.debug | 9 to catch memory overwrites at runtime. For more advanced
|
| /arch/um/include/asm/ |
| A D | Kbuild | 21 generic-y += runtime-const.h
|
| /arch/loongarch/ |
| A D | Kconfig.debug | 38 Enabling this option will increase the kernel's runtime memory usage
|
| /arch/x86/ |
| A D | Kconfig.debug | 66 issues with the mapping of the EFI runtime regions into that 207 This debugging adds some small amount of runtime overhead 246 Enabling this option will increase the kernel's runtime memory usage 271 useful in many cases. Unlike the other unwinders, it has no runtime
|
| /arch/powerpc/platforms/ps3/ |
| A D | Kconfig | 48 system will have optimal runtime performance. 56 processor's IO Controller. This support incurs some runtime
|
| /arch/arm/boot/dts/st/ |
| A D | stm32mp157f-dk2.dts | 173 * will cause the pull-up on D+/D- to be raised as soon as the OTG is configured at runtime,
|
| /arch/arm/boot/dts/renesas/ |
| A D | r8a7790-lager.dts | 306 * We use the I2C demuxer, so the desired IP core can be selected at runtime 309 * bus with IIC3 on pins 110 (SCL) + 112 (SDA), select I2C0 at runtime, and 310 * instantiate the slave device at runtime according to the documentation.
|
| /arch/arm64/boot/dts/qcom/ |
| A D | qcs8550.dtsi | 21 * conveys the information by updating devicetree at runtime.
|
| /arch/x86/kernel/ |
| A D | kvm.c | 1015 .runtime.sev_es_hcall_prepare = kvm_sev_es_hcall_prepare, 1016 .runtime.sev_es_hcall_finish = kvm_sev_es_hcall_finish,
|
| /arch/arm64/ |
| A D | Kconfig | 1826 This feature can be controlled at runtime with the abi.swp 1855 controlled at runtime with the abi.cp15_barrier sysctl. 1867 at runtime with the abi.setend sysctl. 1909 The feature is detected at runtime, and will remain as a 'nop' 1970 at runtime, and does not affect PEs that do not implement 2155 runtime. Any secondary CPU not implementing this feature will 2176 The feature is detected at runtime, and will remain disabled 2237 The feature is detected at runtime, and will remain disabled 2302 This adds runtime checks to functions enabling/disabling 2432 bool "UEFI runtime support" [all …]
|