Searched refs:cfg_tbl_pa (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/arch/x86/boot/compressed/ |
D | efi.c | 129 int efi_get_conf_table(struct boot_params *bp, unsigned long *cfg_tbl_pa, in efi_get_conf_table() argument 136 if (!cfg_tbl_pa || !cfg_tbl_len) in efi_get_conf_table() 152 *cfg_tbl_pa = esd ? esd->tables : stbl->tables; in efi_get_conf_table() 157 *cfg_tbl_pa = stbl->tables; in efi_get_conf_table() 207 unsigned long cfg_tbl_pa, in efi_find_vendor_table() argument 223 ret = get_vendor_table((void *)cfg_tbl_pa, i, in efi_find_vendor_table()
|
D | acpi.c | 23 __efi_get_rsdp_addr(unsigned long cfg_tbl_pa, unsigned int cfg_tbl_len) in __efi_get_rsdp_addr() argument 33 rsdp_addr = efi_find_vendor_table(boot_params, cfg_tbl_pa, cfg_tbl_len, in __efi_get_rsdp_addr() 39 rsdp_addr = efi_find_vendor_table(boot_params, cfg_tbl_pa, cfg_tbl_len, in __efi_get_rsdp_addr() 52 unsigned long cfg_tbl_pa = 0; in efi_get_rsdp_addr() local 67 ret = efi_get_conf_table(boot_params, &cfg_tbl_pa, &cfg_tbl_len); in efi_get_rsdp_addr() 68 if (ret || !cfg_tbl_pa) in efi_get_rsdp_addr() 71 return __efi_get_rsdp_addr(cfg_tbl_pa, cfg_tbl_len); in efi_get_rsdp_addr()
|
D | misc.h | 206 int efi_get_conf_table(struct boot_params *bp, unsigned long *cfg_tbl_pa, 209 unsigned long cfg_tbl_pa, 224 unsigned long *cfg_tbl_pa, in efi_get_conf_table() argument 231 unsigned long cfg_tbl_pa, in efi_find_vendor_table() argument
|