Home
last modified time | relevance | path

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

/arch/arm64/include/asm/
A Dpgtable-prot.h17 #define PTE_SWP_EXCLUSIVE (_AT(pteval_t, 1) << 2) /* only for swp ptes */ macro
A Dpgtable.h557 return set_pte_bit(pte, __pgprot(PTE_SWP_EXCLUSIVE)); in pte_swp_mkexclusive()
562 return pte_val(pte) & PTE_SWP_EXCLUSIVE; in pte_swp_exclusive()
567 return clear_pte_bit(pte, __pgprot(PTE_SWP_EXCLUSIVE)); in pte_swp_clear_exclusive()

Completed in 9 milliseconds