Home
last modified time | relevance | path

Searched refs:src64 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libproc/common/
H A DP32ton.c599 struct _fpchip_state *src64 = (struct _fpchip_state *)src; in prfpregset_n_to_32()
605 dst32->cw = src64->cw; in prfpregset_n_to_32()
606 dst32->sw = src64->sw; in prfpregset_n_to_32()
607 dst32->ipoff = (unsigned int)src64->rip; in prfpregset_n_to_32()
609 dst32->dataoff = (unsigned int)src64->rdp; in prfpregset_n_to_32()
611 dst32->status = src64->status; in prfpregset_n_to_32()
612 dst32->mxcsr = src64->mxcsr; in prfpregset_n_to_32()
613 dst32->xstatus = src64->xstatus; in prfpregset_n_to_32()
622 top = (src64->sw & FPS_TOP) >> 11; in prfpregset_n_to_32()
633 uint_t tag_fctw = (src64->fctw >> tag_index) & 1; in prfpregset_n_to_32()
[all …]
/illumos-gate/usr/src/common/crypto/skein/
H A Dskein_port.h73 #define Skein_Put64_LSB_First(dst08, src64, bCnt) bcopy(src64, dst08, bCnt) argument
/illumos-gate/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c1186 uint64_t *bf_dest, *src64; in dapli_hermon_post_send() local
1199 src64 = (uint64_t *)desc; in dapli_hermon_post_send()
1204 bf_dest[i] = src64[i]; in dapli_hermon_post_send()
1205 bf_dest[i + 1] = src64[i + 1]; in dapli_hermon_post_send()
1206 bf_dest[i + 2] = src64[i + 2]; in dapli_hermon_post_send()
1207 bf_dest[i + 3] = src64[i + 3]; in dapli_hermon_post_send()
1208 bf_dest[i + 4] = src64[i + 4]; in dapli_hermon_post_send()
1209 bf_dest[i + 5] = src64[i + 5]; in dapli_hermon_post_send()
1210 bf_dest[i + 6] = src64[i + 6]; in dapli_hermon_post_send()
1211 bf_dest[i + 7] = src64[i + 7]; in dapli_hermon_post_send()
/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_passthru.c359 uint64_t *src64; in msix_table_read() local
385 src64 = (uint64_t *)(pi->pi_msix.mapped_addr + offset); in msix_table_read()
386 data = *src64; in msix_table_read()
415 src64 = (uint64_t *)((uint8_t *)entry + entry_offset); in msix_table_read()
416 data = *src64; in msix_table_read()