Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kvm/
Dvmx_shadow_fields.h32 SHADOW_FIELD_RW(GUEST_INTR_STATUS)
Dvmx.c1105 FIELD(GUEST_INTR_STATUS, guest_intr_status),
4871 case GUEST_INTR_STATUS: in init_vmcs_shadow_fields()
6158 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_complete_nested_posted_interrupt()
6162 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_complete_nested_posted_interrupt()
6171 return vmcs_read16(GUEST_INTR_STATUS) & 0xff; in vmx_get_rvi()
6604 vmcs_write16(GUEST_INTR_STATUS, 0); in vmx_vcpu_setup()
9959 vmcs_read16(GUEST_INTR_STATUS)); in dump_vmcs()
10283 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_hwapic_isr_update()
10288 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update()
10300 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_set_rvi()
[all …]
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h166 GUEST_INTR_STATUS = 0x00000810, enumerator
/Linux-v4.19/arch/x86/include/asm/
Dvmx.h166 GUEST_INTR_STATUS = 0x00000810, enumerator
/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dvmx.c219 vmwrite(GUEST_INTR_STATUS, 0); in init_vmcs_guest_state()