Searched refs:TCR_EPD1_MASK (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/arm64/include/asm/
H A Dkvm_nested.h24 return TCR_EPD1_MASK | /* disable TTBR1_EL1 */
H A Dpgtable-hwdef.h236 #define TCR_EPD1_MASK (UL(1) << TCR_EPD1_SHIFT) macro
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dtlb.c54 val |= TCR_EPD1_MASK | TCR_EPD0_MASK;
H A Dswitch.c100 write_sysreg_el1(val | TCR_EPD1_MASK | TCR_EPD0_MASK, SYS_TCR);
/linux-master/arch/arm64/kvm/hyp/vhe/
H A Dtlb.c44 val |= TCR_EPD1_MASK | TCR_EPD0_MASK;
/linux-master/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h133 TCR_EPD1_MASK | TCR_EPD0_MASK),
/linux-master/arch/arm64/kvm/
H A Darm.c1872 tcr |= TCR_EPD1_MASK;

Completed in 114 milliseconds