Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/arm/include/asm/armv8/
H A Dmmu.h82 #define TCR_T0SZ(x) ((64 - (x)) << 0) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable-hwdef.h199 #define TCR_T0SZ(x) ((UL(64) - (x)) << TCR_T0SZ_OFFSET) macro