Searched refs:sp_el0 (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/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 | 336 mrs \tmp, sp_el0 342 msr sp_el0, \tmp
|
D | assembler.h | 603 mrs \rd, sp_el0
|
/linux-6.1.9/arch/arm64/kernel/ |
D | entry.S | 221 mrs x21, sp_el0 223 msr sp_el0, tsk 357 msr sp_el0, x23 845 msr sp_el0, x1 1030 mrs x28, sp_el0 1032 msr sp_el0, x0 1048 msr sp_el0, x28
|
D | head.S | 398 msr sp_el0, \tsk
|
/linux-6.1.9/arch/arm64/mm/ |
D | proc.S | 93 mrs x13, sp_el0 151 msr sp_el0, x14
|
/linux-6.1.9/arch/arm64/ |
D | Makefile | 55 -mstack-protector-guard-reg=sp_el0 \
|
D | Kconfig | 2142 …def_bool $(cc-option,-mstack-protector-guard=sysreg -mstack-protector-guard-reg=sp_el0 -mstack-pro…
|