Home
last modified time | relevance | path

Searched refs:TI_preempt_count (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/arch/cris/include/arch-v10/arch/
Doffset.h22 #define TI_preempt_count 16 /* offsetof(struct thread_info, preempt_count) */ macro
/linux-2.6.39/arch/cris/include/arch-v32/arch/
Doffset.h24 #define TI_preempt_count 16 /* offsetof(struct thread_info, preempt_count) */ macro
/linux-2.6.39/arch/avr32/kernel/
Dasm-offsets.c18 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo()
Dentry-avr32b.S547 ld.w r2, r0[TI_preempt_count]
801 ld.w r2, r0[TI_preempt_count]
/linux-2.6.39/arch/x86/kernel/
Dasm-offsets.c35 OFFSET(TI_preempt_count, thread_info, preempt_count); in common()
Dentry_64.S933 cmpl $0,TI_preempt_count(%rcx)
/linux-2.6.39/arch/mn10300/kernel/
Dasm-offsets.c29 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo()
/linux-2.6.39/arch/cris/arch-v32/kernel/
Dentry.S50 addoq +TI_preempt_count, $r0, $acr
/linux-2.6.39/arch/cris/arch-v10/kernel/
Dentry.S58 move.d [$r0+TI_preempt_count], $r10 ; Preemption disabled?