Home
last modified time | relevance | path

Searched refs:aux_ldtype (Results 1 – 3 of 3) sorted by relevance

/linux/arch/loongarch/kvm/
H A Dexit.c757 vcpu->arch.aux_ldtype = KVM_LARCH_FPU; in kvm_handle_fpu_disabled()
799 vcpu->arch.aux_ldtype = KVM_LARCH_LSX; in kvm_handle_lsx_disabled()
819 vcpu->arch.aux_ldtype = KVM_LARCH_LASX; in kvm_handle_lasx_disabled()
831 vcpu->arch.aux_ldtype = KVM_LARCH_LBT; in kvm_handle_lbt_disabled()
H A Dvcpu.c242 switch (vcpu->arch.aux_ldtype) { in kvm_late_check_requests()
259 vcpu->arch.aux_ldtype = 0; in kvm_late_check_requests()
/linux/arch/loongarch/include/asm/
H A Dkvm_host.h205 unsigned int aux_ldtype; member