Searched refs:GUEST_TR_LIMIT (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/x86/kvm/vmx/ |
| D | vmcs12.c | 98 FIELD(GUEST_TR_LIMIT, guest_tr_limit),
|
| D | evmcs.c | 211 EVMCS1_FIELD(GUEST_TR_LIMIT, guest_tr_limit,
|
| D | nested.c | 2212 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); in prepare_vmcs02_rare() 3543 case GUEST_TR_LIMIT: in is_vmcs12_ext_field() 3592 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
|
| D | vmx.c | 2771 vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1); in enter_rmode() 4309 vmcs_write32(GUEST_TR_LIMIT, 0xffff); in vmx_vcpu_reset()
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | vmx.h | 280 GUEST_TR_LIMIT = 0x0000480e, enumerator
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/x86_64/ |
| D | vmx.h | 274 GUEST_TR_LIMIT = 0x0000480e, enumerator
|
| /Linux-v5.4/tools/testing/selftests/kvm/include/ |
| D | evmcs.h | 509 case GUEST_TR_LIMIT: in evmcs_vmread() 896 case GUEST_TR_LIMIT: in evmcs_vmwrite()
|
| /Linux-v5.4/tools/testing/selftests/kvm/lib/x86_64/ |
| D | vmx.c | 330 vmwrite(GUEST_TR_LIMIT, 0x67); in init_vmcs_guest_state()
|