Searched refs:sse (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/uts/common/inet/sctp/ |
H A D | sctp_notify.c | 431 struct sctp_shutdown_event *sse; in sctp_shutdown_event() local 438 if ((mp = allocb(sizeof (*sse), BPRI_MED)) == NULL) { in sctp_shutdown_event() 442 sse = (struct sctp_shutdown_event *)mp->b_rptr; in sctp_shutdown_event() 443 sse->sse_type = SCTP_SHUTDOWN_EVENT; in sctp_shutdown_event() 444 sse->sse_flags = 0; in sctp_shutdown_event() 445 sse->sse_length = sizeof (*sse); in sctp_shutdown_event() 446 sse->sse_assoc_id = 0; in sctp_shutdown_event() 448 mp->b_wptr = (uchar_t *)(sse + 1); in sctp_shutdown_event() 449 sctp_notify(sctp, mp, sse->sse_length); in sctp_shutdown_event()
|
/titanic_41/usr/src/cmd/mdb/intel/mdb/ |
H A D | proc_ia32dep.c | 392 uint_t sse = 0; in pt_fpregs() local 438 if (mdb_tgt_readsym(t, MDB_TGT_AS_VIRT, &sse, in pt_fpregs() 439 sizeof (sse), "libc.so", "_sse_hw") < 0 && in pt_fpregs() 440 mdb_tgt_readsym(t, MDB_TGT_AS_VIRT, &sse, in pt_fpregs() 441 sizeof (sse), MDB_TGT_OBJ_EXEC, "_sse_hw") < 0) in pt_fpregs() 462 if (sse) in pt_fpregs() 516 if (!sse) in pt_fpregs()
|
/titanic_41/usr/src/lib/libmvec/i386_hwcap1/ |
H A D | mapfile | 19 hw += fpu cmov sse sse2;
|
/titanic_41/usr/src/lib/libc/i386_hwcap1/ |
H A D | mapfile | 27 hw += fpu cmov sep mmx sse;
|
/titanic_41/usr/src/lib/libc/i386_hwcap2/ |
H A D | mapfile | 27 hw += fpu cmov amd_sysc mmx sse sse2;
|
/titanic_41/usr/src/lib/libc/i386_hwcap3/ |
H A D | mapfile | 27 hw += fpu cmov mmx sse;
|
/titanic_41/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | memset.s | 59 / prep work for sse temporal and non-temporal 108 movntps %xmm0, 16(%edi) / use sse rather than sse2
|
/titanic_41/usr/src/ |
H A D | Makefile.master | 358 NO_SIMD= -_gcc=-mno-mmx -_gcc=-mno-sse
|
/titanic_41/usr/src/lib/scsi/plugins/ses/ses2/common/ |
H A D | ses2_element_ctl.c | 1837 CTL_DESC(SES_ET_SIMPLE_SUBENCLOSURE, sse),
|