Home
last modified time | relevance | path

Searched refs:FPU_CSR_TM (Results 1 – 4 of 4) sorted by relevance

/linux/arch/loongarch/include/asm/
H A Dasmmacro.h47 andi \tmp, \tmp, FPU_CSR_TM
63 andi \tmp0, \tmp0, FPU_CSR_TM
H A Dloongarch.h1451 #define FPU_CSR_TM (_ULCAST_(1) << FPU_CSR_TM_SHIFT) macro
/linux/arch/loongarch/kernel/
H A Dfpu.S144 andi \tmp0, \tmp0, FPU_CSR_TM
/linux/arch/loongarch/kvm/
H A Dvcpu.c1267 if (fcsr & FPU_CSR_TM) in kvm_check_fcsr()