Home
last modified time | relevance | path

Searched refs:efi_runtime_map_copy (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Defi.h426 int efi_runtime_map_copy(void *buf, size_t bufsz);
438 static inline int efi_runtime_map_copy(void *buf, size_t bufsz) in efi_runtime_map_copy() function
/openbmc/linux/arch/x86/platform/efi/
H A Druntime-map.c149 int efi_runtime_map_copy(void *buf, size_t bufsz) in efi_runtime_map_copy() function
/openbmc/linux/arch/x86/kernel/
H A Dkexec-bzimage64.c146 efi_runtime_map_copy(efi_map, efi_map_sz); in setup_efi_info_memmap()