Home
last modified time | relevance | path

Searched refs:pte_same (Results 1 – 6 of 6) sorted by relevance

/linux/arch/parisc/mm/
H A Dhugetlbpage.c156 changed = !pte_same(*ptep, pte); in huge_ptep_set_access_flags()
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h166 #define pte_same(pte_a,pte_b) ((pte_present(pte_a) ? pte_val(pte_a) & ~PTE_EXT_NG \ macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h343 #define pte_same(A,B) (((pte_val(A) ^ pte_val(B)) & ~_PAGE_HASHPTE) == 0) macro
/linux/Documentation/mm/
H A Darch_pgtable_helpers.rst19 | pte_same | Tests whether both PTE entries are the same |
/linux/arch/parisc/include/asm/
H A Dpgtable.h463 #define pte_same(A,B) (pte_val(A) == pte_val(B)) macro
/linux/arch/arm64/mm/
H A Dfault.c218 if (pte_same(pte, entry)) in __ptep_set_access_flags_anysz()