Searched refs:sp_el0 (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/arch/arm64/include/asm/ |
| H A 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()
|
| H A D | kvm_asm.h | 372 mrs \tmp, sp_el0 378 msr sp_el0, \tmp
|
| H A D | assembler.h | 566 mrs \rd, sp_el0
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | entry.S | 224 mrs x21, sp_el0 226 msr sp_el0, tsk 368 msr sp_el0, x23 847 msr sp_el0, x1 1034 mrs x28, sp_el0 1036 msr sp_el0, x0 1052 msr sp_el0, x28
|
| H A D | head.S | 196 msr sp_el0, \tsk
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | proc.S | 91 mrs x13, sp_el0 140 msr sp_el0, x14
|
| /linux-6.15/arch/arm64/ |
| H A D | Makefile | 75 -mstack-protector-guard-reg=sp_el0 \
|
| H A D | Kconfig | 2370 …def_bool $(cc-option,-mstack-protector-guard=sysreg -mstack-protector-guard-reg=sp_el0 -mstack-pro…
|