Home
last modified time | relevance | path

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

/plan9/sys/src/9/bcm/
H A Dmem.h18 #define STACKALIGN(sp) ((sp) & ~3) /* bug: assure with alloc */ macro
H A Dmain.c334 p = UINT2PTR(STACKALIGN(base + BY2PG - Ustkheadroom - i)); in bootargs()
384 p->sched.sp = STACKALIGN(p->sched.sp); in userinit()
/plan9/sys/src/9/kw/
H A Dmem.h31 #define STACKALIGN(sp) ((sp) & ~3) /* bug: assure with alloc */ macro
H A Dmain.c522 p = UINT2PTR(STACKALIGN(base + BY2PG - Ustkheadroom - i)); in bootargs()
579 p->sched.sp = STACKALIGN(p->sched.sp); in userinit()
/plan9/sys/src/9/teg2/
H A Dmem.h33 #define STACKALIGN(sp) ((sp) & ~7) /* bug: assure with alloc */ macro
H A Dmain.c721 p = UINT2PTR(STACKALIGN(base + BY2PG - Ustkheadroom - i)); in bootargs()
778 p->sched.sp = STACKALIGN(p->sched.sp); in userinit()
/plan9/sys/src/9/omap/
H A Dmem.h31 #define STACKALIGN(sp) ((sp) & ~3) /* bug: assure with alloc */ macro
H A Dmain.c493 p = UINT2PTR(STACKALIGN(base + BY2PG - Ustkheadroom - i)); in bootargs()
550 p->sched.sp = STACKALIGN(p->sched.sp); in userinit()
/plan9/sys/src/9/rb/
H A Dmain.c291 p = UINT2PTR(STACKALIGN(base + BY2PG - Stkheadroom - i)); in bootargs()
338 p->sched.sp = STACKALIGN(p->sched.sp); in userinit()
H A Dmem.h34 #define STACKALIGN(sp) ((sp) & ~7) /* bug: assure with alloc */ macro