Home
last modified time | relevance | path

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

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