Lines Matching refs:makecontext
243 "Verify stack pointer is aligned on makecontext entry");
263 makecontext(&uc, &contextspfunc, 0);
273 "[%u] makecontext function called with misaligned sp %p",
284 makecontext(&uc, &contextspfunc, 0);
294 "[%u] makecontext function called with misaligned sp %p",
306 "Verify stack pointer is aligned on makecontext link entry");
329 makecontext(&uc1, &contextnoop, 0);
334 makecontext(&uc2, &contextspfunc, 0);
344 "[%u] makecontext function called with misaligned sp %p",
356 makecontext(&uc1, &contextnoop, 0);
361 makecontext(&uc2, &contextspfunc, 0);
371 "[%u] makecontext function called with misaligned sp %p",