Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/include/asm/
H A Dpgalloc.h32 pudval |= (mm == &init_mm) ? PUD_TABLE_UXN : PUD_TABLE_PXN; in pud_populate()
H A Dpgtable-hwdef.h108 #define PUD_TABLE_PXN (_AT(pudval_t, 1) << 59) macro
/openbmc/linux/arch/arm64/mm/
H A Dmmu.c289 pudval |= PUD_TABLE_PXN; in alloc_init_cont_pmd()