Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/compressed/
H A Dmisc.h215 unsigned long efi_get_system_table(struct boot_params *bp);
228 static inline unsigned long efi_get_system_table(struct boot_params *bp) in efi_get_system_table() function
H A Defi.c58 unsigned long efi_get_system_table(struct boot_params *bp) in efi_get_system_table() function
139 sys_tbl_pa = efi_get_system_table(bp); in efi_get_conf_table()
H A Dacpi.c63 systab_pa = efi_get_system_table(boot_params); in efi_get_rsdp_addr()