Home
last modified time | relevance | path

Searched refs:PhysHighMem (Results 1 – 4 of 4) 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/include/linux/
H A Dpage-flags.h615 #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()