Home
last modified time | relevance | path

Searched refs:scs_sp (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm64/include/asm/
H A Dscs.h11 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]
H A Dthread_info.h43 void *scs_sp; member
115 .scs_sp = init_shadow_call_stack,
/linux/arch/riscv/include/asm/
H A Dthread_info.h67 void *scs_sp; member
84 .scs_sp = init_shadow_call_stack,
/linux/include/linux/
H A Dscs.h26 #define task_scs_sp(tsk) (task_thread_info(tsk)->scs_sp)
/linux/arch/arm64/kernel/
H A Dentry.S879 ldr_this_cpu scs_sp, irq_shadow_call_stack_ptr, x17
1024 ldr_this_cpu dst=scs_sp, sym=sdei_shadow_call_stack_normal_ptr, tmp=x6
1026 3: ldr_this_cpu dst=scs_sp, sym=sdei_shadow_call_stack_critical_ptr, tmp=x6
H A Dasm-offsets.c37 DEFINE(TSK_TI_SCS_SP, offsetof(struct task_struct, thread_info.scs_sp)); in main()
/linux/arch/riscv/kernel/
H A Dasm-offsets.c45 OFFSET(TASK_TI_SCS_SP, task_struct, thread_info.scs_sp); in asm_offsets()