Searched refs:GUEST_TR_LIMIT (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/x86/kvm/vmx/ |
| A D | vmcs12.c | 100 FIELD(GUEST_TR_LIMIT, guest_tr_limit),
|
| A D | hyperv_evmcs.c | 222 EVMCS1_FIELD(GUEST_TR_LIMIT, guest_tr_limit,
|
| A D | nested.c | 2529 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); in prepare_vmcs02_rare() 4413 case GUEST_TR_LIMIT: in is_vmcs12_ext_field() 4462 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
|
| A D | vmx.c | 3127 vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1); in enter_rmode() 4905 vmcs_write32(GUEST_TR_LIMIT, 0xffff); in vmx_vcpu_reset()
|
| /linux/tools/testing/selftests/kvm/include/x86_64/ |
| A D | vmx.h | 229 GUEST_TR_LIMIT = 0x0000480e, enumerator
|
| A D | evmcs.h | 531 case GUEST_TR_LIMIT: in evmcs_vmread() 1013 case GUEST_TR_LIMIT: in evmcs_vmwrite()
|
| /linux/arch/x86/include/asm/ |
| A D | vmx.h | 325 GUEST_TR_LIMIT = 0x0000480e, enumerator
|
| /linux/tools/testing/selftests/kvm/lib/x86_64/ |
| A D | vmx.c | 318 vmwrite(GUEST_TR_LIMIT, 0x67); in init_vmcs_guest_state()
|
Completed in 48 milliseconds