Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 51) sorted by relevance

123

/arch/riscv/kernel/tests/
A DKconfig.debug8 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 Defi.c54 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 Dhypervisor.c105 copy_array(&h->runtime, &x86_platform.hyper, sizeof(h->runtime)); in init_hypervisor_platform()
A Dmshyperv.c704 .runtime.sev_es_hcall_prepare = hv_sev_es_hcall_prepare,
705 .runtime.sev_es_hcall_finish = hv_sev_es_hcall_finish,
A Dvmware.c590 .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 DKconfig31 bool "Enable runtime allocation of RAM for tracing"
34 Enabling this option allows for runtime allocation of memory (RAM)
/arch/x86/platform/efi/
A Defi_32.c116 status = efi_call_svam(&systab->runtime, in efi_set_virtual_address_map()
119 __pa(&efi.runtime)); in efi_set_virtual_address_map()
A DMakefile8 obj-$(CONFIG_EFI_RUNTIME_MAP) += runtime-map.o
A Defi.c387 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 Defi_64.c480 ____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 Defi.h77 u64 runtime; member
94 u32 runtime; member
/arch/x86/include/asm/
A Dhypervisor.h55 struct x86_hyper_runtime runtime; member
/arch/x86/xen/
A Denlighten_hvm.c318 x86_hyper_xen_hvm.runtime.pin_vcpu = x86_op_int_noop; in xen_platform_hvm()
332 .runtime.pin_vcpu = xen_pin_vcpu,
A Defi.c39 .runtime = (efi_runtime_services_t *)EFI_INVALID_TABLE_ADDR,
/arch/arm64/boot/dts/broadcom/
A Dbcm2712-rpi-5-b.dts4 * the RP1 driver to load the RP1 dtb overlay at runtime, while
/arch/parisc/
A DKconfig.debug9 to catch memory overwrites at runtime. For more advanced
/arch/um/include/asm/
A DKbuild21 generic-y += runtime-const.h
/arch/loongarch/
A DKconfig.debug38 Enabling this option will increase the kernel's runtime memory usage
/arch/x86/
A DKconfig.debug66 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 DKconfig48 system will have optimal runtime performance.
56 processor's IO Controller. This support incurs some runtime
/arch/arm/boot/dts/st/
A Dstm32mp157f-dk2.dts173 * 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 Dr8a7790-lager.dts306 * 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 Dqcs8550.dtsi21 * conveys the information by updating devicetree at runtime.
/arch/x86/kernel/
A Dkvm.c1015 .runtime.sev_es_hcall_prepare = kvm_sev_es_hcall_prepare,
1016 .runtime.sev_es_hcall_finish = kvm_sev_es_hcall_finish,
/arch/arm64/
A DKconfig1826 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 …]

Completed in 34 milliseconds

123