Searched refs:idx_uc_link (Results 1 – 2 of 2) 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()
86468 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast