Home
last modified time | relevance | path

Searched refs:CYDP_CLEAR_DIRTY (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/
H A Dmm_types.h1578 #define CYDP_CLEAR_DIRTY ((__force cydp_t)BIT(1)) macro
H A Dpgtable.h523 if (flags & CYDP_CLEAR_DIRTY) in clear_young_dirty_ptes()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h1402 if (flags & CYDP_CLEAR_DIRTY) in __clear_young_dirty_pte()
1419 if (flags == (CYDP_CLEAR_YOUNG | CYDP_CLEAR_DIRTY)) in __clear_young_dirty_ptes()
/linux-6.15/mm/
H A Dmadvise.c654 const cydp_t cydp_flags = CYDP_CLEAR_YOUNG | CYDP_CLEAR_DIRTY; in madvise_free_pte_range()