Searched refs:TI_preempt_count (Results 1 – 9 of 9) sorted by relevance
/linux-2.6.39/arch/cris/include/arch-v10/arch/ |
D | offset.h | 22 #define TI_preempt_count 16 /* offsetof(struct thread_info, preempt_count) */ macro
|
/linux-2.6.39/arch/cris/include/arch-v32/arch/ |
D | offset.h | 24 #define TI_preempt_count 16 /* offsetof(struct thread_info, preempt_count) */ macro
|
/linux-2.6.39/arch/avr32/kernel/ |
D | asm-offsets.c | 18 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo()
|
D | entry-avr32b.S | 547 ld.w r2, r0[TI_preempt_count] 801 ld.w r2, r0[TI_preempt_count]
|
/linux-2.6.39/arch/x86/kernel/ |
D | asm-offsets.c | 35 OFFSET(TI_preempt_count, thread_info, preempt_count); in common()
|
D | entry_64.S | 933 cmpl $0,TI_preempt_count(%rcx)
|
/linux-2.6.39/arch/mn10300/kernel/ |
D | asm-offsets.c | 29 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo()
|
/linux-2.6.39/arch/cris/arch-v32/kernel/ |
D | entry.S | 50 addoq +TI_preempt_count, $r0, $acr
|
/linux-2.6.39/arch/cris/arch-v10/kernel/ |
D | entry.S | 58 move.d [$r0+TI_preempt_count], $r10 ; Preemption disabled?
|