Searched refs:efi_get_conf_table (Results 1 - 5 of 5) sorted by path

/linux-master/arch/x86/boot/compressed/
H A Dacpi.c69 ret = efi_get_conf_table(boot_params_ptr, &cfg_tbl_pa, &cfg_tbl_len);
H A Defi.c122 * efi_get_conf_table - Given a pointer to boot_params, locate and return the physical
131 int efi_get_conf_table(struct boot_params *bp, unsigned long *cfg_tbl_pa, function
H A Dmem.c61 ret = efi_get_conf_table(boot_params_ptr, &cfg_table_pa, &cfg_table_len);
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, function
H A Dsev.c545 ret = efi_get_conf_table(bp, &cfg_table_pa, &cfg_table_len);

Completed in 200 milliseconds