used_math         289 arch/arm/kernel/process.c 	int used_math = thread->used_cp[1] | thread->used_cp[2];
used_math         291 arch/arm/kernel/process.c 	if (used_math)
used_math         294 arch/arm/kernel/process.c 	return used_math != 0;
used_math         330 arch/mips/kernel/signal.c 	uint32_t __user *used_math = sc + abi->off_sc_used_math;
used_math         334 arch/mips/kernel/signal.c 	used = used_math() ? USED_FP : 0;
used_math         375 arch/mips/kernel/signal.c 	return __put_user(used, used_math);
used_math         383 arch/mips/kernel/signal.c 	uint32_t __user *used_math = sc + abi->off_sc_used_math;
used_math         387 arch/mips/kernel/signal.c 	err = __get_user(used, used_math);
used_math        1220 arch/mips/kernel/unaligned.c 		BUG_ON(!used_math());
used_math        1739 arch/mips/kernel/unaligned.c 		BUG_ON(!used_math());
used_math         150 arch/nds32/kernel/fpu.c 	if (!used_math())
used_math         175 arch/nds32/kernel/fpu.c 	if (used_math()) {
used_math         180 arch/nds32/kernel/process.c 	if (used_math()) {
used_math          60 arch/nds32/kernel/signal.c 	__put_user_error(used_math(), &sc->used_math_flag, ret);
used_math          62 arch/nds32/kernel/signal.c 	if (!used_math())
used_math          59 arch/nds32/kernel/sys_nds32.c 	if (!used_math()) {
used_math          98 arch/sh/kernel/signal_32.c 	if (!used_math())
used_math         169 arch/sh/kernel/signal_64.c 	fpvalid = !!used_math();
used_math         417 arch/sparc/kernel/process_32.c 	if (used_math()) {
used_math         240 arch/sparc/kernel/signal_32.c 	if (used_math())
used_math         260 arch/sparc/kernel/signal_32.c 	if (used_math()) {
used_math         334 arch/sparc/kernel/signal_32.c 	if (used_math())
used_math         350 arch/sparc/kernel/signal_32.c 	if (used_math())
used_math         177 arch/sparc/kernel/traps_32.c 	if(used_math()) {
used_math         185 arch/sparc/kernel/traps_32.c 	if(!used_math()) {
used_math         264 arch/unicore32/kernel/process.c 	int used_math = thread->used_cp[1] | thread->used_cp[2];
used_math         267 arch/unicore32/kernel/process.c 	if (used_math)
used_math         270 arch/unicore32/kernel/process.c 	return used_math != 0;