Searched defs:pte_same (Results 1 – 13 of 13) sorted by relevance
/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 342 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
/arch/arm/include/asm/ |
D | pgtable-3level.h | 164 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
|
/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 285 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
/arch/um/include/asm/ |
D | pgtable.h | 265 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/arch/xtensa/include/asm/ |
D | pgtable.h | 292 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 373 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
|
/arch/mips/include/asm/ |
D | pgtable.h | 481 static inline int pte_same(pte_t pte_a, pte_t pte_b) function
|
/arch/parisc/include/asm/ |
D | pgtable.h | 463 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
|
/arch/ia64/include/asm/ |
D | pgtable.h | 424 pte_same (pte_t a, pte_t b) in pte_same() function
|
/arch/riscv/include/asm/ |
D | pgtable.h | 405 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/arch/x86/include/asm/ |
D | pgtable.h | 732 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|
/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 830 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/arch/s390/include/asm/ |
D | pgtable.h | 782 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|