Home
last modified time | relevance | path

Searched refs:ENCODED_PAGE_BIT_DELAY_RMAP (Results 1 – 2 of 2) sorted by relevance

/linux/mm/
H A Dmmu_gather.c58 if (encoded_page_flags(enc) & ENCODED_PAGE_BIT_DELAY_RMAP) { in tlb_flush_rmap_batch()
168 int flags = delay_rmap ? ENCODED_PAGE_BIT_DELAY_RMAP : 0; in __tlb_remove_folio_pages_size()
/linux/include/linux/
H A Dmm_types.h240 #define ENCODED_PAGE_BIT_DELAY_RMAP 1ul macro