Searched refs:VTCR_MASK (Results 1 – 2 of 2) sorted by relevance
16 val = read_sysreg(VTCR) & ~VTCR_MASK; in __init_stage2_translation()
134 #define VTCR_MASK (VTCR_SH0 | VTCR_ORGN0 | VTCR_IRGN0 | VTCR_SL0 | \ macro