Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/include/arch-v10/arch/
Doffset.h22 #define TI_preempt_count 16 /* offsetof(struct thread_info, preempt_count) */ macro
/linux-4.1.27/arch/cris/include/arch-v32/arch/
Doffset.h24 #define TI_preempt_count 16 /* offsetof(struct thread_info, preempt_count) */ macro
/linux-4.1.27/arch/avr32/kernel/
Dasm-offsets.c17 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo()
Dentry-avr32b.S550 ld.w r2, r0[TI_preempt_count]
804 ld.w r2, r0[TI_preempt_count]
/linux-4.1.27/arch/mn10300/kernel/
Dasm-offsets.c28 OFFSET(TI_preempt_count, thread_info, preempt_count); in foo()
Dentry.S179 mov (TI_preempt_count,a2),d0 # non-zero preempt_count ?
/linux-4.1.27/arch/cris/arch-v32/kernel/
Dentry.S51 addoq +TI_preempt_count, $r0, $acr
/linux-4.1.27/arch/cris/arch-v10/kernel/
Dentry.S59 move.d [$r0+TI_preempt_count], $r10 ; Preemption disabled?