Searched refs:pud_present (Results 1 - 25 of 71) sorted by relevance

123

/linux-master/arch/sh/include/asm/
H A Dpgtable-3level.h49 #define pud_present(x) (pud_val(x)) macro
/linux-master/arch/mips/mm/
H A Dhugetlbpage.c54 if (pud_present(*pud))
/linux-master/include/asm-generic/
H A Dpgtable-nopmd.h32 static inline int pud_present(pud_t pud) { return 1; } function
/linux-master/arch/x86/mm/
H A Dident_map.c37 if (pud_present(*pud))
46 if (pud_present(*pud)) {
/linux-master/arch/m68k/mm/
H A Dinit.c105 if (!pud_present(*pud))
H A Dmotorola.c262 if (!pud_present(*pud))
328 if (!pud_present(*pud_dir)) {
/linux-master/arch/um/include/asm/
H A Dpgtable-3level.h57 #define pud_present(x) (pud_val(x) & _PAGE_PRESENT) macro
/linux-master/arch/loongarch/mm/
H A Dhugetlbpage.c46 if (pud_present(*pud))
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h177 static inline int pud_present(pud_t pud) function
189 return !pud_present(pud);
195 return pud_present(pud) && (pud_val(pud) & _PAGE_LEAF);
/linux-master/arch/arm/include/asm/
H A Dpgtable-2level.h195 static inline int pud_present(pud_t pud) function
/linux-master/arch/xtensa/mm/
H A Dfault.c59 if (!pud_present(*pud) || !pud_present(*pud_k))
/linux-master/arch/nios2/mm/
H A Dfault.c249 if (!pud_present(*pud_k))
/linux-master/arch/openrisc/mm/
H A Dfault.c330 if (!pud_present(*pud_k))
/linux-master/arch/arc/mm/
H A Dfault.c56 if (!pud_present(*pud))
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h122 #define pud_present(pud) (pud_val(pud) != 0) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h131 #define pud_present(x) (pud_val(x)) macro
/linux-master/arch/x86/kernel/
H A Despfix_64.c164 if (!pud_present(pud)) {
/linux-master/arch/sh/mm/
H A Dfault.c141 if (!pud_present(*pud_k))
144 if (!pud_present(*pud))
/linux-master/arch/s390/mm/
H A Dhugetlbpage.c80 present = pud_present(__pud(rste));
226 if (pud_present(*pudp)) {
/linux-master/arch/um/kernel/
H A Dtlb.c284 if (!pud_present(*pud)) {
399 if (!pud_present(*pud)) {
478 if (!pud_present(*pud))
/linux-master/arch/powerpc/mm/book3s64/
H A Dpgtable.c202 VM_BUG_ON((pud_present(*pudp) && !pud_devmap(*pudp)) ||
203 !pud_present(*pudp));
/linux-master/arch/sh/kernel/
H A Dio_trapped.c152 if (!pud_present(*pud_k))
/linux-master/arch/csky/mm/
H A Dfault.c149 if (!pud_present(*pud_k)) {
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h288 static inline int pud_present(pud_t pud) function
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h136 #define pud_present(pud) (pud_val(pud) & _PAGE_TABLE) macro

Completed in 216 milliseconds

123