Searched defs:pte_same (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 276 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
/Linux-v4.19/arch/arm/include/asm/ |
D | pgtable-3level.h | 200 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 262 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 303 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 246 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 286 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | pgtable.h | 299 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgtable.h | 454 pte_same (pte_t a, pte_t b) in pte_same() function
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | pgtable.h | 513 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable.h | 333 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | pgtable.h | 276 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgtable.h | 709 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 799 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v4.19/arch/s390/include/asm/ |
D | pgtable.h | 760 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|