Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/kvm/hyp/
Ds2-setup.c27 val = read_sysreg(VTCR) & ~VTCR_MASK; in __init_stage2_translation()
/Linux-v4.19/arch/arm/include/asm/
Dkvm_arm.h147 #define VTCR_MASK (VTCR_SH0 | VTCR_ORGN0 | VTCR_IRGN0 | VTCR_SL0 | \ macro