Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dvmx.h126 GUEST_INTR_STATUS = 0x00000810, enumerator
/linux-4.4.14/arch/x86/kvm/
Dvmx.c697 FIELD(GUEST_INTR_STATUS, guest_intr_status),
4525 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_complete_nested_posted_interrupt()
4529 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_complete_nested_posted_interrupt()
4804 vmcs_write16(GUEST_INTR_STATUS, 0); in vmx_vcpu_setup()
7994 vmcs_read16(GUEST_INTR_STATUS)); in dump_vmcs()
8243 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_hwapic_isr_update()
8248 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update()
8260 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_set_rvi()
8265 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()
9628 vmcs_write16(GUEST_INTR_STATUS, in prepare_vmcs02()
[all …]