Searched refs:ksttop (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/ia64/ia64/
H A Dmachdep.c1327 uint64_t *ksttop, *kst; local
1330 ksttop = (uint64_t*)(td->td_kstack + tf->tf_special.ndirty +
1356 kst = ksttop - 1;
1366 tf->tf_special.ndirty = (ksttop - kst) << 3;

Completed in 38 milliseconds