Searched refs:pgd_present (Results 1 - 25 of 43) sorted by last modified time

12

/linux-master/arch/s390/include/asm/
H A Dpgtable.h649 static inline int pgd_present(pgd_t pgd) function
/linux-master/fs/
H A Duserfaultfd.c306 if (!pgd_present(*pgd))
/linux-master/arch/x86/mm/
H A Dfault.c187 if (!pgd_present(*pgd_k))
306 if (!low_pfn(pgd_val(*pgd) >> PAGE_SHIFT) || !pgd_present(*pgd))
365 if (!pgd_present(*pgd))
1001 if (!pgd_present(*pgd))
H A Dident_map.c120 if (pgd_present(*pgd)) {
H A Dinit_64.c1231 if (!pgd_present(*pgd))
H A Dinit_32.c456 if (!pgd_present(*pgd))
/linux-master/arch/s390/mm/
H A Dhugetlbpage.c222 if (pgd_present(*pgdp)) {
H A Dpgtable.c461 if (!pgd_present(*pgd))
/linux-master/mm/
H A Dhugetlb.c7536 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 Drmap.c809 if (!pgd_present(*pgd))
H A Dpage_vma_mapped.c215 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/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/xen/
H A Dmmu_pv.c1857 if (!pgd_present(pgd))
/linux-master/arch/x86/kernel/
H A Dmachine_kexec_64.c135 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/riscv/include/asm/
H A Dpgtable-64.h361 static inline int pgd_present(pgd_t pgd) function
372 return !pgd_present(pgd);
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h921 #define pgd_present(pgd) (!pgd_none(pgd)) macro
/linux-master/arch/riscv/mm/
H A Dhugetlbpage.c96 if (!pgd_present(pgdp_get(pgd)))
H A Dpageattr.c414 if (!pgd_present(pgdp_get(pgd)))
H A Dfault.c139 if (!pgd_present(pgdp_get(pgd_k))) {
/linux-master/arch/um/kernel/skas/
H A Duaccess.c28 if (!pgd_present(*pgd))

Completed in 403 milliseconds

12