Home
last modified time | relevance | path

Searched refs:e820__get_entry_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Diommu.h30 entry_type = e820__get_entry_type(start, end); in arch_rmrr_sanity_check()
/openbmc/linux/arch/x86/include/asm/e820/
H A Dapi.h44 extern int e820__get_entry_type(u64 start, u64 end);
/openbmc/linux/arch/x86/mm/
H A Dioremap.c572 switch (e820__get_entry_type(phys_addr, phys_addr + size - 1)) { in memremap_should_map_decrypted()
/openbmc/linux/arch/x86/kernel/
H A De820.c156 int e820__get_entry_type(u64 start, u64 end) in e820__get_entry_type() function