Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/boot/compressed/
Defi.c17 enum efi_type efi_get_type(struct boot_params *bp) in efi_get_type() function
144 et = efi_get_type(bp); in efi_get_conf_table()
214 et = efi_get_type(bp); in efi_find_vendor_table()
Dmisc.h204 enum efi_type efi_get_type(struct boot_params *bp);
213 static inline enum efi_type efi_get_type(struct boot_params *bp) in efi_get_type() function
Dacpi.c59 et = efi_get_type(boot_params); in efi_get_rsdp_addr()