Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/armv8/
H A Dmmu.h102 #define TCR_EL2_RSVD (1 << 31 | 1 << 23) macro
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c72 tcr = TCR_EL2_RSVD | (ips << 16); in get_tcr()