Home
last modified time | relevance | path

Searched refs:folio_test_highmem (Results 1 – 6 of 6) sorted by relevance

/linux/arch/powerpc/mm/
H A Dcacheflush.c158 if (!folio_test_highmem(folio)) { in flush_dcache_icache_folio()
/linux/include/linux/
H A Dhighmem.h511 if (folio_test_highmem(dst_folio) && in memcpy_folio()
514 if (folio_test_highmem(src_folio) && in memcpy_folio()
H A Dpage-flags.h611 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() macro
621 #define folio_test_partial_kmap(f) folio_test_highmem(f) in PAGEFLAG()
/linux/arch/arm/mm/
H A Dflush.c206 if (!folio_test_highmem(folio)) { in __flush_dcache_folio()
/linux/fs/btrfs/
H A Dscrub.c693 ASSERT(!folio_test_highmem(folio)); in scrub_stripe_get_kaddr()
706 ASSERT(!folio_test_highmem(folio)); in scrub_stripe_get_paddr()
/linux/mm/
H A Dhugetlb.c3673 if (folio_test_highmem(folio)) in try_to_free_low()