Searched refs:scs_sp (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/arm64/include/asm/ |
| H A D | scs.h | 10 scs_sp .req x18 13 ldr scs_sp, [\tsk, #TSK_TI_SCS_SP] 17 str scs_sp, [\tsk, #TSK_TI_SCS_SP]
|
| H A D | thread_info.h | 46 void *scs_sp; member 116 .scs_sp = init_shadow_call_stack,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | scs.h | 26 #define task_scs_sp(tsk) (task_thread_info(tsk)->scs_sp)
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | entry.S | 534 mov x24, scs_sp // preserve the original shadow stack 556 ldr_this_cpu scs_sp, irq_shadow_call_stack_ptr, x26 570 mov scs_sp, x24 1263 ldr_this_cpu dst=scs_sp, sym=sdei_shadow_call_stack_normal_ptr, tmp=x6 1265 3: ldr_this_cpu dst=scs_sp, sym=sdei_shadow_call_stack_critical_ptr, tmp=x6
|
| H A D | asm-offsets.c | 39 DEFINE(TSK_TI_SCS_SP, offsetof(struct task_struct, thread_info.scs_sp)); in main()
|
| H A D | head.S | 431 adr_l scs_sp, init_shadow_call_stack // Set shadow call stack
|