Searched refs:TI_CPU (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/arch/sparc/include/asm/ |
D | thread_info_32.h | 87 #define TI_CPU 0x0c macro
|
D | thread_info_64.h | 84 #define TI_CPU 0x00000036 macro
|
D | trap_block.h | 185 lduh [THR + TI_CPU], REG1; \
|
/Linux-v6.6/arch/alpha/kernel/ |
D | asm-offsets.c | 19 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in foo()
|
/Linux-v6.6/arch/sh/kernel/ |
D | asm-offsets.c | 26 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
|
/Linux-v6.6/arch/arm/kernel/ |
D | asm-offsets.c | 46 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
|
/Linux-v6.6/arch/xtensa/kernel/ |
D | asm-offsets.c | 89 OFFSET(TI_CPU, thread_info, cpu); in main()
|
/Linux-v6.6/arch/sparc/kernel/ |
D | traps_32.c | 374 TI_CPU != offsetof(struct thread_info, cpu) ||
|
D | traps_64.c | 2844 TI_CPU != offsetof(struct thread_info, cpu) || in trap_init()
|
/Linux-v6.6/arch/loongarch/kernel/ |
D | asm-offsets.c | 85 OFFSET(TI_CPU, thread_info, cpu); in output_thread_info_defines()
|
/Linux-v6.6/arch/ia64/kernel/ |
D | asm-offsets.c | 40 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in foo()
|
D | fsys.S | 339 add r3=TI_CPU+IA64_TASK_SIZE,r16
|
/Linux-v6.6/arch/mips/kernel/ |
D | cps-vec.S | 603 lw $1, TI_CPU(gp)
|
D | asm-offsets.c | 101 OFFSET(TI_CPU, thread_info, cpu); in output_thread_info_defines()
|