Home
last modified time | relevance | path

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

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