Home
last modified time | relevance | path

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

/Linux-v5.4/arch/unicore32/kernel/
Dprocess.c208 memset(thread->used_cp, 0, sizeof(thread->used_cp)); in flush_thread()
264 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu()
Dasm-offsets.c44 DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp)); in main()
Dentry.S404 stb r7, [r20+], #TI_USED_CP + 2 @ set appropriate used_cp[]
/Linux-v5.4/arch/arm/kernel/
Dprocess.c211 memset(thread->used_cp, 0, sizeof(thread->used_cp)); in flush_thread()
289 int used_math = thread->used_cp[1] | thread->used_cp[2]; in dump_fpu()
Dptrace.c621 thread->used_cp[1] = thread->used_cp[2] = 1; in fpa_set()
Dasm-offsets.c61 DEFINE(TI_USED_CP, offsetof(struct thread_info, used_cp)); in main()
/Linux-v5.4/arch/unicore32/include/asm/
Dthread_info.h73 __u8 used_cp[16]; /* thread used copro */ member
/Linux-v5.4/arch/arm/include/asm/
Dthread_info.h58 __u8 used_cp[16]; /* thread used copro */ member