Searched refs:TI_CPU (Results 1 – 25 of 30) sorted by relevance
12
/arch/blackfin/include/asm/ |
D | thread_info.h | 84 #define TI_CPU 12 macro
|
/arch/alpha/kernel/ |
D | asm-offsets.c | 18 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in foo()
|
/arch/sparc/include/asm/ |
D | thread_info_32.h | 90 #define TI_CPU 0x10 macro
|
D | trap_block.h | 175 lduh [THR + TI_CPU], REG1; \
|
D | thread_info_64.h | 87 #define TI_CPU 0x0000003e macro
|
/arch/xtensa/include/asm/ |
D | thread_info.h | 71 #define TI_CPU 0x00000010 macro
|
/arch/m32r/include/asm/ |
D | thread_info.h | 48 #define TI_CPU 0x00000010 macro
|
/arch/arm/vfp/ |
D | entry.S | 30 ldr r11, [r10, #TI_CPU] @ CPU number
|
/arch/parisc/lib/ |
D | fixup.S | 34 ldw TI_CPU(\t2),\t2
|
/arch/powerpc/kernel/ |
D | idle_e500.S | 100 lwz r11,TI_CPU(r12) /* get cpu number * 4 */
|
D | idle_6xx.S | 162 lwz r11,TI_CPU(r12) /* get cpu number * 4 */
|
D | head_fsl_booke.S | 245 stw r24, TI_CPU(r22) 704 lwz r15, TI_CPU(r12)
|
/arch/sh/kernel/ |
D | asm-offsets.c | 26 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
|
/arch/powerpc/mm/ |
D | hash_low_32.S | 188 lwz r8,TI_CPU(r8) /* to go in mmu_hash_lock */ 550 lwz r8,TI_CPU(r8) 643 lwz r8,TI_CPU(r8) 681 lwz r8,TI_CPU(r8)
|
/arch/frv/kernel/ |
D | asm-offsets.c | 40 OFFSET(TI_CPU, thread_info, cpu); in foo()
|
/arch/unicore32/kernel/ |
D | asm-offsets.c | 46 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
|
/arch/score/kernel/ |
D | asm-offsets.c | 106 OFFSET(TI_CPU, thread_info, cpu); in output_thread_info_defines()
|
/arch/mips/kvm/ |
D | locore.S | 173 LONG_L t2, TI_CPU($28) /* smp_processor_id */ 455 LONG_L t2, TI_CPU($28) /* smp_processor_id */
|
/arch/arm64/kernel/ |
D | asm-offsets.c | 42 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
|
/arch/arm/kernel/ |
D | asm-offsets.c | 61 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in main()
|
/arch/sparc/kernel/ |
D | traps_32.c | 438 TI_CPU != offsetof(struct thread_info, cpu) ||
|
/arch/mips/kernel/ |
D | cps-vec.S | 467 lw $1, TI_CPU(gp)
|
D | asm-offsets.c | 98 OFFSET(TI_CPU, thread_info, cpu); in output_thread_info_defines()
|
/arch/ia64/kernel/ |
D | asm-offsets.c | 39 DEFINE(TI_CPU, offsetof(struct thread_info, cpu)); in foo()
|
D | fsys.S | 338 add r3=TI_CPU+IA64_TASK_SIZE,r16
|
12