Searched refs:TI_preempt_count (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
D | offset.h | 22 #define TI_preempt_count 16 /* offsetof(struct thread_info, preempt_count) */ macro
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | offset.h | 24 #define TI_preempt_count 16 /* offsetof(struct thread_info, preempt_count) */ macro
|
/linux-4.1.27/arch/avr32/kernel/ |
D | asm-offsets.c | 17 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo()
|
D | entry-avr32b.S | 550 ld.w r2, r0[TI_preempt_count] 804 ld.w r2, r0[TI_preempt_count]
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | asm-offsets.c | 28 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo()
|
D | entry.S | 179 mov (TI_preempt_count,a2),d0 # non-zero preempt_count ?
|
/linux-4.1.27/arch/cris/arch-v32/kernel/ |
D | entry.S | 51 addoq +TI_preempt_count, $r0, $acr
|
/linux-4.1.27/arch/cris/arch-v10/kernel/ |
D | entry.S | 59 move.d [$r0+TI_preempt_count], $r10 ; Preemption disabled?
|