Searched refs:xpsr (Results 1 – 21 of 21) sorted by relevance
23 uint32_t xpsr; member73 arch_blk.r.xpsr = esf->basic.xpsr; in arch_coredump_info_dump()
1096 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);
108 iframe->xpsr = in arch_new_thread()
63 E: xpsr: 0x4100000077 E: xpsr: 0x6100005486 E: xpsr: 0x6100005498 E: xpsr: 0x41000054110 E: xpsr: 0x4100000f121 E: xpsr: 0x53445600134 E: xpsr: 0x01000000
62 return ((esf->basic.xpsr & CPSR_M_Msk) == CPSR_M_USR); in z_arm_preempted_thread_in_user_mode()
121 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()
57 <err> os: xpsr: 0x2100000073 <err> os: xpsr: 0x6100000087 <err> os: xpsr: 0x60000000115 <err> os: xpsr: 0x01000000128 <err> os: xpsr: 0x61000000
75 uint32_t xpsr; member
70 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()
27 LOG_ERR(" xpsr: 0x%08x", esf->basic.xpsr); in esf_dump()
40 E: xpsr: 0x4100000053 E: xpsr: 0x4100000b
97 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()
113 uint32_t xpsr; member
59 GEN_OFFSET_SYM(_basic_sf_t, xpsr);
56 r5: 0x20001867 (536877159) xpsr: 0x61000000 (1627389952)
47 E: xpsr: 0x61000000
77 offsetof(struct arch_esf, basic.xpsr)) != 0) { in check_esf_matches_expectations()
234 uint32_t xpsr; member
70 [00:00:00.000,000] <err> os: xpsr: 0x61000000
1160 | xpsr | 4 octets | Program status register |
5199 cpu_data->xpsr = sys_cpu_to_le32(esf->basic.xpsr);