Home
last modified time | relevance | path

Searched refs:hcr (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/virt/kvm/arm/hyp/
Dvgic-v3-sr.c697 u32 hcr; in __vgic_v3_bump_eoicount() local
699 hcr = read_gicreg(ICH_HCR_EL2); in __vgic_v3_bump_eoicount()
700 hcr += 1 << ICH_HCR_EOIcount_SHIFT; in __vgic_v3_bump_eoicount()
701 write_gicreg(hcr, ICH_HCR_EL2); in __vgic_v3_bump_eoicount()
/linux-4.19.296/virt/kvm/arm/
Darm.c876 unsigned long *hcr; in vcpu_interrupt_line() local
883 hcr = vcpu_hcr(vcpu); in vcpu_interrupt_line()
885 set = test_and_set_bit(bit_index, hcr); in vcpu_interrupt_line()
887 set = test_and_clear_bit(bit_index, hcr); in vcpu_interrupt_line()
Dmmu.c2220 unsigned long hcr = *vcpu_hcr(vcpu); in kvm_set_way_flush() local
2231 if (!(hcr & HCR_TVM)) { in kvm_set_way_flush()
2235 *vcpu_hcr(vcpu) = hcr | HCR_TVM; in kvm_set_way_flush()