Home
last modified time | relevance | path

Searched refs:efi_is_native (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/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__) \
/openbmc/linux/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.c460 tables += efi_is_native() ? sizeof(efi_config_table_t) in get_efi_config_table()
H A Dx86-stub.c479 if (efi_is_native()) in efi_pe_entry()