Searched refs:pgd_present (Results 26 - 43 of 43) sorted by relevance

12

/linux-master/arch/riscv/mm/
H A Dpageattr.c414 if (!pgd_present(pgdp_get(pgd)))
H A Dhugetlbpage.c96 if (!pgd_present(pgdp_get(pgd)))
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_64.c135 if (!pgd_present(*pgd)) {
/linux-master/include/linux/
H A Dpgtable.h943 (pgd_present(pgd) && (!(write) || pgd_write(pgd)))
1009 WARN_ON_ONCE(pgd_present(*pgdp) && !pgd_same(*pgdp, pgd)); \
/linux-master/arch/x86/mm/
H A Dinit_32.c456 if (!pgd_present(*pgd))
H A Dinit_64.c1231 if (!pgd_present(*pgd))
/linux-master/arch/arm64/mm/
H A Dhugetlbpage.c319 if (!pgd_present(READ_ONCE(*pgdp)))
H A Dmmu.c966 WARN_ON(!pgd_present(pgd));
1141 WARN_ON(!pgd_present(pgd));
/linux-master/arch/s390/mm/
H A Dpgtable.c461 if (!pgd_present(*pgd))
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1140 static inline int pgd_present(pgd_t pgd) function
/linux-master/arch/x86/xen/
H A Dmmu_pv.c1857 if (!pgd_present(pgd))
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h921 #define pgd_present(pgd) (!pgd_none(pgd)) macro
/linux-master/mm/
H A Drmap.c809 if (!pgd_present(*pgd))
H A Dmemory-failure.c401 if (!pgd_present(*pgd))
H A Dmemory.c5810 if (pgd_present(*pgd)) { /* Another has populated it */
H A Dhugetlb.c7536 if (!pgd_present(*pgd))
/linux-master/fs/
H A Duserfaultfd.c306 if (!pgd_present(*pgd))
/linux-master/arch/s390/include/asm/
H A Dpgtable.h649 static inline int pgd_present(pgd_t pgd) function

Completed in 305 milliseconds

12