Home
last modified time | relevance | path

Searched refs:efi_is_native (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Defi.h214 static inline bool efi_is_native(void) in efi_is_native() function
227 (efi_is_native() \
327 (efi_is_native() \
332 (efi_is_native() \
339 (efi_is_native() \
/kernel/linux/linux-5.10/drivers/firmware/efi/libstub/
H A Defistub.h45 #define efi_is_native() (true) macro
103 (efi_is_native() ? (array)[idx] \
107 ((size) / (efi_is_native() ? sizeof(efi_handle_t) : sizeof(u32)))
184 if (efi_is_native()) in efi_set_event_at()
H A Defi-stub-helper.c509 tables += efi_is_native() ? sizeof(efi_config_table_t) in get_efi_config_table()
601 (IS_ENABLED(CONFIG_X86) && (!efi_is_native() || image == NULL))) in efi_load_initrd_cmdline()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Defi.h205 static inline bool efi_is_native(void) in efi_is_native() function
211 (efi_is_native() ? (inst)->attr \
355 (efi_is_native() ? (inst)->func(__VA_ARGS__) \
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/
H A Defistub.h52 #define efi_is_native() (true) macro
119 (efi_is_native() ? (array)[idx] \
123 ((size) / (efi_is_native() ? sizeof(efi_handle_t) : sizeof(u32)))
232 if (efi_is_native()) in efi_set_event_at()
H A Defi-stub-helper.c452 tables += efi_is_native() ? sizeof(efi_config_table_t) in get_efi_config_table()
H A Dx86-stub.c470 if (efi_is_native()) in efi_pe_entry()

Completed in 10 milliseconds