Searched refs:idx_uc_link (Results 1 – 1 of 1) sorted by relevance
62 unsigned int idx_uc_link; in __makecontext() local73 idx_uc_link = (argc > 6 ? argc - 6 : 0) + 1; in __makecontext()79 ucp->uc_mcontext.gregs[REG_RBX] = (uintptr_t) &sp[idx_uc_link]; in __makecontext()113 sp[idx_uc_link] = (uintptr_t) ucp->uc_link; in __makecontext()
Completed in 2 milliseconds