Home
last modified time | relevance | path

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

/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.h470 return vmcs_read16(GUEST_INTR_STATUS) & 0xff; in BUILD_VMX_MSR_BITMAP_HELPERS()
H A Dvmx.c4763 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()
H A Dnested.c126 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()
/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h
/linux/arch/x86/include/asm/
H A Dvmx.h200 GUEST_INTR_STATUS = 0x00000810, enumerator