Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/boot/compressed/
Dmisc.h205 unsigned long efi_get_system_table(struct boot_params *bp);
218 static inline unsigned long efi_get_system_table(struct boot_params *bp) in efi_get_system_table() function
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()
Dacpi.c63 systab_pa = efi_get_system_table(boot_params); in efi_get_rsdp_addr()