Searched refs:sp_el0 (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/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 | 326 mrs \tmp, sp_el0 332 msr sp_el0, \tmp variable
|
H A D | assembler.h | 533 mrs \rd, sp_el0
|
/kernel/linux/linux-6.6/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 | 364 mrs \tmp, sp_el0 370 msr sp_el0, \tmp variable
|
H A D | assembler.h | 589 mrs \rd, sp_el0
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
H A D | entry.S | 207 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 D | head.S | 421 msr sp_el0, x5 // Save thread_info 749 msr sp_el0, x2
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | entry.S | 223 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 D | head.S | 450 msr sp_el0, \tsk
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | proc.S | 85 mrs x13, sp_el0 147 msr sp_el0, x14
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | proc.S | 93 mrs x13, sp_el0 150 msr sp_el0, x14
|
/kernel/linux/common_modules/pac/include/ |
H A D | asm_pointer_auth_context.h | 127 mrs x27, sp_el0
|
/kernel/linux/linux-5.10/arch/arm64/ |
H A D | Makefile | 63 -mstack-protector-guard-reg=sp_el0 \
|
/kernel/linux/linux-6.6/arch/arm64/ |
H A D | Makefile | 60 -mstack-protector-guard-reg=sp_el0 \
|
Completed in 12 milliseconds