Searched refs:GUEST_INTR_STATUS (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/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),
|
H A D | vmx.h | 378 return vmcs_read16(GUEST_INTR_STATUS) & 0xff; in vmx_get_rvi()
|
H A D | nested.c | 128 case GUEST_INTR_STATUS: in init_vmcs_shadow_fields() 2332 vmcs_write16(GUEST_INTR_STATUS, in prepare_vmcs02_early() 3778 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_complete_nested_posted_interrupt() 3782 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_complete_nested_posted_interrupt() 4146 vmcs12->guest_intr_status = vmcs_read16(GUEST_INTR_STATUS); in sync_vmcs02_to_vmcs12()
|
H A D | vmx.c | 4443 vmcs_write16(GUEST_INTR_STATUS, 0); in init_vmcs() 5997 vmcs_read16(GUEST_INTR_STATUS)); in dump_vmcs() 6055 u16 status = vmcs_read16(GUEST_INTR_STATUS); in dump_vmcs() 6407 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_hwapic_isr_update() 6412 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update() 6424 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_set_rvi() 6429 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()
|
/kernel/linux/linux-6.6/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),
|
H A D | vmx.h | 464 return vmcs_read16(GUEST_INTR_STATUS) & 0xff; in vmx_get_rvi()
|
H A D | nested.c | 125 case GUEST_INTR_STATUS: in init_vmcs_shadow_fields() 2335 vmcs_write16(GUEST_INTR_STATUS, in prepare_vmcs02_early() 3841 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_complete_nested_posted_interrupt() 3845 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_complete_nested_posted_interrupt() 4385 vmcs12->guest_intr_status = vmcs_read16(GUEST_INTR_STATUS); in sync_vmcs02_to_vmcs12()
|
H A D | vmx.c | 4743 vmcs_write16(GUEST_INTR_STATUS, 0); in init_vmcs() 6323 vmcs_read16(GUEST_INTR_STATUS)); in dump_vmcs() 6388 u16 status = vmcs_read16(GUEST_INTR_STATUS); in dump_vmcs() 6827 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_hwapic_isr_update() 6832 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_hwapic_isr_update() 6844 status = vmcs_read16(GUEST_INTR_STATUS); in vmx_set_rvi() 6849 vmcs_write16(GUEST_INTR_STATUS, status); in vmx_set_rvi()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | vmx.h | 167 GUEST_INTR_STATUS = 0x00000810, enumerator
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 164 GUEST_INTR_STATUS = 0x00000810, enumerator
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | vmx.h | 179 GUEST_INTR_STATUS = 0x00000810, enumerator
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/ |
H A D | vmx.h | 117 GUEST_INTR_STATUS = 0x00000810, enumerator
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 301 vmwrite(GUEST_INTR_STATUS, 0); in init_vmcs_guest_state()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/ |
H A D | vmx.c | 316 vmwrite(GUEST_INTR_STATUS, 0); in init_vmcs_guest_state()
|
Completed in 43 milliseconds