Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/include/asm/
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/
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)))
193 if (efi_is_native()) in efi_set_event_at()
Defi-stub-helper.c519 tables += efi_is_native() ? sizeof(efi_config_table_t) in get_efi_config_table()
618 (IS_ENABLED(CONFIG_X86) && (!efi_is_native() || image == NULL))) { in efi_load_initrd_cmdline()