Symbol: pmd_pte
arch/arc/include/asm/hugepage.h
30
#define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd)))
arch/arc/include/asm/hugepage.h
31
#define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
arch/arc/include/asm/hugepage.h
32
#define pmd_mkdirty(pmd) pte_pmd(pte_mkdirty(pmd_pte(pmd)))
arch/arc/include/asm/hugepage.h
33
#define pmd_mkold(pmd) pte_pmd(pte_mkold(pmd_pte(pmd)))
arch/arc/include/asm/hugepage.h
34
#define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
arch/arc/include/asm/hugepage.h
35
#define pmd_mkhuge(pmd) pte_pmd(pte_mkhuge(pmd_pte(pmd)))
arch/arc/include/asm/hugepage.h
36
#define pmd_mkinvalid(pmd) pte_pmd(pte_mknotpresent(pmd_pte(pmd)))
arch/arc/include/asm/hugepage.h
37
#define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd)))
arch/arc/include/asm/hugepage.h
39
#define pmd_write(pmd) pte_write(pmd_pte(pmd))
arch/arc/include/asm/hugepage.h
40
#define pmd_young(pmd) pte_young(pmd_pte(pmd))
arch/arc/include/asm/hugepage.h
41
#define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
1247
return pte_pmd(pte_modify(pmd_pte(pmd), newprot));
arch/arm64/include/asm/pgtable.h
1261
pmd_pte(entry), dirty);
arch/arm64/include/asm/pgtable.h
232
(pte_access_permitted(pmd_pte(pmd), (write)))
arch/arm64/include/asm/pgtable.h
580
return pte_protnone(pmd_pte(pmd));
arch/arm64/include/asm/pgtable.h
584
#define pmd_present(pmd) pte_present(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
585
#define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
586
#define pmd_young(pmd) pte_young(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
587
#define pmd_valid(pmd) pte_valid(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
588
#define pmd_user(pmd) pte_user(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
589
#define pmd_user_exec(pmd) pte_user_exec(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
590
#define pmd_cont(pmd) pte_cont(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
591
#define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd)))
arch/arm64/include/asm/pgtable.h
592
#define pmd_mkold(pmd) pte_pmd(pte_mkold(pmd_pte(pmd)))
arch/arm64/include/asm/pgtable.h
593
#define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
arch/arm64/include/asm/pgtable.h
594
#define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd)))
arch/arm64/include/asm/pgtable.h
595
#define pmd_mkdirty(pmd) pte_pmd(pte_mkdirty(pmd_pte(pmd)))
arch/arm64/include/asm/pgtable.h
596
#define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
arch/arm64/include/asm/pgtable.h
597
#define pmd_mkinvalid(pmd) pte_pmd(pte_mkinvalid(pmd_pte(pmd)))
arch/arm64/include/asm/pgtable.h
599
#define pmd_uffd_wp(pmd) pte_uffd_wp(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
600
#define pmd_mkuffd_wp(pmd) pte_pmd(pte_mkuffd_wp(pmd_pte(pmd)))
arch/arm64/include/asm/pgtable.h
601
#define pmd_clear_uffd_wp(pmd) pte_pmd(pte_clear_uffd_wp(pmd_pte(pmd)))
arch/arm64/include/asm/pgtable.h
602
#define pmd_swp_uffd_wp(pmd) pte_swp_uffd_wp(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
603
#define pmd_swp_mkuffd_wp(pmd) pte_pmd(pte_swp_mkuffd_wp(pmd_pte(pmd)))
arch/arm64/include/asm/pgtable.h
605
pte_pmd(pte_swp_clear_uffd_wp(pmd_pte(pmd)))
arch/arm64/include/asm/pgtable.h
608
#define pmd_write(pmd) pte_write(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
631
#define __pmd_to_phys(pmd) __pte_to_phys(pmd_pte(pmd))
arch/arm64/include/asm/pgtable.h
721
__set_ptes_anysz(mm, addr, (pte_t *)pmdp, pmd_pte(pmd), nr, PMD_SIZE);
arch/arm64/mm/hugetlbpage.c
356
return pmd_pte(pmd_mkhuge(pmd_mkcont(pte_pmd(entry))));
arch/arm64/mm/hugetlbpage.c
358
return pmd_pte(pmd_mkhuge(pte_pmd(entry)));
arch/powerpc/include/asm/book3s/64/pgtable.h
1048
#define pmd_pfn(pmd) pte_pfn(pmd_pte(pmd))
arch/powerpc/include/asm/book3s/64/pgtable.h
1049
#define pmd_dirty(pmd) pte_dirty(pmd_pte(pmd))
arch/powerpc/include/asm/book3s/64/pgtable.h
1050
#define pmd_young(pmd) pte_young(pmd_pte(pmd))
arch/powerpc/include/asm/book3s/64/pgtable.h
1051
#define pmd_mkold(pmd) pte_pmd(pte_mkold(pmd_pte(pmd)))
arch/powerpc/include/asm/book3s/64/pgtable.h
1052
#define pmd_wrprotect(pmd) pte_pmd(pte_wrprotect(pmd_pte(pmd)))
arch/powerpc/include/asm/book3s/64/pgtable.h
1053
#define pmd_mkdirty(pmd) pte_pmd(pte_mkdirty(pmd_pte(pmd)))
arch/powerpc/include/asm/book3s/64/pgtable.h
1054
#define pmd_mkclean(pmd) pte_pmd(pte_mkclean(pmd_pte(pmd)))
arch/powerpc/include/asm/book3s/64/pgtable.h
1055
#define pmd_mkyoung(pmd) pte_pmd(pte_mkyoung(pmd_pte(pmd)))
arch/powerpc/include/asm/book3s/64/pgtable.h
1056
#define pmd_mkwrite_novma(pmd) pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)))
arch/powerpc/include/asm/book3s/64/pgtable.h
1059
#define pmd_soft_dirty(pmd) pte_soft_dirty(pmd_pte(pmd))
arch/powerpc/include/asm/book3s/64/pgtable.h
1060
#define pmd_mksoft_dirty(pmd) pte_pmd(pte_mksoft_dirty(pmd_pte(pmd)))
arch/powerpc/include/asm/book3s/64/pgtable.h
1061
#define pmd_clear_soft_dirty(pmd) pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd)))
arch/powerpc/include/asm/book3s/64/pgtable.h
1064
#define pmd_swp_mksoft_dirty(pmd) pte_pmd(pte_swp_mksoft_dirty(pmd_pte(pmd)))
arch/powerpc/include/asm/book3s/64/pgtable.h
1065
#define pmd_swp_soft_dirty(pmd) pte_swp_soft_dirty(pmd_pte(pmd))
arch/powerpc/include/asm/book3s/64/pgtable.h
1066
#define pmd_swp_clear_soft_dirty(pmd) pte_pmd(pte_swp_clear_soft_dirty(pmd_pte(pmd)))
arch/powerpc/include/asm/book3s/64/pgtable.h
1073
return pte_protnone(pmd_pte(pmd));
arch/powerpc/include/asm/book3s/64/pgtable.h
1077
#define pmd_write(pmd) pte_write(pmd_pte(pmd))
arch/powerpc/include/asm/book3s/64/pgtable.h
1095
return pte_access_permitted(pmd_pte(pmd), write);
arch/powerpc/include/asm/book3s/64/pgtable.h
1101
return pmd_leaf(pmd) && pte_user_accessible_page(pmd_pte(pmd), addr);
arch/powerpc/include/asm/book3s/64/pgtable.h
659
#define __pmd_to_swp_entry(pmd) (__pte_to_swp_entry(pmd_pte(pmd)))
arch/powerpc/mm/book3s64/pgtable.c
126
WARN_ON(pte_hw_valid(pmd_pte(*pmdp)) && !pte_protnone(pmd_pte(*pmdp)));
arch/powerpc/mm/book3s64/pgtable.c
132
return set_pte_at_unchecked(mm, addr, pmdp_ptep(pmdp), pmd_pte(pmd));
arch/powerpc/mm/book3s64/pgtable.c
76
pmd_pte(entry), address, MMU_PAGE_2M);
arch/powerpc/mm/pgtable_64.c
136
return pte_page(pmd_pte(pmd));
arch/riscv/include/asm/pgtable-64.h
402
static inline pte_t pmd_pte(pmd_t pmd);
arch/riscv/include/asm/pgtable.h
1014
return ptep_set_access_flags(vma, address, (pte_t *)pmdp, pmd_pte(entry), dirty);
arch/riscv/include/asm/pgtable.h
553
return pte_protnone(pmd_pte(pmd));
arch/riscv/include/asm/pgtable.h
801
return pte_pgprot(pmd_pte(pmd));
arch/riscv/include/asm/pgtable.h
812
return pte_pmd(pte_modify(pmd_pte(pmd), newprot));
arch/riscv/include/asm/pgtable.h
818
return pte_write(pmd_pte(pmd));
arch/riscv/include/asm/pgtable.h
830
return pte_dirty(pmd_pte(pmd));
arch/riscv/include/asm/pgtable.h
836
return pte_young(pmd_pte(pmd));
arch/riscv/include/asm/pgtable.h
841
return pte_user(pmd_pte(pmd));
arch/riscv/include/asm/pgtable.h
846
return pte_pmd(pte_mkold(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
851
return pte_pmd(pte_mkyoung(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
859
return pte_pmd(pte_mkwrite_novma(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
869
return pte_pmd(pte_wrprotect(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
874
return pte_pmd(pte_mkclean(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
879
return pte_pmd(pte_mkdirty(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
885
return pte_special(pmd_pte(pmd));
arch/riscv/include/asm/pgtable.h
890
return pte_pmd(pte_mkspecial(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
909
return pte_uffd_wp(pmd_pte(pmd));
arch/riscv/include/asm/pgtable.h
914
return pte_pmd(pte_mkuffd_wp(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
919
return pte_pmd(pte_clear_uffd_wp(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
924
return pte_swp_uffd_wp(pmd_pte(pmd));
arch/riscv/include/asm/pgtable.h
929
return pte_pmd(pte_swp_mkuffd_wp(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
934
return pte_pmd(pte_swp_clear_uffd_wp(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
941
return pte_soft_dirty(pmd_pte(pmd));
arch/riscv/include/asm/pgtable.h
946
return pte_pmd(pte_mksoft_dirty(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
951
return pte_pmd(pte_clear_soft_dirty(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
957
return pte_swp_soft_dirty(pmd_pte(pmd));
arch/riscv/include/asm/pgtable.h
962
return pte_pmd(pte_swp_mksoft_dirty(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
967
return pte_pmd(pte_swp_clear_soft_dirty(pmd_pte(pmd)));
arch/riscv/include/asm/pgtable.h
976
return __set_pte_at(mm, (pte_t *)pmdp, pmd_pte(pmd));