Searched refs:sp_el0 (Results 1 – 7 of 7) sorted by relevance
/Zephyr-Core-3.6.0/arch/arm64/core/ |
D | vector_table.S | 85 mrs x0, sp_el0 91 msr sp_el0, x1 273 mrs x18, sp_el0 284 mrs x18, sp_el0 327 msr sp_el0, x0
|
D | switch.S | 37 mrs x4, sp_el0 102 msr sp_el0, x4
|
D | thread.c | 195 [sp_el0] "r" (stack_el0), in arch_user_mode_enter()
|
/Zephyr-Core-3.6.0/include/zephyr/arch/arm64/ |
D | thread.h | 38 uint64_t sp_el0; member
|
D | lib_helpers.h | 77 MAKE_REG_HELPER(sp_el0);
|
/Zephyr-Core-3.6.0/arch/arm64/core/offsets/ |
D | offsets.c | 66 GEN_NAMED_OFFSET_SYM(_esf_t, sp, sp_el0);
|
/Zephyr-Core-3.6.0/include/zephyr/xen/public/ |
D | arch-arm.h | 284 uint64_t sp_el0; member
|