Searched refs:pc_hi (Results 1 – 2 of 2) sorted by relevance
35 uint32_t pc_hi, in arm_execution_state_switch() argument49 pc = (u_register_t) (((uint64_t) pc_hi << 32) | pc_lo); in arm_execution_state_switch()69 if ((pc_hi != 0U) || (cookie_hi != 0U)) in arm_execution_state_switch()78 pc = (((u_register_t) pc_hi) << 32) | pc_lo; in arm_execution_state_switch()
339 uint32_t pc_hi,
Completed in 2 milliseconds