Searched refs:GUEST_INTR_STATUS (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| H A D | vmcs_shadow_fields.h | 35 SHADOW_FIELD_RW(GUEST_INTR_STATUS, guest_intr_status)
|
| H A D | vmcs12.c | 23 FIELD(GUEST_INTR_STATUS, guest_intr_status), 183 case GUEST_INTR_STATUS: in cpu_has_vmcs12_field()
|
| H A D | vmx.h | 459 return vmcs_read16(GUEST_INTR_STATUS) & 0xff; in BUILD_VMX_MSR_BITMAP_HELPERS()
|
| H A D | vmx.c | 4969 vmcs_write16(GUEST_INTR_STATUS, 0); in init_vmcs() 6666 vmcs_read16(GUEST_INTR_STATUS)); in dump_vmcs() 6739 u16 status = vmcs_read16(GUEST_INTR_STATUS); in dump_vmcs() 7112 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_hwapic_isr_update() 7117 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update() 7129 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_set_rvi() 7134 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()
|
| H A D | nested.c | 2463 vmcs_write16(GUEST_INTR_STATUS, in prepare_vmcs02_early() 4032 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_complete_nested_posted_interrupt() 4036 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_complete_nested_posted_interrupt() 4685 vmcs12->guest_intr_status = vmcs_read16(GUEST_INTR_STATUS); in sync_vmcs02_to_vmcs12()
|
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | vmx.h | 115 GUEST_INTR_STATUS = 0x00000810, enumerator
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | vmx.c | 310 vmwrite(GUEST_INTR_STATUS, 0); in init_vmcs_guest_state()
|
| /linux/arch/x86/include/asm/ |
| H A D | vmx.h | 204 GUEST_INTR_STATUS = 0x00000810, enumerator
|