Searched refs:pc_hi (Results 1 – 2 of 2) sorted by relevance
34 uint32_t pc_hi, in arm_execution_state_switch() argument64 if ((pc_hi != 0) || (cookie_hi != 0)) in arm_execution_state_switch()73 pc = (((u_register_t) pc_hi) << 32) | pc_lo; in arm_execution_state_switch()
223 uint32_t pc_hi,