Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h345 if ((pte_raw(*ptep) & cpu_to_be64(_PAGE_ACCESSED | H_PAGE_HASHPTE)) == 0) in __ptep_test_and_clear_young()
381 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_WRITE)); in pte_write()
386 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_READ)); in pte_read()
437 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_DIRTY)); in pte_dirty()
442 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_ACCESSED)); in pte_young()
447 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SPECIAL)); in pte_special()
452 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_EXEC)); in pte_exec()
459 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_SOFT_DIRTY)); in pte_soft_dirty()
464 return __pte_raw(pte_raw(pte) | cpu_to_be64(_PAGE_SOFT_DIRTY)); in pte_mksoft_dirty()
469 return __pte_raw(pte_raw(pte) & cpu_to_be64(~_PAGE_SOFT_DIRTY)); in pte_clear_soft_dirty()
[all …]
H A Dhash.h206 val = pte_raw(entry) & mask; in hash__ptep_set_access_flags()
222 return (((pte_raw(pte_a) ^ pte_raw(pte_b)) & ~cpu_to_be64(_PAGE_HPTEFLAGS)) == 0); in hash__pte_same()
H A Dradix.h204 return ((pte_raw(pte_a) ^ pte_raw(pte_b)) == 0); in radix__pte_same()
/openbmc/linux/arch/powerpc/include/asm/
H A Dpgtable-be-types.h16 static inline __be64 pte_raw(pte_t x) in pte_raw() function
87 prev = (__force __be64)__cmpxchg_u64(p, (__force unsigned long)pte_raw(old), in pte_xchg()
88 (__force unsigned long)pte_raw(new)); in pte_xchg()
90 return pte_raw(old) == prev; in pte_xchg()
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_64_mmu_radix.c661 if (pud_raw(*pud) == pte_raw(pte)) { in kvmppc_create_pte()
712 if (pmd_raw(*pmd) == pte_raw(pte)) { in kvmppc_create_pte()
761 if (pte_raw(*ptep) == pte_raw(pte)) { in kvmppc_create_pte()