Home
last modified time | relevance | path

Searched refs:PTE_BLOCK_AF (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/armv8/
H A Dmmu.h64 #define PTE_BLOCK_AF (1 << 10) macro
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c207 u64 attrs = map->attrs | PTE_TYPE_BLOCK | PTE_BLOCK_AF; in add_map()