Home
last modified time | relevance | path

Searched refs:thread_struct (Results 1 – 25 of 47) sorted by relevance

12

/linux/arch/m68k/kernel/
H A Dasm-offsets.c32 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main()
33 DEFINE(THREAD_USP, offsetof(struct thread_struct, usp)); in main()
34 DEFINE(THREAD_SR, offsetof(struct thread_struct, sr)); in main()
35 DEFINE(THREAD_FC, offsetof(struct thread_struct, fc)); in main()
36 DEFINE(THREAD_CRP, offsetof(struct thread_struct, crp)); in main()
37 DEFINE(THREAD_ESP0, offsetof(struct thread_struct, esp0)); in main()
38 DEFINE(THREAD_FPREG, offsetof(struct thread_struct, fp)); in main()
39 DEFINE(THREAD_FPCNTL, offsetof(struct thread_struct, fpcntl)); in main()
40 DEFINE(THREAD_FPSTATE, offsetof(struct thread_struct, fpstate)); in main()
/linux/arch/powerpc/include/asm/
H A Dtm.h13 extern void tm_reclaim(struct thread_struct *thread,
16 extern void tm_recheckpoint(struct thread_struct *thread);
17 extern void tm_save_sprs(struct thread_struct *thread);
18 extern void tm_restore_sprs(struct thread_struct *thread);
H A Dswitch_to.h11 struct thread_struct;
19 extern struct task_struct *_switch(struct thread_struct *prev,
20 struct thread_struct *next);
/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-spe.c32 BUILD_BUG_ON(offsetof(struct thread_struct, acc) + sizeof(u64) != in evr_get()
33 offsetof(struct thread_struct, spefscr)); in evr_get()
51 BUILD_BUG_ON(offsetof(struct thread_struct, acc) + sizeof(u64) != in evr_set()
52 offsetof(struct thread_struct, spefscr)); in evr_set()
H A Dptrace-noadv.c82 struct thread_struct *thread = &task->thread; in ptrace_set_debugreg()
170 static int find_empty_ptrace_bp(struct thread_struct *thread) in find_empty_ptrace_bp()
182 static int find_empty_hw_brk(struct thread_struct *thread) in find_empty_hw_brk()
198 struct thread_struct *thread = &child->thread; in ppc_set_hwdebug()
272 struct thread_struct *thread = &child->thread; in ppc_del_hwdebug()
/linux/arch/csky/kernel/
H A Dasm-offsets.c21 DEFINE(THREAD_KSP, offsetof(struct thread_struct, sp)); in main()
22 DEFINE(THREAD_FESR, offsetof(struct thread_struct, user_fp.fesr)); in main()
23 DEFINE(THREAD_FCR, offsetof(struct thread_struct, user_fp.fcr)); in main()
24 DEFINE(THREAD_FPREG, offsetof(struct thread_struct, user_fp.vr)); in main()
/linux/arch/x86/kernel/
H A Dioport.c39 struct thread_struct *t = &tsk->thread; in task_update_io_bitmap()
73 struct thread_struct *t = &current->thread; in ksys_ioperm()
181 struct thread_struct *t = &current->thread; in SYSCALL_DEFINE1()
H A Dptrace.c476 struct thread_struct *thread = &(current->thread); in ptrace_triggered()
562 struct thread_struct *thread = &tsk->thread; in ptrace_write_dr7()
613 struct thread_struct *thread = &tsk->thread; in ptrace_get_debugreg()
633 struct thread_struct *t = &tsk->thread; in ptrace_set_breakpoint_addr()
672 struct thread_struct *thread = &tsk->thread; in ptrace_set_debugreg()
/linux/arch/riscv/include/asm/
H A Dprocessor.h106 struct thread_struct { struct
135 *offset = offsetof(struct thread_struct, fstate); in arch_thread_struct_whitelist() argument
136 *size = sizeof_field(struct thread_struct, fstate); in arch_thread_struct_whitelist()
/linux/arch/nios2/kernel/
H A Dasm-offsets.c22 OFFSET(THREAD_KSP, thread_struct, ksp); in main()
23 OFFSET(THREAD_KPSR, thread_struct, kpsr); in main()
/linux/arch/arc/kernel/
H A Dasm-offsets.c24 DEFINE(THREAD_CALLEE_REG, offsetof(struct thread_struct, callee_reg)); in main()
26 offsetof(struct thread_struct, fault_address)); in main()
/linux/arch/x86/um/
H A Dtls_32.c62 struct thread_struct *t = &task->thread; in get_free_idx()
200 struct thread_struct *t = &task->thread; in set_tls_entry()
234 struct thread_struct *t = &task->thread; in get_tls_entry()
/linux/arch/hexagon/include/asm/
H A Dswitch_to.h11 struct thread_struct;
H A Dprocessor.h26 struct thread_struct { struct
/linux/arch/alpha/include/asm/
H A Dprocessor.h26 struct thread_struct { }; struct
/linux/arch/nios2/include/asm/
H A Dprocessor.h45 struct thread_struct { struct
/linux/arch/sparc/kernel/
H A Dasm-offsets.c26 offsetof(struct thread_struct, fork_kpsr)); in sparc32_foo()
/linux/arch/csky/include/asm/
H A Dprocessor.h41 struct thread_struct { struct
/linux/arch/um/include/asm/
H A Dprocessor-generic.h22 struct thread_struct { struct
/linux/arch/x86/include/asm/
H A Dvm86.h54 struct thread_struct *__t = (t); \
/linux/arch/arc/include/asm/
H A Dprocessor.h24 struct thread_struct { struct
/linux/arch/microblaze/include/asm/
H A Dprocessor.h53 struct thread_struct { struct
/linux/arch/microblaze/kernel/
H A Dasm-offsets.c81 DEFINE(THREAD_KSP, offsetof(struct thread_struct, ksp)); in main()
84 DEFINE(PGDIR, offsetof(struct thread_struct, pgdir)); in main()
/linux/arch/sh/include/asm/
H A Dprocessor_32.h91 struct thread_struct { struct
/linux/arch/hexagon/kernel/
H A Dasm-offsets.c89 OFFSET(_THREAD_STRUCT_SWITCH_SP, thread_struct, switch_sp); in main()

12