Home
last modified time | relevance | path

Searched defs:p4dval (Results 1 – 3 of 3) sorted by relevance

/linux/include/asm-generic/
H A Dpgtable-nopud.h40 #define set_p4d(p4dptr, p4dval) set_pud((pud_t *)(p4dptr), (pud_t) { p4dval }) argument
/linux/arch/um/include/asm/
H A Dpgtable-4level.h72 #define set_p4d(p4dptr, p4dval) (*(p4dptr) = (p4dval)) argument
/linux/arch/arm64/mm/
H A Dmmu.c361 p4dval_t p4dval = P4D_TYPE_TABLE | P4D_TABLE_UXN | P4D_TABLE_AF; in alloc_init_pud() local