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

12

/linux-master/arch/x86/kernel/
H A Dmachine_kexec_64.c135 if (!pgd_present(*pgd)) {
/linux-master/arch/arm64/mm/
H A Dhugetlbpage.c305 if (!pgd_present(READ_ONCE(*pgdp)))
H A Dmmu.c979 WARN_ON(!pgd_present(pgd));
1154 WARN_ON(!pgd_present(pgd));
/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c96 if (!pgd_present(pgdp_get(pgd)))
H A Dpageattr.c430 if (!pgd_present(pgdp_get(pgd)))
/linux-master/include/linux/
H A Dpgtable.h1016 (pgd_present(pgd) && (!(write) || pgd_write(pgd)))
1082 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/s390/mm/
H A Dpgtable.c461 if (!pgd_present(*pgd))
/linux-master/arch/x86/include/asm/
H A Dpgtable.h1125 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/fs/
H A Duserfaultfd.c307 if (!pgd_present(*pgd))
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h972 #define pgd_present(pgd) (!pgd_none(pgd)) macro
/linux-master/mm/
H A Dmemory-failure.c406 if (!pgd_present(*pgd))
H A Drmap.c812 if (!pgd_present(*pgd))
H A Dhugetlb.c7470 if (!pgd_present(*pgd))
H A Dmemory.c5883 if (pgd_present(*pgd)) { /* Another has populated it */
/linux-master/arch/s390/include/asm/
H A Dpgtable.h651 static inline int pgd_present(pgd_t pgd) function

Completed in 447 milliseconds

12