Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/arch/arm/core/aarch32/cortex_m/
Dcoredump.c23 uint32_t xpsr; member
73 arch_blk.r.xpsr = esf->basic.xpsr; in arch_coredump_info_dump()
Dfault.c1121 if ((esf_copy.basic.xpsr & IPSR_ISR_Msk) == 0) {
1122 esf_copy.basic.xpsr |= IPSR_ISR_Msk;
1125 esf_copy.basic.xpsr &= ~(IPSR_ISR_Msk);
/Zephyr-Core-3.4.0/include/zephyr/arch/arm/aarch32/
Dexc.h106 uint32_t xpsr; member
133 uint32_t xpsr; member
/Zephyr-Core-3.4.0/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-Core-3.4.0/arch/arm/include/aarch32/cortex_a_r/
Dexc.h53 return ((esf->basic.xpsr & CPSR_M_Msk) == CPSR_M_USR); in z_arm_preempted_thread_in_user_mode()
/Zephyr-Core-3.4.0/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-Core-3.4.0/tests/arch/arm/arm_hardfault_validation/
DREADME.txt40 E: xpsr: 0x41000000
53 E: xpsr: 0x4100000b
/Zephyr-Core-3.4.0/arch/arm/core/offsets/
Doffsets_aarch32.c54 GEN_OFFSET_SYM(_basic_sf_t, xpsr);
/Zephyr-Core-3.4.0/arch/arm/include/aarch32/cortex_m/
Dexc.h73 return (esf->basic.xpsr & IPSR_ISR_Msk) ? (true) : (false); in arch_is_in_nested_exception()
/Zephyr-Core-3.4.0/arch/arm/core/aarch32/
Dthread.c107 iframe->xpsr = in arch_new_thread()
110 iframe->xpsr = A_BIT | MODE_SYS; in arch_new_thread()
112 iframe->xpsr |= T_BIT; in arch_new_thread()
Dfatal.c26 LOG_ERR(" xpsr: 0x%08x", esf->basic.xpsr); in esf_dump()
/Zephyr-Core-3.4.0/tests/arch/arm/arm_no_multithreading/
DREADME.txt47 E: xpsr: 0x61000000
/Zephyr-Core-3.4.0/tests/arch/arm/arm_interrupt/src/
Darm_interrupt.c77 offsetof(struct __esf, basic.xpsr)) != 0) { in check_esf_matches_expectations()
/Zephyr-Core-3.4.0/include/zephyr/bluetooth/
Dhci_vs.h232 uint32_t xpsr; member
/Zephyr-Core-3.4.0/doc/kernel/services/other/
Dfatal.rst70 [00:00:00.000,000] <err> os: xpsr: 0x61000000
/Zephyr-Core-3.4.0/doc/connectivity/bluetooth/api/
Dhci.txt1160 | xpsr | 4 octets | Program status register |
/Zephyr-Core-3.4.0/subsys/bluetooth/controller/hci/
Dhci.c4956 cpu_data->xpsr = sys_cpu_to_le32(esf->basic.xpsr);