Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/vmx/
Dvmcs_shadow_fields.h35 SHADOW_FIELD_RW(GUEST_INTR_STATUS, guest_intr_status)
Dvmcs12.c22 FIELD(GUEST_INTR_STATUS, guest_intr_status),
Dvmx.h477 return vmcs_read16(GUEST_INTR_STATUS) & 0xff; in BUILD_VMX_MSR_BITMAP_HELPERS()
Dvmx.c4618 vmcs_write16(GUEST_INTR_STATUS, 0); in init_vmcs()
6194 vmcs_read16(GUEST_INTR_STATUS)); in dump_vmcs()
6259 u16 status = vmcs_read16(GUEST_INTR_STATUS); in dump_vmcs()
6656 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_hwapic_isr_update()
6661 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update()
6673 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_set_rvi()
6678 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()
Dnested.c124 case GUEST_INTR_STATUS: in init_vmcs_shadow_fields()
2304 vmcs_write16(GUEST_INTR_STATUS, in prepare_vmcs02_early()
3807 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_complete_nested_posted_interrupt()
3811 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_complete_nested_posted_interrupt()
4346 vmcs12->guest_intr_status = vmcs_read16(GUEST_INTR_STATUS); in sync_vmcs02_to_vmcs12()
/Linux-v6.1/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h117 GUEST_INTR_STATUS = 0x00000810, enumerator
/Linux-v6.1/arch/x86/include/asm/
Dvmx.h177 GUEST_INTR_STATUS = 0x00000810, enumerator
/Linux-v6.1/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c321 vmwrite(GUEST_INTR_STATUS, 0); in init_vmcs_guest_state()