Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dhighmem.h458 if (folio_test_highmem(folio) && in memcpy_from_folio()
486 if (folio_test_highmem(folio) && in memcpy_to_folio()
519 if (folio_test_highmem(folio)) { in folio_zero_tail()
557 if (folio_test_highmem(folio)) { in folio_fill_tail()
594 if (folio_test_highmem(folio)) { in memcpy_from_file_folio()
H A Dpage-flags.h573 #define folio_test_highmem(__f) is_highmem_idx(folio_zonenum(__f)) in PAGEFLAG() macro
/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/fs/ubifs/
H A Dfile.c157 if (folio_test_highmem(folio) && (offset_in_page(addr) == 0)) { in do_readpage()
670 if (folio_test_highmem(folio) && (offset_in_page(addr) == 0)) { in populate_page()
930 if (folio_test_highmem(folio) && !offset_in_page(addr)) { in do_writepage()
/linux/fs/
H A Dbuffer.c1565 if (folio_test_highmem(folio)) in folio_set_bh()
/linux/mm/
H A Dhugetlb.c3706 if (folio_test_highmem(folio)) in try_to_free_low()