Searched refs:TI_PREEMPT (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/openrisc/kernel/ |
| H A D | asm-offsets.c | 49 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main()
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | thread_info_32.h | 88 #define TI_PREEMPT 0x10 /* preempt_count */ macro
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | assembler.h | 230 ldr \tmp, [\ti, #TI_PREEMPT] @ get preempt count 232 str \tmp, [\ti, #TI_PREEMPT] 236 ldr \tmp, [\ti, #TI_PREEMPT] @ get preempt count 238 str \tmp, [\ti, #TI_PREEMPT]
|
| /linux-6.15/arch/arm/kernel/ |
| H A D | asm-offsets.c | 47 DEFINE(TI_PREEMPT, offsetof(struct thread_info, preempt_count)); in main()
|
| H A D | entry-armv.S | 231 ldr r8, [tsk, #TI_PREEMPT] @ get preempt count
|
| /linux-6.15/arch/sparc/kernel/ |
| H A D | traps_32.c | 376 TI_PREEMPT != offsetof(struct thread_info, preempt_count) ||
|