Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/common/
DbL_switcher.c67 long volatile handshake, **handshake_ptr = _arg; in bL_do_switch() local
76 if (handshake_ptr) { in bL_do_switch()
78 *handshake_ptr = &handshake; in bL_do_switch()
154 long volatile *handshake_ptr; in bL_switch_to() local
233 ret = cpu_suspend((unsigned long)&handshake_ptr, bL_switchpoint); in bL_switch_to()
252 *handshake_ptr = 1; in bL_switch_to()