Searched refs:hcr (Results 1 – 5 of 5) sorted by relevance
22 u64 hcr; member58 ___ctx->hcr = ___hcr; \70 ___hcr = ___ctx->hcr; \
111 u64 hcr = vcpu->arch.hcr_el2; in ___activate_traps() local113 write_sysreg(hcr, hcr_el2); in ___activate_traps()115 if (cpus_have_final_cap(ARM64_HAS_RAS_EXTN) && (hcr & HCR_VSE)) in ___activate_traps()
742 u32 hcr; in __vgic_v3_bump_eoicount() local744 hcr = read_gicreg(ICH_HCR_EL2); in __vgic_v3_bump_eoicount()745 hcr += 1 << ICH_HCR_EOIcount_SHIFT; in __vgic_v3_bump_eoicount()746 write_gicreg(hcr, ICH_HCR_EL2); in __vgic_v3_bump_eoicount()
1111 unsigned long *hcr; in vcpu_interrupt_line() local1118 hcr = vcpu_hcr(vcpu); in vcpu_interrupt_line()1120 set = test_and_set_bit(bit_index, hcr); in vcpu_interrupt_line()1122 set = test_and_clear_bit(bit_index, hcr); in vcpu_interrupt_line()
1945 unsigned long hcr = *vcpu_hcr(vcpu); in kvm_set_way_flush() local1956 if (!(hcr & HCR_TVM)) { in kvm_set_way_flush()1960 *vcpu_hcr(vcpu) = hcr | HCR_TVM; in kvm_set_way_flush()