Home
last modified time | relevance | path

Searched refs:GUEST_INTR_STATUS (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmcs_shadow_fields.h35 SHADOW_FIELD_RW(GUEST_INTR_STATUS, guest_intr_status)
H A Dvmcs12.c23 FIELD(GUEST_INTR_STATUS, guest_intr_status),
H A Dvmx.h465 return vmcs_read16(GUEST_INTR_STATUS) & 0xff; in BUILD_VMX_MSR_BITMAP_HELPERS()
H A Dvmx.c4747 vmcs_write16(GUEST_INTR_STATUS, 0); in init_vmcs()
6332 vmcs_read16(GUEST_INTR_STATUS)); in dump_vmcs()
6397 u16 status = vmcs_read16(GUEST_INTR_STATUS); in dump_vmcs()
6836 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_hwapic_isr_update()
6841 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update()
6853 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_set_rvi()
6858 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()
H A Dnested.c126 case GUEST_INTR_STATUS: in init_vmcs_shadow_fields()
2350 vmcs_write16(GUEST_INTR_STATUS, in prepare_vmcs02_early()
3856 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_complete_nested_posted_interrupt()
3860 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_complete_nested_posted_interrupt()
4432 vmcs12->guest_intr_status = vmcs_read16(GUEST_INTR_STATUS); in sync_vmcs02_to_vmcs12()
/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h117 GUEST_INTR_STATUS = 0x00000810, enumerator
/openbmc/linux/arch/x86/include/asm/
H A Dvmx.h179 GUEST_INTR_STATUS = 0x00000810, enumerator
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c301 vmwrite(GUEST_INTR_STATUS, 0); in init_vmcs_guest_state()