Searched refs:pc_lo (Results 1 – 2 of 2) sorted by relevance
35 uint32_t pc_lo, in arm_execution_state_switch() argument67 pc = pc_lo; in arm_execution_state_switch()73 pc = (((u_register_t) pc_hi) << 32) | pc_lo; in arm_execution_state_switch()
224 uint32_t pc_lo,