Searched refs:vcpu_hcr (Results 1 – 4 of 4) sorted by relevance
236 *vcpu_hcr(vcpu) |= HCR_VSE; in kvm_set_sei_esr()
1895 unsigned long hcr = *vcpu_hcr(vcpu); in kvm_set_way_flush()1910 *vcpu_hcr(vcpu) = hcr | HCR_TVM; in kvm_set_way_flush()1928 *vcpu_hcr(vcpu) &= ~HCR_TVM; in kvm_toggle_cache()
509 bool irq_lines = *vcpu_hcr(v) & (HCR_VI | HCR_VF); in kvm_arch_vcpu_runnable()1052 hcr = vcpu_hcr(vcpu); in vcpu_interrupt_line()
105 static inline unsigned long *vcpu_hcr(struct kvm_vcpu *vcpu) in vcpu_hcr() function
Completed in 13 milliseconds