Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dkvm_arm.h121 #define TCR_EL2_ORGN0_MASK TCR_ORGN0_MASK
140 #define VTCR_EL2_ORGN0_MASK TCR_ORGN0_MASK
/linux/tools/testing/selftests/kvm/include/arm64/
H A Dprocessor.h77 #define TCR_ORGN0_MASK (UL(3) << TCR_ORGN0_SHIFT) macro