Home
last modified time | relevance | path

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

/linux-4.19.296/include/asm-generic/
D4level-fixup.h16 ((unlikely(pgd_none(*(pud))) && __pmd_alloc(mm, pud, address))? \
Dpgtable-nop4d-hack.h27 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
Dpgtable-nop4d.h22 static inline int pgd_none(pgd_t pgd) { return 0; } in pgd_none() function
D5level-fixup.h17 ((unlikely(pgd_none(*(p4d))) && __pud_alloc(mm, p4d, address)) ? \
Dpgtable.h529 if (pgd_none(*pgd)) in pgd_none_or_clear_bad()
/linux-4.19.296/drivers/misc/sgi-gru/
Dgrufault.c228 if (unlikely(pgd_none(*pgdp))) in atomic_pte_lookup()
/linux-4.19.296/virt/kvm/arm/
Dmmu.c545 if (!pgd_none(*pgd)) in __unmap_hyp_range()
704 if (pgd_none(*pgd)) { in __create_hyp_mappings()
/linux-4.19.296/include/linux/
Dmm.h1836 return (unlikely(pgd_none(*pgd)) && __p4d_alloc(mm, pgd, address)) ? in p4d_alloc()