Home
last modified time | relevance | path

Searched refs:used_cp (Results 1 – 8 of 8) sorted by relevance

/arch/unicore32/kernel/
Dprocess.c249 memset(thread->used_cp, 0, sizeof(thread->used_cp)); in flush_thread()
298 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu()
Dasm-offsets.c48 DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp)); in main()
Dentry.S407 stb r7, [r20+], #TI_USED_CP + 2 @ set appropriate used_cp[]
/arch/arm/kernel/
Dprocess.c507 memset(thread->used_cp, 0, sizeof(thread->used_cp)); in flush_thread()
560 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu()
Dasm-offsets.c59 DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp)); in main()
Dptrace.c632 thread->used_cp[1] = thread->used_cp[2] = 1; in fpa_set()
/arch/unicore32/include/asm/
Dthread_info.h78 __u8 used_cp[16]; /* thread used copro */ member
/arch/arm/include/asm/
Dthread_info.h60 __u8 used_cp[16]; /* thread used copro */ member