Lines Matching refs:GUEST_INTR_STATUS
1105 FIELD(GUEST_INTR_STATUS, guest_intr_status),
4871 case GUEST_INTR_STATUS: in init_vmcs_shadow_fields()
6158 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_complete_nested_posted_interrupt()
6162 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_complete_nested_posted_interrupt()
6171 return vmcs_read16(GUEST_INTR_STATUS) & 0xff; in vmx_get_rvi()
6604 vmcs_write16(GUEST_INTR_STATUS, 0); in vmx_vcpu_setup()
9959 vmcs_read16(GUEST_INTR_STATUS)); in dump_vmcs()
10283 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_hwapic_isr_update()
10288 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update()
10300 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_set_rvi()
10305 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()
12191 vmcs_write16(GUEST_INTR_STATUS, in prepare_vmcs02()
13050 vmcs12->guest_intr_status = vmcs_read16(GUEST_INTR_STATUS); in sync_vmcs12()