Searched refs:sp_el0 (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.10/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 | kvm_asm.h | 318 mrs \tmp, sp_el0 324 msr sp_el0, \tmp
|
| D | assembler.h | 517 mrs \rd, sp_el0
|
| /Linux-v5.10/arch/arm64/kernel/ |
| D | entry.S | 198 mrs x21, sp_el0 200 msr sp_el0, tsk 310 msr sp_el0, x23 912 msr sp_el0, x1 1076 mrs x28, sp_el0 1078 msr sp_el0, x0 1094 msr sp_el0, x28
|
| D | head.S | 420 msr sp_el0, x5 // Save thread_info 748 msr sp_el0, x2
|
| /Linux-v5.10/arch/arm64/mm/ |
| D | proc.S | 85 mrs x13, sp_el0 147 msr sp_el0, x14
|
| /Linux-v5.10/arch/arm64/ |
| D | Makefile | 63 -mstack-protector-guard-reg=sp_el0 \
|
| D | Kconfig | 1823 …def_bool $(cc-option,-mstack-protector-guard=sysreg -mstack-protector-guard-reg=sp_el0 -mstack-pro…
|