Home
last modified time | relevance | path

Searched refs:cfg_table_pa (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/boot/compressed/
H A Dmem.c52 unsigned long cfg_table_pa; in init_unaccepted_memory() local
61 ret = efi_get_conf_table(boot_params, &cfg_table_pa, &cfg_table_len); in init_unaccepted_memory()
67 table = (void *)efi_find_vendor_table(boot_params, cfg_table_pa, in init_unaccepted_memory()
H A Dsev.c536 unsigned long cfg_table_pa; in find_cc_blob_efi() local
540 ret = efi_get_conf_table(bp, &cfg_table_pa, &cfg_table_len); in find_cc_blob_efi()
544 return (struct cc_blob_sev_info *)efi_find_vendor_table(bp, cfg_table_pa, in find_cc_blob_efi()