Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/mm/
Dioremap.c62 if (efi_mem_attribute(gran_base, gran_size) & EFI_MEMORY_WB) in ioremap()
73 if (efi_mem_attribute(page_base, size) & EFI_MEMORY_WB) { in ioremap()
/Linux-v4.19/arch/ia64/kernel/
Defi.c783 efi_mem_attribute (unsigned long phys_addr, unsigned long size) in efi_mem_attribute() function
822 attr = efi_mem_attribute(phys_addr, size); in kern_mem_attribute()
870 attr = efi_mem_attribute(phys_addr, size); in valid_mmap_phys_addr_range()
914 if (efi_mem_attribute(phys_addr, size) & EFI_MEMORY_WB) in phys_mem_access_prot()
/Linux-v4.19/include/linux/
Defi.h1039 extern u64 efi_mem_attribute (unsigned long phys_addr, unsigned long size);