Searched refs:p4d_present (Results 1 - 25 of 50) sorted by relevance

12

/linux-master/arch/mips/mm/
H A Dhugetlbpage.c52 if (p4d_present(*p4d)) {
H A Dfault.c301 if (!p4d_present(*p4d_k))
/linux-master/arch/powerpc/include/asm/nohash/64/
H A Dpgtable-4k.h58 #define p4d_present(p4d) (p4d_val(p4d) != 0) macro
/linux-master/include/asm-generic/
H A Dpgtable-nopud.h30 static inline int p4d_present(p4d_t p4d) { return 1; } function
/linux-master/arch/loongarch/mm/
H A Dhugetlbpage.c44 if (p4d_present(*p4d)) {
/linux-master/arch/xtensa/mm/
H A Dfault.c54 if (!p4d_present(*p4d) || !p4d_present(*p4d_k))
/linux-master/arch/nios2/mm/
H A Dfault.c245 if (!p4d_present(*p4d_k))
/linux-master/arch/openrisc/mm/
H A Dfault.c325 if (!p4d_present(*p4d_k))
/linux-master/arch/arc/mm/
H A Dfault.c49 if (!p4d_present(*p4d))
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h109 #define p4d_present(x) (p4d_val(x)) macro
/linux-master/arch/x86/mm/
H A Dident_map.c75 if (p4d_present(*p4d)) {
H A Dfault.c197 if (!p4d_present(*p4d_k))
373 if (!p4d_present(*p4d) || p4d_leaf(*p4d))
1036 if (!p4d_present(*p4d))
/linux-master/arch/riscv/include/asm/
H A Dpgtable-64.h294 static inline int p4d_present(p4d_t p4d) function
305 return !p4d_present(p4d);
/linux-master/arch/um/kernel/
H A Dtlb.c306 if (!p4d_present(*p4d)) {
383 if (!p4d_present(*p4d)) {
474 if (!p4d_present(*p4d))
/linux-master/arch/sh/kernel/
H A Dio_trapped.c148 if (!p4d_present(*p4d_k))
/linux-master/arch/mips/include/asm/
H A Dpgtable-64.h197 static inline int p4d_present(p4d_t p4d) function
/linux-master/mm/
H A Dpage_vma_mapped.c220 if (!p4d_present(*p4d)) {
/linux-master/arch/riscv/mm/
H A Dfault.c146 if (!p4d_present(p4dp_get(p4d_k))) {
H A Dpageattr.c420 if (!p4d_present(p4dp_get(p4d)))
H A Dhugetlbpage.c100 if (!p4d_present(p4dp_get(p4d)))
/linux-master/arch/um/kernel/skas/
H A Duaccess.c32 if (!p4d_present(*p4d))
/linux-master/arch/sh/mm/
H A Dfault.c136 if (!p4d_present(*p4d_k))
/linux-master/arch/m68k/kernel/
H A Dsys_m68k.c482 if (!p4d_present(*p4d))
/linux-master/arch/s390/mm/
H A Dhugetlbpage.c224 if (p4d_present(*p4dp)) {
/linux-master/mm/kasan/
H A Dinit.c437 if (!p4d_present(*p4d))

Completed in 234 milliseconds

12