Home
last modified time | relevance | path

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

/Zephyr-latest/arch/arm64/core/
Dmmu.h145 #define TCR_T0SZ(x) ((64 - (x)) << TCR_T0SZ_SHIFT) macro
Dmmu.c948 tcr |= TCR_T0SZ(va_bits); in get_tcr()