Home
last modified time | relevance | path

Searched refs:dword (Results 1 – 17 of 17) sorted by relevance

/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacbuffer.h165 #define ACPI_PLD_GET_REVISION(dword) ACPI_GET_BITS (dword, 0, ACPI_7BIT_MASK) argument
166 #define ACPI_PLD_SET_REVISION(dword,value) ACPI_SET_BITS (dword, 0, ACPI_7BIT_MASK, value) … argument
168 #define ACPI_PLD_GET_IGNORE_COLOR(dword) ACPI_GET_BITS (dword, 7, ACPI_1BIT_MASK) argument
169 #define ACPI_PLD_SET_IGNORE_COLOR(dword,value) ACPI_SET_BITS (dword, 7, ACPI_1BIT_MASK, value) … argument
171 #define ACPI_PLD_GET_RED(dword) ACPI_GET_BITS (dword, 8, ACPI_8BIT_MASK) argument
172 #define ACPI_PLD_SET_RED(dword,value) ACPI_SET_BITS (dword, 8, ACPI_8BIT_MASK, value) … argument
174 #define ACPI_PLD_GET_GREEN(dword) ACPI_GET_BITS (dword, 16, ACPI_8BIT_MASK) argument
175 #define ACPI_PLD_SET_GREEN(dword,value) ACPI_SET_BITS (dword, 16, ACPI_8BIT_MASK, value) … argument
177 #define ACPI_PLD_GET_BLUE(dword) ACPI_GET_BITS (dword, 24, ACPI_8BIT_MASK) argument
178 #define ACPI_PLD_SET_BLUE(dword,value) ACPI_SET_BITS (dword, 24, ACPI_8BIT_MASK, value) … argument
[all …]
/titanic_41/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s65 andcc %i1, 7, %i4 ! src dword aligned ?
103 ldx [%i3 + %g4], %l1 ! src dword
106 andn %i5, %l1, %g1 ! ~dword & 0x8080808080808080
107 sub %l1, %i4, %l0 ! dword - 0x0101010101010101
108 andcc %l0, %g1, %g0 ! ((dword - 0x0101010101010101) & ~dword & 0x8080808080808080)
236 ldx [%i3], %l1 ! src dword
238 andn %i5, %l1, %g1 ! ~dword & 0x8080808080808080
239 sub %l1, %i4, %l0 ! dword - 0x0101010101010101
240 andcc %l0, %g1, %g0 ! ((dword - 0x0101010101010101) & ~dword & 0x80808080
273 ba .storebyte1421 ! next dword
[all …]
H A Dstrncpy.s72 andcc %o1, 7, %o4 ! dword aligned ?
110 ldx [%o3 + %g4], %o1 ! src dword
113 andn %o5, %o1, %g1 ! ~dword & 0x8080808080808080
114 sub %o1, %o4, %g5 ! dword - 0x0101010101010101
115 andcc %g5, %g1, %g0 ! ((dword - 0x0101010101010101) & ~dword & 0x8080808080808080)
156 andcc %o3, 7, %o4 ! dst offset relative to dword boundary
157 bz,pn %ncc, .fillaligned ! dst already dword aligned
162 sub %o4, 8, %o4 ! bytes to align dst to dword boundary
284 ba .storebyte1421 ! next dword
302 ba .storebyte1241 ! next dword
[all …]
H A Dstrcpy.s65 andcc %o1, 7, %o4 ! dword aligned ?
133 ldx [%o2 + %o3], %o1 ! src dword
135 andn %o5, %o1, %g1 ! ~dword & 0x8080808080808080
136 sub %o1, %o4, %g4 ! dword - 0x0101010101010101
137 andcc %g4, %g1, %g0 ! ((dword - 0x0101010101010101) & ~dword & 0x8080808080808080)
197 ba .storebyte1421 ! next dword
216 ba .storebyte1241 ! next dword
H A Dstrcmp.s84 andcc %o1, 7, %o3 ! s2 dword aligned ?
90 and %o1, -8, %o1 ! round s1 down to next aligned dword
92 ldx [%o1], %o0 ! new lower dword in s2
/titanic_41/usr/src/cmd/mandoc/
H A Dmdoc_macro.c54 static int dword(struct mdoc *, int, int, const char *,
615 dword(struct mdoc *mdoc, int line, int col, const char *p, in dword() function
673 dword(mdoc, line, la, p, DELIM_MAX, 1); in append_delims()
819 if ( ! dword(mdoc, line, lastarg, p, DELIM_MAX, in blk_exp_close()
986 if ( ! dword(mdoc, line, la, p, d, in in_line()
1154 if ( ! dword(mdoc, line, la, p, DELIM_OPEN, 0)) in blk_full()
1207 if ( ! dword(mdoc, line, la, p, DELIM_MAX, in blk_full()
1319 if ( ! dword(mdoc, line, la, p, DELIM_OPEN, 0)) in blk_part_imp()
1333 if ( ! dword(mdoc, line, la, p, DELIM_MAX, in blk_part_imp()
1460 if ( ! dword(mdoc, line, la, p, DELIM_OPEN, 0)) in blk_part_exp()
[all …]
/titanic_41/usr/src/uts/intel/sys/acpi/platform/
H A Dacwin.h114 __asm lock cmpxchg dword ptr [ecx], edx \
136 __asm lock cmpxchg dword ptr [ecx], edx \
/titanic_41/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s103 lduw [%i3 + %i4], %i1 ! src dword
106 andn %i5, %i1, %g1 ! ~dword & 0x80808080
107 sub %i1, %l1, %l0 ! dword - 0x01010101
108 andcc %l0, %g1, %g0 ! ((dword - 0x01010101) & ~dword & 0x80808080)
263 ba .storehalfword ! next dword
/titanic_41/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S227 push dword ptr [bx+8] /* relsect (lo 32 of 64-bit number) */
228 push dword ptr [solaris_priboot] /* seg:ofs of buffer */
328 call dword ptr [solaris_priboot] /* call doesn't return! */
/titanic_41/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_ioctl.c119 static void hermon_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i);
120 static void hermon_flash_cfi_dword(uint32_t *dword, uint8_t *ch, int i);
1677 uint32_t dword; in hermon_flash_write_byte() member
1678 } dword; in hermon_flash_write_byte() local
1785 if ((status = hermon_flash_read_quadlet(state, &dword.dword, in hermon_flash_write_byte()
1790 dword.bytes[byte_offset] = data; in hermon_flash_write_byte()
1794 dword.dword); in hermon_flash_write_byte()
2749 hermon_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i) in hermon_flash_cfi_byte() argument
2751 ch[i] = (uint8_t)((dword & 0xFF000000) >> 24); in hermon_flash_cfi_byte()
2752 ch[i+1] = (uint8_t)((dword & 0x00FF0000) >> 16); in hermon_flash_cfi_byte()
[all …]
/titanic_41/usr/src/cmd/fwflash/plugins/transport/common/
H A Dhermon.c1295 uint32_t dword; in cnx_read_guids() member
1371 crc16_u.dword = ioctl_info.af_quadlet; in cnx_read_guids()
1375 if (crc != crc16_u.dword) { in cnx_read_guids()
1377 "differs from GUID section 0x%x\n"), crc, crc16_u.dword); in cnx_read_guids()
1380 "GUID section 0x%x\n", crc, crc16_u.dword); in cnx_read_guids()
1497 int dword; in cnx_is_magic_pattern_present() local
1503 dword = MLXSWAPBITS32(data[i]); in cnx_is_magic_pattern_present()
1505 dword = data[i]; in cnx_is_magic_pattern_present()
1507 dword, cnx_magic_pattern[i]); in cnx_is_magic_pattern_present()
1508 if (dword != cnx_magic_pattern[i]) { in cnx_is_magic_pattern_present()
/titanic_41/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_ioctl.c100 static void tavor_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i);
101 static void tavor_flash_cfi_dword(uint32_t *dword, uint8_t *ch, int i);
2310 tavor_flash_cfi_byte(uint8_t *ch, uint32_t dword, int i) in tavor_flash_cfi_byte() argument
2312 ch[i] = (uint8_t)((dword & 0xFF000000) >> 24); in tavor_flash_cfi_byte()
2313 ch[i+1] = (uint8_t)((dword & 0x00FF0000) >> 16); in tavor_flash_cfi_byte()
2314 ch[i+2] = (uint8_t)((dword & 0x0000FF00) >> 8); in tavor_flash_cfi_byte()
2315 ch[i+3] = (uint8_t)((dword & 0x000000FF)); in tavor_flash_cfi_byte()
2319 tavor_flash_cfi_dword(uint32_t *dword, uint8_t *ch, int i) in tavor_flash_cfi_dword() argument
2321 *dword = (uint32_t) in tavor_flash_cfi_dword()
/titanic_41/usr/src/uts/sun4/ml/
H A Dip_ocsum.s403 ! while at least 1 dword, do dwords. Max 7 iterations.
/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_82599.c1336 flow_vm_vlan = IXGBE_NTOHL(input.dword); in ixgbe_atr_compute_sig_hash_82599()
1339 hi_hash_dword = IXGBE_NTOHL(common.dword); in ixgbe_atr_compute_sig_hash_82599()
H A Dixgbe_type.h2673 __be32 dword; member
/titanic_41/usr/src/uts/common/io/igb/
H A Digb_main.c2408 uint32_t dword; in igb_setup_rss() member
2422 (E1000_RETA(0) + (i & ~3)), reta.dword); in igb_setup_rss()
2476 uint32_t dword; in igb_setup_mac_rss_classify() member
2490 (E1000_RETA(0) + (i & ~3)), reta.dword); in igb_setup_mac_rss_classify()
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt4924 access, the size is encoded as 1=byte, 2=word, 3=dword, and 4=qword.
7568 truncating the upper dword of a 64-bit value. This macro is only used to
14102 value of zero if "Ones" was used where a byte, word or dword value
16551 moves instead of word/dword/qword moves. - External objects are