Home
last modified time | relevance | path

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

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