Searched refs:GUEST_INTR_STATUS (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | vmcs_shadow_fields.h | 35 SHADOW_FIELD_RW(GUEST_INTR_STATUS, guest_intr_status)
|
| D | vmcs12.c | 23 FIELD(GUEST_INTR_STATUS, guest_intr_status),
|
| D | vmx.h | 401 return vmcs_read16(GUEST_INTR_STATUS) & 0xff; in vmx_get_rvi()
|
| D | vmx.c | 4192 vmcs_write16(GUEST_INTR_STATUS, 0); in vmx_vcpu_setup() 5765 vmcs_read16(GUEST_INTR_STATUS)); in dump_vmcs() 5823 u16 status = vmcs_read16(GUEST_INTR_STATUS); in dump_vmcs() 6104 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_hwapic_isr_update() 6109 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update() 6121 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_set_rvi() 6126 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()
|
| D | nested.c | 126 case GUEST_INTR_STATUS: in init_vmcs_shadow_fields() 2136 vmcs_write16(GUEST_INTR_STATUS, in prepare_vmcs02_early() 3417 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_complete_nested_posted_interrupt() 3421 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_complete_nested_posted_interrupt() 3705 vmcs12->guest_intr_status = vmcs_read16(GUEST_INTR_STATUS); in sync_vmcs02_to_vmcs12()
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | vmx.h | 162 GUEST_INTR_STATUS = 0x00000810, enumerator
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/ |
| D | vmx.h | 164 GUEST_INTR_STATUS = 0x00000810, enumerator
|
| /Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ |
| D | vmx.c | 313 vmwrite(GUEST_INTR_STATUS, 0); in init_vmcs_guest_state()
|