Home
last modified time | relevance | path

Searched refs:pmd_pte (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.4/arch/arc/include/asm/
Dhugepage.h14 static inline pte_t pmd_pte(pmd_t pmd) in pmd_pte() function
24 #define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd)))
25 #define pmd_mkwrite(pmd) pte_pmd(pte_mkwrite(pmd_pte(pmd)))
26 #define pmd_mkdirty(pmd) pte_pmd(pte_mkdirty(pmd_pte(pmd)))
27 #define pmd_mkold(pmd) pte_pmd(pte_mkold(pmd_pte(pmd)))
28 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
29 #define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd)))
30 #define pmd_mknotpresent(pmd) pte_pmd(pte_mknotpresent(pmd_pte(pmd)))
31 #define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd)))
33 #define pmd_write(pmd) pte_write(pmd_pte(pmd))
[all …]
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h744 #define __pmd_to_swp_entry(pmd) (__pte_to_swp_entry(pmd_pte(pmd)))
1068 static inline pte_t pmd_pte(pmd_t pmd) in pmd_pte() function
1082 #define pmd_pfn(pmd) pte_pfn(pmd_pte(pmd))
1083 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
1084 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
1085 #define pmd_mkold(pmd) pte_pmd(pte_mkold(pmd_pte(pmd)))
1086 #define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd)))
1087 #define pmd_mkdirty(pmd) pte_pmd(pte_mkdirty(pmd_pte(pmd)))
1088 #define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd)))
1089 #define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
[all …]
/Linux-v5.4/arch/arm64/include/asm/
Dpgtable.h126 (pte_access_permitted(pmd_pte(pmd), (write)))
320 static inline pte_t pmd_pte(pmd_t pmd) in pmd_pte() function
351 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
363 #define pmd_present(pmd) pte_present(pmd_pte(pmd))
364 #define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
365 #define pmd_young(pmd) pte_young(pmd_pte(pmd))
366 #define pmd_valid(pmd) pte_valid(pmd_pte(pmd))
367 #define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd)))
368 #define pmd_mkold(pmd) pte_pmd(pte_mkold(pmd_pte(pmd)))
369 #define pmd_mkwrite(pmd) pte_pmd(pte_mkwrite(pmd_pte(pmd)))
[all …]
/Linux-v5.4/arch/powerpc/mm/book3s64/
Dpgtable.c50 pmd_pte(entry), address, MMU_PAGE_2M); in pmdp_set_access_flags()
73 WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp))); in set_pmd_at()
78 return set_pte_at(mm, addr, pmdp_ptep(pmdp), pmd_pte(pmd)); in set_pmd_at()
/Linux-v5.4/arch/powerpc/mm/
Dpgtable_64.c131 return pte_page(pmd_pte(pmd)); in pmd_page()
/Linux-v5.4/arch/powerpc/include/asm/nohash/
Dpgtable.h69 return pte_protnone(pmd_pte(pmd)); in pmd_protnone()
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/
Dpgtable.h138 static inline pte_t pmd_pte(pmd_t pmd) in pmd_pte() function
/Linux-v5.4/arch/arm64/mm/
Dhugetlbpage.c303 entry = pmd_pte(pmd_mkcont(pte_pmd(entry))); in arch_make_huge_pte()