Searched refs:scs_sp (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/arch/arm64/include/asm/ |
D | scs.h | 11 scs_sp .req x18 14 get_current_task scs_sp 15 ldr scs_sp, [scs_sp, #TSK_TI_SCS_SP] 19 str scs_sp, [\tsk, #TSK_TI_SCS_SP]
|
D | thread_info.h | 43 void *scs_sp; member 112 .scs_sp = init_shadow_call_stack,
|
/linux-6.6.21/include/linux/ |
D | scs.h | 26 #define task_scs_sp(tsk) (task_thread_info(tsk)->scs_sp)
|
/linux-6.6.21/arch/arm64/kernel/ |
D | entry.S | 879 ldr_this_cpu scs_sp, irq_shadow_call_stack_ptr, x17 1023 ldr_this_cpu dst=scs_sp, sym=sdei_shadow_call_stack_normal_ptr, tmp=x6 1025 3: ldr_this_cpu dst=scs_sp, sym=sdei_shadow_call_stack_critical_ptr, tmp=x6
|
D | asm-offsets.c | 41 DEFINE(TSK_TI_SCS_SP, offsetof(struct task_struct, thread_info.scs_sp)); in main()
|