Home
last modified time | relevance | path

Searched refs:efi_call_runtime (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/firmware/efi/libstub/
Dtpm.c24 efi_call_runtime(get_variable, \
29 efi_call_runtime(set_variable, \
Dsecureboot.c25 efi_call_runtime(get_variable, \
/Linux-v5.4/arch/arm/include/asm/
Defi.h55 #define efi_call_runtime(f, ...) sys_table_arg->runtime->f(__VA_ARGS__) macro
/Linux-v5.4/arch/arm64/include/asm/
Defi.h98 #define efi_call_runtime(f, ...) sys_table_arg->runtime->f(__VA_ARGS__) macro
/Linux-v5.4/arch/x86/include/asm/
Defi.h240 #define efi_call_runtime(f, ...) \ macro