Home
last modified time | relevance | path

Searched refs:TCR_T1SZ (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpgtable-hwdef.h183 #define TCR_T1SZ(x) ((UL(64) - (x)) << TCR_T1SZ_OFFSET) macro
184 #define TCR_TxSZ(x) (TCR_T0SZ(x) | TCR_T1SZ(x))
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpgtable-hwdef.h200 #define TCR_T1SZ(x) ((UL(64) - (x)) << TCR_T1SZ_OFFSET) macro
201 #define TCR_TxSZ(x) (TCR_T0SZ(x) | TCR_T1SZ(x))

Completed in 2 milliseconds