Searched refs:GUEST_INTR_STATUS (Results 1 – 6 of 6) sorted by relevance
35 SHADOW_FIELD_RW(GUEST_INTR_STATUS, guest_intr_status)
23 FIELD(GUEST_INTR_STATUS, guest_intr_status),
465 return vmcs_read16(GUEST_INTR_STATUS) & 0xff; in BUILD_VMX_MSR_BITMAP_HELPERS()
4745 vmcs_write16(GUEST_INTR_STATUS, 0); in init_vmcs()6330 vmcs_read16(GUEST_INTR_STATUS)); in dump_vmcs()6395 u16 status = vmcs_read16(GUEST_INTR_STATUS); in dump_vmcs()6834 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_hwapic_isr_update()6839 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update()6851 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_set_rvi()6856 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()
126 case GUEST_INTR_STATUS: in init_vmcs_shadow_fields()2336 vmcs_write16(GUEST_INTR_STATUS, in prepare_vmcs02_early()3842 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_complete_nested_posted_interrupt()3846 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_complete_nested_posted_interrupt()4418 vmcs12->guest_intr_status = vmcs_read16(GUEST_INTR_STATUS); in sync_vmcs02_to_vmcs12()
179 GUEST_INTR_STATUS = 0x00000810, enumerator