Searched refs:callee (Results 1 – 17 of 17) sorted by relevance
/Zephyr-latest/arch/arm/core/ |
D | fatal.c | 50 const struct _callee_saved *callee = esf->extra_info.callee; in esf_dump() local 52 if (callee != NULL) { in esf_dump() 54 callee->v1, callee->v2, callee->v3); in esf_dump() 56 callee->v4, callee->v5, callee->v6); in esf_dump() 58 callee->v7, callee->v8, callee->psp); in esf_dump() 145 .callee = callee_regs, in z_do_kernel_oops()
|
D | gdbstub.c | 57 ctx.registers[R4] = esf->extra_info.callee->v1; in z_gdb_entry() 58 ctx.registers[R5] = esf->extra_info.callee->v2; in z_gdb_entry() 59 ctx.registers[R6] = esf->extra_info.callee->v3; in z_gdb_entry() 60 ctx.registers[R7] = esf->extra_info.callee->v4; in z_gdb_entry() 61 ctx.registers[R8] = esf->extra_info.callee->v5; in z_gdb_entry() 62 ctx.registers[R9] = esf->extra_info.callee->v6; in z_gdb_entry() 63 ctx.registers[R10] = esf->extra_info.callee->v7; in z_gdb_entry() 64 ctx.registers[R11] = esf->extra_info.callee->v8; in z_gdb_entry() 65 ctx.registers[R13] = esf->extra_info.callee->psp; in z_gdb_entry()
|
/Zephyr-latest/arch/arm/core/cortex_m/ |
D | coredump.c | 78 if (esf->extra_info.callee) { in arch_coredump_info_dump() 79 arch_blk.r.r4 = esf->extra_info.callee->v1; in arch_coredump_info_dump() 80 arch_blk.r.r5 = esf->extra_info.callee->v2; in arch_coredump_info_dump() 81 arch_blk.r.r6 = esf->extra_info.callee->v3; in arch_coredump_info_dump() 82 arch_blk.r.r7 = esf->extra_info.callee->v4; in arch_coredump_info_dump() 83 arch_blk.r.r8 = esf->extra_info.callee->v5; in arch_coredump_info_dump() 84 arch_blk.r.r9 = esf->extra_info.callee->v6; in arch_coredump_info_dump() 85 arch_blk.r.r10 = esf->extra_info.callee->v7; in arch_coredump_info_dump() 86 arch_blk.r.r11 = esf->extra_info.callee->v8; in arch_coredump_info_dump()
|
D | fault.c | 1084 .callee = callee_regs,
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/ |
D | exception.h | 51 _callee_saved_t *callee; member
|
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/ |
D | exception.h | 95 _callee_saved_t *callee; member
|
/Zephyr-latest/tests/arch/arm/arm_thread_swap/ |
D | README.txt | 10 - the callee-saved registers are saved and restored, properly, 12 - the floating-point callee-saved registers are saved and
|
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/ |
D | arm_interrupt.c | 43 const struct _callee_saved *callee_regs = pEsf->extra_info.callee; in check_esf_matches_expectations()
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm_cortex_m.rst | 139 * the callee-saved registers (R4 - R11) in the thread's container for callee-saved registers, 147 * the floating point callee-saved registers (S16 - S31) in the thread's container for FP 148 callee-saved registers, if the current thread has an active FP context 155 * restores the new thread's callee-saved registers from the thread's 156 container for callee-saved registers 158 * restores the FP callee-saved registers if the switched-in thread had 549 Under FPU sharing mode, the callee-saved FPU registers are saved 554 * requires additional memory for each thread to save the callee-saved
|
/Zephyr-latest/doc/kernel/services/other/ |
D | float.rst | 102 During thread context switching the ARM kernel saves the *callee-saved* 106 point registers, the kernel restores the *callee-saved* FP registers of 112 an extra 72 bytes of stack space where the callee-saved FP context can 179 During thread context switching the ARC kernel saves the *callee-saved* 183 point registers, the kernel restores the *callee-saved* FP registers of
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 28 callee) by 1, 2 or 3 quads. These do not rotate the window 88 pointer. This is so that the callee (and exception handlers invoked
|
/Zephyr-latest/doc/kernel/services/smp/ |
D | smp.rst | 343 in order to minimize interrupt latency, and preserve the callee-saved
|
/Zephyr-latest/subsys/bluetooth/controller/ |
D | Kconfig.ll_sw_split | 1196 If set to 'n', all pending mayflies for callee are executed before
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.2.rst | 254 * Fix an issue where callee-saved registers could be unnecessarily
|
D | release-notes-4.0.rst | 148 has an additional field ``csf`` that points to the callee-saved-registers upon an fatal error,
|
D | release-notes-3.7.rst | 242 * The fatal error message triggered from a fault now contains the callee-saved-registers states.
|
D | release-notes-3.2.rst | 270 * Reduced callee-saved registers for RV32E.
|