Home
last modified time | relevance | path

Searched refs:fpu_mask (Results 1 – 2 of 2) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dcpu-probe.c52 c->fpu_mask = ~(fcsr0 ^ fcsr1) & ~mask; in cpu_set_fpu_fcsr_mask()
331 c->fpu_mask = FPU_CSR_RSVD; in cpu_probe()
/linux/arch/loongarch/include/asm/
H A Dcpu-info.h46 unsigned int fpu_mask; member