Home
last modified time | relevance | path

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

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