Home
last modified time | relevance | path

Searched refs:TI_PREEMPT (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/openrisc/kernel/
H A Dasm-offsets.c49 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main()
/openbmc/linux/arch/sparc/include/asm/
H A Dthread_info_32.h88 #define TI_PREEMPT 0x10 /* preempt_count */ macro
/openbmc/linux/arch/arm/include/asm/
H A Dassembler.h229 ldr \tmp, [\ti, #TI_PREEMPT] @ get preempt count
231 str \tmp, [\ti, #TI_PREEMPT]
235 ldr \tmp, [\ti, #TI_PREEMPT] @ get preempt count
237 str \tmp, [\ti, #TI_PREEMPT]
/openbmc/linux/arch/arm/kernel/
H A Dasm-offsets.c45 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main()
H A Dentry-armv.S224 ldr r8, [tsk, #TI_PREEMPT] @ get preempt count
/openbmc/linux/arch/sparc/kernel/
H A Dtraps_32.c375 TI_PREEMPT != offsetof(struct thread_info, preempt_count) ||