Searched refs:sp_el0 (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | current.h | 17 unsigned long sp_el0; in get_current() local 19 asm ("mrs %0, sp_el0" : "=r" (sp_el0)); in get_current() 21 return (struct task_struct *)sp_el0; in get_current()
|
| D | assembler.h | 528 mrs \rd, sp_el0
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | entry.S | 168 mrs x21, sp_el0 238 msr sp_el0, tsk 314 msr sp_el0, x23 1157 msr sp_el0, x1 1305 mrs x28, sp_el0 1307 msr sp_el0, x0 1323 msr sp_el0, x28
|
| D | head.S | 418 msr sp_el0, x5 // Save thread_info 733 msr sp_el0, x2
|
| /Linux-v5.4/arch/arm64/kvm/hyp/ |
| D | sysreg-sr.c | 34 ctxt->gp_regs.regs.sp = read_sysreg(sp_el0); in __sysreg_save_common_state() 107 write_sysreg(ctxt->gp_regs.regs.sp, sp_el0); in __sysreg_restore_common_state()
|
| /Linux-v5.4/arch/arm64/mm/ |
| D | proc.S | 69 mrs x13, sp_el0 119 msr sp_el0, x14
|
| /Linux-v5.4/arch/arm64/ |
| D | Makefile | 69 -mstack-protector-guard-reg=sp_el0 \
|
| D | Kconfig | 1571 …def_bool $(cc-option,-mstack-protector-guard=sysreg -mstack-protector-guard-reg=sp_el0 -mstack-pro…
|