Searched defs:pte_same (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pgtable.h | 336 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable-3level.h | 188 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
|
/Linux-v5.4/arch/um/include/asm/ |
D | pgtable.h | 272 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgtable.h | 333 #define pte_same(A,B) ((pte_val(A) ^ pte_val(B)) == 0) macro
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgtable.h | 316 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v5.4/arch/xtensa/include/asm/ |
D | pgtable.h | 295 #define pte_same(a,b) (pte_val(a) == pte_val(b)) macro
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 345 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pgtable.h | 454 pte_same (pte_t a, pte_t b) in pte_same() function
|
/Linux-v5.4/arch/parisc/include/asm/ |
D | pgtable.h | 542 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
|
/Linux-v5.4/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-v5.4/arch/x86/include/asm/ |
D | pgtable.h | 725 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 801 static inline int pte_same(pte_t pte_a, pte_t pte_b) in pte_same() function
|
/Linux-v5.4/arch/s390/include/asm/ |
D | pgtable.h | 800 static inline int pte_same(pte_t a, pte_t b) in pte_same() function
|