Home
last modified time | relevance | path

Searched refs:efi_get_conf_table (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/boot/compressed/
H A Dmisc.h218 int efi_get_conf_table(struct boot_params *bp, unsigned long *cfg_tbl_pa,
235 static inline int efi_get_conf_table(struct boot_params *bp, in efi_get_conf_table() function
H A Dmem.c61 ret = efi_get_conf_table(boot_params_ptr, &cfg_table_pa, &cfg_table_len); in init_unaccepted_memory()
H A Defi.c131 int efi_get_conf_table(struct boot_params *bp, unsigned long *cfg_tbl_pa, in efi_get_conf_table() function
H A Dacpi.c69 ret = efi_get_conf_table(boot_params_ptr, &cfg_tbl_pa, &cfg_tbl_len); in efi_get_rsdp_addr()