Searched refs:vt (Results 1 – 13 of 13) sorted by relevance
| /arch/arm64/kvm/ |
| A D | nested.c | 842 if (!vt) in kvm_invalidate_vncr_ipa() 901 if (vt->wr.nG && vt->wr.asid != scope->asid) in invalidate_vncr_va() 912 if (!vt->wr.nG || vt->wr.asid != scope->asid) in invalidate_vncr_va() 1209 ret = __kvm_translate_va(vcpu, &vt->wi, &vt->wr, va); in kvm_translate_vncr() 1227 vt->gva = va; in kvm_translate_vncr() 1230 vt->cpu = -1; in kvm_translate_vncr() 1236 if (vt->wr.pw) in kvm_translate_vncr() 1261 if (!vt->valid) in kvm_vncr_tlb_lookup() 1361 if (!vt->valid) in kvm_map_l1_vncr() 1385 if (vt->wr.pw && vt->wr.pr) in kvm_map_l1_vncr() [all …]
|
| /arch/x86/kvm/vmx/ |
| A D | posted_intr.c | 60 struct vcpu_vt *vt = to_vt(vcpu); in vmx_vcpu_pi_load() local 104 list_del(&vt->pi_wakeup_list); in vmx_vcpu_pi_load() 165 struct vcpu_vt *vt = to_vt(vcpu); in pi_enable_wakeup_handler() local 184 list_add_tail(&vt->pi_wakeup_list, in pi_enable_wakeup_handler() 258 struct vcpu_vt *vt; in pi_wakeup_handler() local 261 list_for_each_entry(vt, wakeup_list, pi_wakeup_list) { in pi_wakeup_handler() 263 if (pi_test_on(&vt->pi_desc)) in pi_wakeup_handler() 264 kvm_vcpu_wake_up(vt_to_vcpu(vt)); in pi_wakeup_handler()
|
| A D | vmx.h | 210 struct vcpu_vt vt; member 313 return &(container_of(vcpu, struct vcpu_vmx, vcpu)->vt); in to_vt() 316 static __always_inline struct kvm_vcpu *vt_to_vcpu(struct vcpu_vt *vt) in vt_to_vcpu() argument 318 return &(container_of(vt, struct vcpu_vmx, vt)->vcpu); in vt_to_vcpu() 328 struct vcpu_vt *vt = to_vt(vcpu); in vmx_get_exit_qual() local 332 vt->exit_qualification = vmcs_readl(EXIT_QUALIFICATION); in vmx_get_exit_qual() 334 return vt->exit_qualification; in vmx_get_exit_qual() 339 struct vcpu_vt *vt = to_vt(vcpu); in vmx_get_intr_info() local 343 vt->exit_intr_info = vmcs_read32(VM_EXIT_INTR_INFO); in vmx_get_intr_info() 345 return vt->exit_intr_info; in vmx_get_intr_info()
|
| A D | tdx.c | 706 __pi_set_sn(&tdx->vt.pi_desc); in tdx_vcpu_create() 776 struct vcpu_vt *vt = to_vt(vcpu); in tdx_prepare_switch_to_guest() local 778 if (vt->guest_state_loaded) in tdx_prepare_switch_to_guest() 786 vt->guest_state_loaded = true; in tdx_prepare_switch_to_guest() 813 struct vcpu_vt *vt = to_vt(vcpu); in tdx_prepare_switch_to_host() local 816 if (!vt->guest_state_loaded) in tdx_prepare_switch_to_host() 827 vt->guest_state_loaded = false; in tdx_prepare_switch_to_host() 936 struct vcpu_vt *vt = to_vt(vcpu); in tdx_vcpu_enter_exit() local 1029 struct vcpu_vt *vt = to_vt(vcpu); in tdx_vcpu_run() local 1051 if (pi_test_on(&vt->pi_desc)) { in tdx_vcpu_run() [all …]
|
| A D | vmx.c | 1237 struct vcpu_vt *vt = to_vt(vcpu); in vmx_prepare_switch_to_guest() local 1266 if (vt->guest_state_loaded) in vmx_prepare_switch_to_guest() 1304 vt->guest_state_loaded = true; in vmx_prepare_switch_to_guest() 1311 if (!vmx->vt.guest_state_loaded) in vmx_prepare_switch_to_host() 1350 if (vmx->vt.guest_state_loaded) in vmx_read_guest_kernel_gs_base() 1359 if (vmx->vt.guest_state_loaded) in vmx_write_guest_kernel_gs_base() 4765 __pi_set_sn(&vmx->vt.pi_desc); in __vmx_vcpu_reset() 6438 if (vmx->vt.emulation_required) in __vmx_handle_exit() 6824 if (pi_test_on(&vt->pi_desc)) { in vmx_sync_pir_to_irr() 6825 pi_clear_on(&vt->pi_desc); in vmx_sync_pir_to_irr() [all …]
|
| A D | tdx.h | 58 struct vcpu_vt vt; member
|
| A D | main.c | 14 static_assert(offsetof(struct vcpu_vmx, vt) == offsetof(struct vcpu_tdx, vt));
|
| A D | nested.c | 279 if (unlikely(!vmx->vt.guest_state_loaded)) in vmx_sync_vmcs_host_state() 429 WARN_ON_ONCE(vmx->vt.exit_reason.basic != EXIT_REASON_EPT_VIOLATION); in nested_ept_inject_page_fault() 6148 nested_vmx_vmexit(vcpu, vmx->vt.exit_reason.full, in handle_vmfunc() 6593 union vmx_exit_reason exit_reason = vmx->vt.exit_reason; in nested_vmx_reflect_vmexit()
|
| /arch/arm64/boot/dts/mediatek/ |
| A D | mt6380.dtsi | 77 mt6380_vt_reg: ldo-vt { 78 regulator-name = "vt";
|
| /arch/arm/boot/dts/intel/socfpga/ |
| A D | socfpga_vt.dts | 11 compatible = "altr,socfpga-vt", "altr,socfpga";
|
| /arch/arm64/crypto/ |
| A D | sm4-ce-core.S | 512 #define tweak_next(vt, vin, RTMP) \ argument 515 add vt.2d, vin.2d, vin.2d; \ 517 eor vt.16b, vt.16b, RTMP.16b;
|
| /arch/arm/boot/dts/ti/omap/ |
| A D | omap3-lilly-a83x.dtsi | 13 bootargs = "console=ttyO0,115200n8 vt.global_cursor_default=0 consoleblank=0";
|
| /arch/mips/include/uapi/asm/ |
| A D | inst.h | 771 __BITFIELD_FIELD(unsigned int vt : 5,
|
Completed in 63 milliseconds