Searched refs:efi_find_vendor_table (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/boot/compressed/ |
H A D | misc.h | 217 unsigned long efi_find_vendor_table(struct boot_params *bp, 239 static inline unsigned long efi_find_vendor_table(struct boot_params *bp, 240 static inline unsigned long efi_find_vendor_table(struct boot_params *bp, efi_find_vendor_table() function
|
H A D | acpi.c | 33 rsdp_addr = efi_find_vendor_table(boot_params_ptr, cfg_tbl_pa, cfg_tbl_len, in __efi_get_rsdp_addr() 39 rsdp_addr = efi_find_vendor_table(boot_params_ptr, cfg_tbl_pa, cfg_tbl_len, in __efi_get_rsdp_addr()
|
H A D | mem.c | 67 table = (void *)efi_find_vendor_table(boot_params_ptr, cfg_table_pa, in init_unaccepted_memory()
|
H A D | efi.c | 206 unsigned long efi_find_vendor_table(struct boot_params *bp, in efi_find_vendor_table() function
|
H A D | sev.c | 544 return (struct cc_blob_sev_info *)efi_find_vendor_table(bp, cfg_table_pa, in find_cc_blob_efi()
|