Searched refs:sp_el0 (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/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
|
H A D | assembler.h | 589 mrs \rd, sp_el0
|
/openbmc/linux/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 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
|
/openbmc/linux/arch/arm64/mm/ |
H A D | proc.S | 93 mrs x13, sp_el0 150 msr sp_el0, x14
|
/openbmc/qemu/include/hw/xen/interface/ |
H A D | arch-arm.h | 268 uint64_t sp_el0; member
|
/openbmc/linux/arch/arm64/ |
H A D | Makefile | 60 -mstack-protector-guard-reg=sp_el0 \
|
H A D | Kconfig | 2252 …def_bool $(cc-option,-mstack-protector-guard=sysreg -mstack-protector-guard-reg=sp_el0 -mstack-pro…
|
/openbmc/qemu/docs/about/ |
H A D | emulation.rst | 547 Instr: mrs x0, sp_el0 (2682661 hits) (op=0xd5384100/ System Reg) 551 Instr: mrs x1, sp_el0 (933793 hits) (op=0xd5384101/ System Reg) 552 Instr: mrs x2, sp_el0 (699516 hits) (op=0xd5384102/ System Reg)
|