Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/boot/compressed/
Defi.c60 unsigned long efi_get_system_table(struct boot_params *bp) in efi_get_system_table() function
141 sys_tbl_pa = efi_get_system_table(bp); in efi_get_conf_table()
Dmisc.h217 unsigned long efi_get_system_table(struct boot_params *bp);
230 static inline unsigned long efi_get_system_table(struct boot_params *bp) in efi_get_system_table() function
Dacpi.c65 systab_pa = efi_get_system_table(boot_params_ptr); in efi_get_rsdp_addr()