Home
last modified time | relevance | path

Searched defs:pte_b (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash.h220 static inline int hash__pte_same(pte_t pte_a, pte_t pte_b) in hash__pte_same()
H A Dradix.h202 static inline int radix__pte_same(pte_t pte_a, pte_t pte_b) in radix__pte_same()
H A Dpgtable.h762 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same()
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-3level.h167 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ argument
/openbmc/linux/arch/um/include/asm/
H A Dpgtable.h248 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same()
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h488 static inline int pte_same(pte_t pte_a, pte_t pte_b)
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h506 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same()
/openbmc/linux/include/linux/
H A Dpgtable.h768 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same()