Home
last modified time | relevance | path

Searched refs:handshake_ptr (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/common/
H A DbL_switcher.c65 long volatile handshake, **handshake_ptr = _arg; in bL_do_switch() local
74 if (handshake_ptr) { in bL_do_switch()
76 *handshake_ptr = &handshake; in bL_do_switch()
152 long volatile *handshake_ptr; in bL_switch_to() local
231 ret = cpu_suspend((unsigned long)&handshake_ptr, bL_switchpoint); in bL_switch_to()
250 *handshake_ptr = 1; in bL_switch_to()