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

/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.s57 * The MMU context changes when the resuming thread resides in a different
59 * The MMU context, therefore, only changes when resuming a thread in
196 cmp %i2, %i3 ! resuming the same process?
293 ldx [%i0 + T_PC], %i7 ! delay - restore resuming thread's pc
327 ldx [%i0 + T_SP], %o0 ! restore resuming thread's sp
331 ! Restore resuming thread's GSR reg and floating-point regs
359 ! Zero resuming thread's fp registers, for *all* non-fp program
379 ldx [%i0 + T_SP], %o0 ! restore resuming thread's sp
383 ! Restore resuming thread's GSR reg and floating-point regs
403 ! Restore resuming threa
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dcpr_impl.c185 int resuming; local
205 * once when resuming, wc_save_context() returns 0 when
208 resuming = (wc_save_context(wc_cpu) == 0);
215 if (resuming) {
240 ("i_cpr_save_context() resuming cpu %d in cpu_ready_set\n",
256 resuming))
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib576 feature[resuming]="100000"
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c3896 boolean_t resuming = B_TRUE; /* processing DDI_RESUME */ local
3911 resuming = B_FALSE;
3917 resuming = B_FALSE;
3922 if (resuming) {
3986 resuming != B_FALSE) {
4015 if (!resuming && AHCIPORT_DEV_TYPE(ahci_portp, addrp) !=
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3007 "A resuming stream can be generated on the sending "
3185 boolean_t resuming = DMU_GET_FEATUREFLAGS(drrb->drr_versioninfo) & local
3188 (drrb->drr_flags & DRR_FLAG_CLONE) || originsnap) && !resuming;
3253 * - we are resuming a failed receive.
3310 * If we are resuming a newfs, set newfs here so that we will
3317 if (resuming && zfs_prop_get_int(zhp, ZFS_PROP_INCONSISTENT))
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dtrap_table.s2835 * Adjust %tpc/%tnpc as we'll be resuming via "retry"
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dtrap_table.s3003 * Adjust %tpc/%tnpc as we'll be resuming via "retry"

Completed in 94 milliseconds