Searched refs:efi_get_conf_table (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.h | 215 int efi_get_conf_table(struct boot_params *bp, unsigned long *cfg_tbl_pa, 232 static inline int efi_get_conf_table(struct boot_params *bp, in efi_get_conf_table() function
|
H A D | mem.c | 61 ret = efi_get_conf_table(boot_params_ptr, &cfg_table_pa, &cfg_table_len); in init_unaccepted_memory()
|
H A D | efi.c | 129 int efi_get_conf_table(struct boot_params *bp, unsigned long *cfg_tbl_pa, in efi_get_conf_table() function
|
H A D | acpi.c | 67 ret = efi_get_conf_table(boot_params_ptr, &cfg_tbl_pa, &cfg_tbl_len); in efi_get_rsdp_addr()
|
H A D | sev.c | 540 ret = efi_get_conf_table(bp, &cfg_table_pa, &cfg_table_len); in find_cc_blob_efi()
|