Home
last modified time | relevance | path

Searched refs:sp_el0 (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dcurrent.h17 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 Dkvm_asm.h326 mrs \tmp, sp_el0
332 msr sp_el0, \tmp variable
H A Dassembler.h533 mrs \rd, sp_el0
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dcurrent.h17 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 Dkvm_asm.h364 mrs \tmp, sp_el0
370 msr sp_el0, \tmp variable
H A Dassembler.h589 mrs \rd, sp_el0
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dentry.S207 mrs x21, sp_el0
209 msr sp_el0, tsk
321 msr sp_el0, x23
1025 msr sp_el0, x1
1178 * return-to either of these. We can't trust sp_el0, restore it.
1180 mrs x28, sp_el0
1182 msr sp_el0, x0
1198 msr sp_el0, x28
H A Dhead.S421 msr sp_el0, x5 // Save thread_info
749 msr sp_el0, x2
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dentry.S223 mrs x21, sp_el0
225 msr sp_el0, tsk
366 msr sp_el0, x23
846 msr sp_el0, x1
1031 * return-to either of these. We can't trust sp_el0, restore it.
1033 mrs x28, sp_el0
1035 msr sp_el0, x0
1051 msr sp_el0, x28
H A Dhead.S450 msr sp_el0, \tsk
/kernel/linux/linux-5.10/arch/arm64/mm/
H A Dproc.S85 mrs x13, sp_el0
147 msr sp_el0, x14
/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dproc.S93 mrs x13, sp_el0
150 msr sp_el0, x14
/kernel/linux/common_modules/pac/include/
H A Dasm_pointer_auth_context.h127 mrs x27, sp_el0
/kernel/linux/linux-5.10/arch/arm64/
H A DMakefile63 -mstack-protector-guard-reg=sp_el0 \
/kernel/linux/linux-6.6/arch/arm64/
H A DMakefile60 -mstack-protector-guard-reg=sp_el0 \

Completed in 12 milliseconds