/arch/loongarch/kernel/ |
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/ |
D | hypervisor.c | 105 copy_array(&h->runtime, &x86_platform.hyper, sizeof(h->runtime)); in init_hypervisor_platform()
|
D | vmware.c | 525 .runtime.sev_es_hcall_prepare = vmware_sev_es_hcall_prepare, 526 .runtime.sev_es_hcall_finish = vmware_sev_es_hcall_finish,
|
D | mshyperv.c | 644 .runtime.sev_es_hcall_prepare = hv_sev_es_hcall_prepare, 645 .runtime.sev_es_hcall_finish = hv_sev_es_hcall_finish,
|
/arch/powerpc/platforms/powernv/ |
D | Kconfig | 30 bool "Enable runtime allocation of RAM for tracing" 33 Enabling this option allows for runtime allocation of memory (RAM)
|
/arch/x86/platform/efi/ |
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()
|
D | Makefile | 9 obj-$(CONFIG_EFI_RUNTIME_MAP) += runtime-map.o
|
D | efi.c | 395 efi_runtime = systab64->runtime; in efi_systab_init() 396 over4g = systab64->runtime > U32_MAX; in efi_systab_init() 426 efi_runtime = systab32->runtime; in efi_systab_init() 890 efi.runtime = (efi_runtime_services_t *)efi_runtime; in efi_enter_virtual_mode() 931 EFI_ATTR_SHOW(runtime); 935 struct kobj_attribute efi_attr_runtime = __ATTR_RO(runtime);
|
D | efi_64.c | 524 ____s = efi64_thunk(efi.runtime->mixed_mode.func, __VA_ARGS__); \ 871 status = arch_efi_call_virt(efi.runtime, set_virtual_address_map, in efi_set_virtual_address_map() 879 efi.runtime = READ_ONCE(systab->runtime); in efi_set_virtual_address_map()
|
/arch/x86/boot/compressed/ |
D | efi.h | 77 u64 runtime; member 94 u32 runtime; member
|
/arch/ia64/kernel/ |
D | efi.c | 71 static efi_runtime_services_t *runtime; variable 87 ret = efi_call_##prefix((efi_get_time_t *) __va(runtime->get_time), \ 101 ret = efi_call_##prefix((efi_set_time_t *) __va(runtime->set_time), \ 117 (efi_get_wakeup_time_t *) __va(runtime->get_wakeup_time), \ 135 (efi_set_wakeup_time_t *) __va(runtime->set_wakeup_time), \ 154 (efi_get_variable_t *) __va(runtime->get_variable), \ 171 (efi_get_next_variable_t *) __va(runtime->get_next_variable), \ 188 (efi_set_variable_t *) __va(runtime->set_variable), \ 204 __va(runtime->get_next_high_mono_count), \ 223 (efi_reset_system_t *) __va(runtime->reset_system), \ [all …]
|
/arch/x86/include/asm/ |
D | hypervisor.h | 55 struct x86_hyper_runtime runtime; member
|
/arch/x86/xen/ |
D | enlighten_hvm.c | 319 x86_hyper_xen_hvm.runtime.pin_vcpu = x86_op_int_noop; in xen_platform_hvm() 333 .runtime.pin_vcpu = xen_pin_vcpu,
|
D | efi.c | 39 .runtime = (efi_runtime_services_t *)EFI_INVALID_TABLE_ADDR,
|
/arch/parisc/ |
D | Kconfig.debug | 9 to catch memory overwrites at runtime. For more advanced
|
/arch/x86/ |
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
|
D | Kconfig | 1234 plus 16K runtime memory on x86-64, 1260 possibly 4K of additional runtime pagetable memory. 1644 configuration, it is disabled at runtime. Enable it by 1931 bool "EFI runtime service support" 1938 This enables the kernel to use EFI runtime services that are 1944 of EFI runtime services. However, even with this option, the 2010 bool "Export EFI runtime maps to sysfs" if EXPERT 2013 Export EFI runtime memory regions to /sys/firmware/efi/runtime-map. 2017 See also Documentation/ABI/testing/sysfs-firmware-efi-runtime-map. 2101 but are discarded at runtime. [all …]
|
/arch/powerpc/platforms/ps3/ |
D | Kconfig | 48 system will have optimal runtime performance. 56 processor's IO Controller. This support incurs some runtime
|
/arch/arm/boot/dts/renesas/ |
D | r8a7790-lager.dts | 302 * We use the I2C demuxer, so the desired IP core can be selected at runtime 305 * bus with IIC3 on pins 110 (SCL) + 112 (SDA), select I2C0 at runtime, and 306 * instantiate the slave device at runtime according to the documentation.
|
/arch/x86/kernel/ |
D | kvm.c | 1009 .runtime.sev_es_hcall_prepare = kvm_sev_es_hcall_prepare, 1010 .runtime.sev_es_hcall_finish = kvm_sev_es_hcall_finish,
|
/arch/x86/kvm/ |
D | Kconfig | 147 Enables runtime assertions in KVM's MMU that are too costly to enable
|
/arch/arm64/ |
D | Kconfig | 1637 be turned off at runtime by passing rodata=[off|on] (and turned on 1752 This feature can be controlled at runtime with the abi.swp 1781 controlled at runtime with the abi.cp15_barrier sysctl. 1793 at runtime with the abi.setend sysctl. 1835 The feature is detected at runtime, and will remain as a 'nop' 1878 The feature is detected at runtime, and the kernel will use DC CVAC 1909 at runtime, and does not affect PEs that do not implement 1930 The feature is detected at runtime. If the feature is not present in 2113 runtime. Any secondary CPU not implementing this feature will 2134 The feature is detected at runtime, and will remain disabled [all …]
|
/arch/powerpc/boot/dts/ |
D | asp834x-redboot.dts | 282 * we need runtime fixup for >2.0 */
|
/arch/riscv/ |
D | Kconfig | 684 dynamically at runtime if the firmware supports it. 733 kernel binary at runtime to a different virtual address than the 736 relocation pass at runtime even if the kernel is loaded at the 810 bool "UEFI runtime support" 823 This option provides support for runtime services provided
|
/arch/loongarch/ |
D | Kconfig | 383 bool "EFI runtime service support" 387 This enables the kernel to use EFI runtime services that are 580 the kernel binary at runtime to a different virtual address from
|