Home
last modified time | relevance | path

Searched defs:L_PTE_MT_WRITEALLOC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-2level.h170 #define L_PTE_MT_WRITEALLOC (_AT(pteval_t, 0x07) << 2) /* 0111 */ macro
H A Dpgtable-3level.h100 #define L_PTE_MT_WRITEALLOC (_AT(pteval_t, 7) << 2) /* normal inner write-alloc */ macro