Home
last modified time | relevance | path

Searched refs:P4D_TABLE_PXN (Results 1 – 3 of 3) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dpgalloc.h55 p4dval |= (mm == &init_mm) ? P4D_TABLE_UXN : P4D_TABLE_PXN; in p4d_populate()
H A Dpgtable-hwdef.h113 #define P4D_TABLE_PXN (_AT(p4dval_t, 1) << 59) macro
/linux/arch/arm64/mm/
H A Dmmu.c340 p4dval |= P4D_TABLE_PXN; in alloc_init_pud()