Searched refs:VTTBR_CNP_BIT (Results 1 – 3 of 3) sorted by relevance
307 u64 cnp = system_supports_cnp() ? VTTBR_CNP_BIT : 0;346 return !(mmu->tlb_vttbr & VTTBR_CNP_BIT);
288 #define VTTBR_CNP_BIT (UL(1)) macro
627 vttbr &= ~VTTBR_CNP_BIT; in lookup_s2_mmu()703 s2_mmu->tlb_vttbr = vcpu_read_sys_reg(vcpu, VTTBR_EL2) & ~VTTBR_CNP_BIT; in get_s2_mmu_nested()725 mmu->tlb_vttbr = VTTBR_CNP_BIT; in kvm_init_nested_s2_mmu()1627 res0 |= VTTBR_CNP_BIT; in kvm_init_nv_sysregs()
Completed in 7 milliseconds