Searched refs:xpsr (Results 1 – 17 of 17) sorted by relevance
23 uint32_t xpsr; member73 arch_blk.r.xpsr = esf->basic.xpsr; in arch_coredump_info_dump()
1121 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);
106 uint32_t xpsr; member133 uint32_t xpsr; member
63 E: xpsr: 0x4100000077 E: xpsr: 0x6100005486 E: xpsr: 0x6100005498 E: xpsr: 0x41000054110 E: xpsr: 0x4100000f121 E: xpsr: 0x53445600134 E: xpsr: 0x01000000
53 return ((esf->basic.xpsr & CPSR_M_Msk) == CPSR_M_USR); in z_arm_preempted_thread_in_user_mode()
57 <err> os: xpsr: 0x2100000073 <err> os: xpsr: 0x6100000087 <err> os: xpsr: 0x60000000115 <err> os: xpsr: 0x01000000128 <err> os: xpsr: 0x61000000
40 E: xpsr: 0x4100000053 E: xpsr: 0x4100000b
54 GEN_OFFSET_SYM(_basic_sf_t, xpsr);
73 return (esf->basic.xpsr & IPSR_ISR_Msk) ? (true) : (false); in arch_is_in_nested_exception()
107 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()
26 LOG_ERR(" xpsr: 0x%08x", esf->basic.xpsr); in esf_dump()
47 E: xpsr: 0x61000000
77 offsetof(struct __esf, basic.xpsr)) != 0) { in check_esf_matches_expectations()
232 uint32_t xpsr; member
70 [00:00:00.000,000] <err> os: xpsr: 0x61000000
1160 | xpsr | 4 octets | Program status register |
4956 cpu_data->xpsr = sys_cpu_to_le32(esf->basic.xpsr);