Searched refs:STACKALIGN (Results 1 – 10 of 10) sorted by relevance
18 #define STACKALIGN(sp) ((sp) & ~3) /* bug: assure with alloc */ macro
334 p = UINT2PTR(STACKALIGN(base + BY2PG - Ustkheadroom - i)); in bootargs()384 p->sched.sp = STACKALIGN(p->sched.sp); in userinit()
31 #define STACKALIGN(sp) ((sp) & ~3) /* bug: assure with alloc */ macro
522 p = UINT2PTR(STACKALIGN(base + BY2PG - Ustkheadroom - i)); in bootargs()579 p->sched.sp = STACKALIGN(p->sched.sp); in userinit()
33 #define STACKALIGN(sp) ((sp) & ~7) /* bug: assure with alloc */ macro
721 p = UINT2PTR(STACKALIGN(base + BY2PG - Ustkheadroom - i)); in bootargs()778 p->sched.sp = STACKALIGN(p->sched.sp); in userinit()
493 p = UINT2PTR(STACKALIGN(base + BY2PG - Ustkheadroom - i)); in bootargs()550 p->sched.sp = STACKALIGN(p->sched.sp); in userinit()
291 p = UINT2PTR(STACKALIGN(base + BY2PG - Stkheadroom - i)); in bootargs()338 p->sched.sp = STACKALIGN(p->sched.sp); in userinit()
34 #define STACKALIGN(sp) ((sp) & ~7) /* bug: assure with alloc */ macro