Searched refs:GUEST_INTR_STATUS (Results 1 – 7 of 7) sorted by relevance
35 SHADOW_FIELD_RW(GUEST_INTR_STATUS, guest_intr_status)
23 FIELD(GUEST_INTR_STATUS, guest_intr_status),
470 return vmcs_read16(GUEST_INTR_STATUS) & 0xff; in BUILD_VMX_MSR_BITMAP_HELPERS()
4763 vmcs_write16(GUEST_INTR_STATUS, 0); in init_vmcs()6372 vmcs_read16(GUEST_INTR_STATUS)); in dump_vmcs()6437 u16 status = vmcs_read16(GUEST_INTR_STATUS); in dump_vmcs()6899 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_hwapic_isr_update()6904 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update()6916 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_set_rvi()6921 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()
126 case GUEST_INTR_STATUS: in init_vmcs_shadow_fields()2438 vmcs_write16(GUEST_INTR_STATUS, in prepare_vmcs02_early()3943 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_complete_nested_posted_interrupt()3947 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_complete_nested_posted_interrupt()4595 vmcs12->guest_intr_status = vmcs_read16(GUEST_INTR_STATUS); in sync_vmcs02_to_vmcs12()
200 GUEST_INTR_STATUS = 0x00000810, enumerator