Home
last modified time | relevance | path

Searched refs:bswap (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.S66 bswap %eax /* reverses the byte order of %eax */
72 bswap %eax /* reverses the byte order of %eax */
83 bswap %eax /* reverses the byte order of %eax */
90 bswap %eax /* reverses the byte order of %eax */
105 bswap %eax /* reverses the byte order of %eax */
112 bswap %eax /* reverses the byte order of %eax */
131 bswap %eax /* reverses the byte order of %eax */
138 bswap %eax /* reverses the byte order of %eax */
152 bswap %eax /* reverses the byte order of %eax */
158 bswap %eax /* reverses the byte order of %eax */
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.S48 bswap %eax / reverses the byte order of %eax
54 bswap %eax / reverses the byte order of %eax
65 bswap %eax / reverses the byte order of %eax
72 bswap %eax / reverses the byte order of %eax
83 bswap %eax / reverses the byte order of %eax
94 bswap %eax / reverses the byte order of %eax
105 bswap %eax / reverses the byte order of %eax
112 bswap %eax / reverses the byte order of %eax
125 bswap %eax / reverses the byte order of %eax
131 bswap %eax / reverses the byte order of %eax
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dunwind.c322 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_unwind_make_hdr() local
397 length = extract_uint(data + off, &ndx, bswap); in ld_unwind_make_hdr()
404 id = extract_uint(data + off, &ndx, bswap); in ld_unwind_make_hdr()
495 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_unwind_populate_hdr() local
565 length = extract_uint(data + off, &ndx, bswap); in ld_unwind_populate_hdr()
572 id = extract_uint(data + off, &ndx, bswap); in ld_unwind_populate_hdr()
774 if (bswap) { in ld_unwind_populate_hdr()
792 if (bswap) in ld_unwind_populate_hdr()
799 if (bswap) in ld_unwind_populate_hdr()
H A Dmachrel.sparc.c398 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry() local
421 if (bswap) in plt_entry()
435 if (bswap) in plt_entry()
445 if (bswap) in plt_entry()
455 if (bswap) in plt_entry()
465 if (bswap) in plt_entry()
475 if (bswap) in plt_entry()
485 if (bswap) in plt_entry()
495 if (bswap) in plt_entry()
531 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry() local
[all …]
H A Dmachrel.intel.c168 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry() local
182 if (bswap) in plt_entry()
200 if (bswap) in plt_entry()
209 if (bswap) in plt_entry()
219 if (bswap) in plt_entry()
1497 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_fillin_gotplt() local
1510 if (bswap) in ld_fillin_gotplt()
1540 if (bswap) in ld_fillin_gotplt()
1552 if (bswap) in ld_fillin_gotplt()
1564 if (bswap) in ld_fillin_gotplt()
[all …]
H A Dmachrel.amd.c200 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in plt_entry() local
216 if (bswap) in plt_entry()
237 syn_rdesc_sym_name, MSG_ORIG(MSG_SPECFIL_PLTENT), bswap, in plt_entry()
251 syn_rdesc_sym_name, MSG_ORIG(MSG_SPECFIL_PLTENT), bswap, in plt_entry()
270 syn_rdesc_sym_name, MSG_ORIG(MSG_SPECFIL_PLTENT), bswap, in plt_entry()
1489 int bswap = (ofl->ofl_flags1 & FLG_OF1_ENCDIFF) != 0; in ld_fillin_gotplt() local
1502 if (bswap) in ld_fillin_gotplt()
1548 bswap, ofl->ofl_lml) == 0) { in ld_fillin_gotplt()
1563 bswap, ofl->ofl_lml) == 0) { in ld_fillin_gotplt()
H A DREADME.XLINK115 argument named "bswap". Each relocation engine must be prepared to
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c213 const char *file, int bswap, void *lml) in do_reloc_krtld()
244 if (bswap) { in do_reloc_krtld()
312 if (bswap) { in do_reloc_krtld()
334 if (bswap) { in do_reloc_krtld()
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Ddoreloc.c217 const char *file, int bswap, void *lml) in do_reloc_ld() argument
248 if (bswap) { in do_reloc_ld()
270 if (bswap) { in do_reloc_ld()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_asm.S69 bswap %eax
116 bswap %eax
/illumos-gate/usr/src/uts/sparc/krtld/
H A Ddoreloc.c373 const char *file, int bswap, void *lml) in do_reloc_krtld()
430 if (bswap) { in do_reloc_krtld()
618 if (bswap) { in do_reloc_krtld()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dsa_impl.h72 #define ATTR_ENCODE(x, attr, length, bswap) \ argument
75 BF64_SET(x, 16, 8, bswap); \
H A Ddsl_crypt.h228 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt,
/illumos-gate/usr/src/uts/intel/ml/
H A Di86_subr.S800 bswap %eax
809 bswap %eax
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1547 dmu_object_byteswap_t bswap = in snprintf_blkptr() local
1552 dmu_ot_byteswap[bswap].ob_name); in snprintf_blkptr()
H A Darc.c1706 boolean_t bswap = (hdr->b_l1hdr.b_byteswap != DMU_BSWAP_NUMFUNCS); in arc_hdr_decrypt() local
1714 B_FALSE, bswap, hdr->b_crypt_hdr.b_salt, hdr->b_crypt_hdr.b_iv, in arc_hdr_decrypt()
1861 dmu_object_byteswap_t bswap = hdr->b_l1hdr.b_byteswap; in arc_buf_fill() local
2015 if (bswap != DMU_BSWAP_NUMFUNCS) { in arc_buf_fill()
2017 ASSERT3U(bswap, <, DMU_BSWAP_NUMFUNCS); in arc_buf_fill()
2018 dmu_ot_byteswap[bswap].ob_func(buf->b_data, HDR_GET_LSIZE(hdr)); in arc_buf_fill()
8376 boolean_t bswap = (hdr->b_l1hdr.b_byteswap != DMU_BSWAP_NUMFUNCS); in l2arc_apply_transforms() local
8438 hdr->b_crypt_hdr.b_ot, bswap, hdr->b_crypt_hdr.b_salt, in l2arc_apply_transforms()
H A Ddsl_crypt.c2795 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt, in spa_do_crypt_abd() argument
2845 ret = zio_do_crypt_data(encrypt, &dck->dck_key, ot, bswap, salt, iv, in spa_do_crypt_abd()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c4476 int bswap = 0; in gethdr() local
4495 bswap = 1; in gethdr()
4640 if (bswap) in gethdr()
/illumos-gate/usr/src/cmd/zdb/
H A Dzdb.c5629 dmu_object_byteswap_t bswap = in dump_mos_leaks() local
5631 name = dmu_ot_byteswap[bswap].ob_name; in dump_mos_leaks()
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog1366 * stage2/fsys_xfs.c (le32): Don't use bswap, but use xchgb and
1367 roll, because 386 doesn't have bswap. Reported by Frode Vatvedt