Home
last modified time | relevance | path

Searched refs:cydp_t (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/include/linux/
H A Dmm_types.h1572 typedef int __bitwise cydp_t; typedef
1575 #define CYDP_CLEAR_YOUNG ((__force cydp_t)BIT(0))
1578 #define CYDP_CLEAR_DIRTY ((__force cydp_t)BIT(1))
H A Dpgtable.h512 unsigned int nr, cydp_t flags) in clear_young_dirty_ptes()
/linux-6.15/arch/arm64/mm/
H A Dcontpte.c366 unsigned int nr, cydp_t flags) in contpte_clear_young_dirty_ptes()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h1393 pte_t pte, cydp_t flags) in __clear_young_dirty_pte()
1412 unsigned int nr, cydp_t flags) in __clear_young_dirty_ptes()
1594 unsigned int nr, cydp_t flags);
1822 unsigned int nr, cydp_t flags) 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()