Home
last modified time | relevance | path

Searched refs:PhysHighMem (Results 1 – 5 of 5) sorted by relevance

/linux/mm/kmsan/
H A Dhooks.c347 if (PhysHighMem(phys)) in kmsan_handle_dma()
/linux/arch/sparc/mm/
H A Diommu.c207 if (per_page_flush && !PhysHighMem(paddr)) { in __sbus_iommu_map_phys()
/linux/kernel/dma/
H A Ddebug.c1085 if (PhysHighMem(phys)) in check_for_stack()
1255 if (!PhysHighMem(phys)) in debug_dma_map_phys()
/linux/include/linux/
H A Dpage-flags.h621 #define PhysHighMem(__p) (PageHighMem(phys_to_page(__p))) in PAGEFLAG() macro
/linux/arch/arm/mm/
H A Ddma-mapping.c646 if (PhysHighMem(phys)) { in dma_cache_maint_page()