Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firmware/efi/
Druntime-map.c149 int efi_runtime_map_copy(void *buf, size_t bufsz) in efi_runtime_map_copy() function
/linux-6.1.9/include/linux/
Defi.h1105 int efi_runtime_map_copy(void *buf, size_t bufsz);
1122 static inline int efi_runtime_map_copy(void *buf, size_t bufsz) in efi_runtime_map_copy() function
/linux-6.1.9/arch/x86/kernel/
Dkexec-bzimage64.c146 efi_runtime_map_copy(efi_map, efi_map_sz); in setup_efi_info_memmap()