Home
last modified time | relevance | path

Searched refs:xpsr (Results 1 – 21 of 21) sorted by relevance

/Zephyr-latest/arch/arm/core/cortex_m/
Dcoredump.c23 uint32_t xpsr; member
73 arch_blk.r.xpsr = esf->basic.xpsr; in arch_coredump_info_dump()
Dfault.c1096 if ((esf_copy.basic.xpsr & IPSR_ISR_Msk) == 0) {
1097 esf_copy.basic.xpsr |= IPSR_ISR_Msk;
1100 esf_copy.basic.xpsr &= ~(IPSR_ISR_Msk);
Dthread.c108 iframe->xpsr = in arch_new_thread()
/Zephyr-latest/tests/arch/arm/arm_interrupt/
DREADME.txt63 E: xpsr: 0x41000000
77 E: xpsr: 0x61000054
86 E: xpsr: 0x61000054
98 E: xpsr: 0x41000054
110 E: xpsr: 0x4100000f
121 E: xpsr: 0x53445600
134 E: xpsr: 0x01000000
/Zephyr-latest/arch/arm/include/cortex_a_r/
Dexception.h62 return ((esf->basic.xpsr & CPSR_M_Msk) == CPSR_M_USR); in z_arm_preempted_thread_in_user_mode()
/Zephyr-latest/arch/arm/include/cortex_m/
Dexception.h121 return (esf->basic.xpsr & IPSR_ISR_Msk) ? (true) : (false); in arch_is_in_nested_exception()
262 if ((esf->basic.xpsr & SCB_CCR_STKALIGN_Msk) == SCB_CCR_STKALIGN_Msk) { in z_arm_set_fault_sp()
/Zephyr-latest/samples/arch/mpu/mpu_test/
DREADME.rst57 <err> os: xpsr: 0x21000000
73 <err> os: xpsr: 0x61000000
87 <err> os: xpsr: 0x60000000
115 <err> os: xpsr: 0x01000000
128 <err> os: xpsr: 0x61000000
/Zephyr-latest/include/zephyr/arch/arm/cortex_a_r/
Dexception.h75 uint32_t xpsr; member
/Zephyr-latest/arch/arm/core/
Dgdbstub.c70 ctx.registers[SPSR] = esf->basic.xpsr; in z_gdb_entry()
87 esf->basic.xpsr = ctx.registers[SPSR]; in z_gdb_entry()
96 esf->basic.xpsr = ctx.registers[SPSR]; in z_gdb_entry()
Dfatal.c27 LOG_ERR(" xpsr: 0x%08x", esf->basic.xpsr); in esf_dump()
/Zephyr-latest/tests/arch/arm/arm_hardfault_validation/
DREADME.txt40 E: xpsr: 0x41000000
53 E: xpsr: 0x4100000b
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dthread.c97 iframe->xpsr = A_BIT | MODE_SYS; in arch_new_thread()
99 iframe->xpsr |= E_BIT; in arch_new_thread()
103 iframe->xpsr |= T_BIT; in arch_new_thread()
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Dexception.h113 uint32_t xpsr; member
/Zephyr-latest/arch/arm/core/offsets/
Doffsets_aarch32.c59 GEN_OFFSET_SYM(_basic_sf_t, xpsr);
/Zephyr-latest/samples/subsys/dap/
DREADME.rst56 r5: 0x20001867 (536877159) xpsr: 0x61000000 (1627389952)
/Zephyr-latest/tests/arch/arm/arm_no_multithreading/
DREADME.txt47 E: xpsr: 0x61000000
/Zephyr-latest/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c77 offsetof(struct arch_esf, basic.xpsr)) != 0) { in check_esf_matches_expectations()
/Zephyr-latest/include/zephyr/bluetooth/
Dhci_vs.h234 uint32_t xpsr; member
/Zephyr-latest/doc/kernel/services/other/
Dfatal.rst70 [00:00:00.000,000] <err> os: xpsr: 0x61000000
/Zephyr-latest/doc/connectivity/bluetooth/api/
Dhci.txt1160 | xpsr | 4 octets | Program status register |
/Zephyr-latest/subsys/bluetooth/controller/hci/
Dhci.c5199 cpu_data->xpsr = sys_cpu_to_le32(esf->basic.xpsr);