Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/
H A Dcacheflush.c158 if (!folio_test_highmem(folio)) { in flush_dcache_icache_folio()
/linux/arch/arm/mm/
H A Dflush.c206 if (!folio_test_highmem(folio)) { in __flush_dcache_folio()
/linux/include/linux/
H A Dpage-flags.h617 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() macro
627 #define folio_test_partial_kmap(f) folio_test_highmem(f) in PAGEFLAG()
/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/fs/
H A Dbuffer.c1580 if (folio_test_highmem(folio)) in folio_set_bh()
/linux/fs/fuse/
H A Ddev.c1160 if (folio_test_highmem(folio) && count > PAGE_SIZE - offset_in_page(offset)) in fuse_copy_folio()
/linux/mm/
H A Dhugetlb.c3727 if (folio_test_highmem(folio)) in try_to_free_low()