Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/common/
DbL_switcher.c68 long volatile handshake, **handshake_ptr = _arg; in bL_do_switch() local
77 if (handshake_ptr) { in bL_do_switch()
79 *handshake_ptr = &handshake; in bL_do_switch()
155 long volatile *handshake_ptr; in bL_switch_to() local
234 ret = cpu_suspend((unsigned long)&handshake_ptr, bL_switchpoint); in bL_switch_to()
253 *handshake_ptr = 1; in bL_switch_to()