Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dvmcs12.c99 FIELD(GUEST_TR_LIMIT, guest_tr_limit),
Devmcs.c230 EVMCS1_FIELD(GUEST_TR_LIMIT, guest_tr_limit,
Dnested.c2394 vmcs_write32(GUEST_TR_LIMIT, vmcs12->guest_tr_limit); in prepare_vmcs02_rare()
4186 case GUEST_TR_LIMIT: in is_vmcs12_ext_field()
4235 vmcs12->guest_tr_limit = vmcs_read32(GUEST_TR_LIMIT); in sync_vmcs02_to_vmcs12_rare()
Dvmx.c2963 vmcs_write32(GUEST_TR_LIMIT, RMODE_TSS_SIZE - 1); in enter_rmode()
4760 vmcs_write32(GUEST_TR_LIMIT, 0xffff); in vmx_vcpu_reset()
/linux-6.1.9/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h229 GUEST_TR_LIMIT = 0x0000480e, enumerator
Devmcs.h541 case GUEST_TR_LIMIT: in evmcs_vmread()
1023 case GUEST_TR_LIMIT: in evmcs_vmwrite()
/linux-6.1.9/arch/x86/include/asm/
Dvmx.h300 GUEST_TR_LIMIT = 0x0000480e, enumerator
/linux-6.1.9/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c338 vmwrite(GUEST_TR_LIMIT, 0x67); in init_vmcs_guest_state()