Home
last modified time | relevance | path

Searched refs:L_PTE_MT_WRITEALLOC (Results 1 – 8 of 8) 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
/openbmc/linux/arch/arm/mm/
H A Dproc-macros.S142 .long PTE_EXT_TEX(1) | PTE_CACHEABLE | PTE_BUFFERABLE @ L_PTE_MT_WRITEALLOC
H A Ddump.c115 .val = L_PTE_MT_WRITEALLOC,
H A Dproc-xsc3.S383 .long PTE_EXT_TEX(5) | PTE_CACHEABLE | PTE_BUFFERABLE @ L_PTE_MT_WRITEALLOC (not present?)
H A Dproc-xscale.S494 .long PTE_EXT_TEX(1) | PTE_CACHEABLE | PTE_BUFFERABLE @ L_PTE_MT_WRITEALLOC
H A Dmmu.c104 .pte = L_PTE_MT_WRITEALLOC,
/openbmc/linux/drivers/tee/optee/
H A Dcall.c486 return (((pgprot_val(p) & L_PTE_MT_MASK) == L_PTE_MT_WRITEALLOC) || in is_normal_memory()