Searched refs:efi_get_type (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/boot/compressed/
H A Dmem.c57 et = efi_get_type(boot_params_ptr);
H A Defi.c13 * efi_get_type - Given a pointer to boot_params, determine the type of EFI environment.
19 enum efi_type efi_get_type(struct boot_params *bp) function
146 et = efi_get_type(bp);
216 et = efi_get_type(bp);
H A Dmisc.h216 enum efi_type efi_get_type(struct boot_params *bp);
225 static inline enum efi_type efi_get_type(struct boot_params *bp) function
H A Dacpi.c61 et = efi_get_type(boot_params_ptr);

Completed in 137 milliseconds