Searched refs:pud_none (Results 1 - 25 of 55) sorted by relevance

123

/arch/sh/include/asm/
H A Dpgtable-3level.h45 #define pud_none(x) (!pud_val(x)) macro
/arch/s390/mm/
H A Dvmem.c102 if (MACHINE_HAS_EDAT2 && pud_none(*pu_dir) && address &&
111 if (pud_none(*pu_dir)) {
168 if (pud_none(*pu_dir)) {
216 if (pud_none(*pu_dir)) {
H A Dpageattr.c54 if (pud_none(*pudp) || pud_large(*pudp))
H A Ddump_pagetables.c174 if (!pud_none(*pud))
H A Dgup.c157 if (pud_none(pud))
/arch/x86/mm/
H A Dpgtable_32.c40 if (pud_none(*pud)) {
H A Ddump_pagetables.c310 #define pud_none(a) pmd_none(__pmd(pud_val(a))) macro
325 if (!pud_none(*start)) {
343 #define pgd_none(a) pud_none(__pud(pgd_val(a)))
H A Dpageattr.c342 if (pud_none(*pud))
704 if (!pud_none(pud[i]))
776 if (!pud_none(*pud))
918 if (pud_none(*pud))
972 if (pud_none(*pud))
1007 if (pud_none(*pud))
/arch/arm/include/asm/
H A Dpgtable-2level.h153 #define pud_none(pud) (0) macro
H A Dpgtable-3level.h142 #define pud_none(pud) (!pud_val(pud)) macro
/arch/arm/mm/
H A Didmap.c37 if (!pud_none(*pud))
H A Dfault.c88 if (pud_none(*pud))
450 if (pud_none(*pud_k))
/arch/sh/mm/
H A Dtlbex_64.c62 if (pud_none(*pud) || !pud_present(*pud))
H A Dgup.c150 if (pud_none(pud))
/arch/tile/include/asm/
H A Dpgtable_64.h73 static inline int pud_none(pud_t pud) function
/arch/um/include/asm/
H A Dpgtable-3level.h56 #define pud_none(x) (!(pud_val(x) & ~_PAGE_NEWPAGE)) macro
/arch/arm64/mm/
H A Dmmu.c205 if (pud_none(*pud) || pud_bad(*pud)) {
285 if (!pud_none(old_pud)) {
555 if (pud_none(*pud))
642 BUG_ON(pud_none(*pud) || pud_bad(*pud));
/arch/powerpc/mm/
H A Dpgtable.c222 BUG_ON(pud_none(*pud));
H A Dgup.c116 if (pud_none(pud))
H A Dsubpage-prot.c73 if (pud_none(*pud))
/arch/arm/lib/
H A Duaccess_with_memcpy.c40 if (unlikely(pud_none(*pud) || pud_bad(*pud)))
/arch/ia64/mm/
H A Dfault.c60 if (pud_none(*pud) || pud_bad(*pud))
/arch/mips/include/asm/
H A Dpgtable-64.h204 static inline int pud_none(pud_t pud) function
/arch/mips/mm/
H A Dgup.c178 if (pud_none(pud))
/arch/sparc/mm/
H A Dgup.c154 if (pud_none(pud))

Completed in 1342 milliseconds

123