Home
last modified time | relevance | path

Searched refs:line (Results 1451 – 1461 of 1461) sorted by path

1...<<515253545556575859

/illumos-gate/usr/src/uts/sun4u/io/
H A Dmc-us3.c941 uint64_t base, size, line, remainder; in mc_offset_to_addr() local
974 line = off / QWORD_SIZE_BYTES; in mc_offset_to_addr()
988 line = (line * ifactor) + bank->lm; in mc_offset_to_addr()
994 *addr = (line << 6) + seg->base; in mc_offset_to_addr()
1007 uint64_t base, size, line, remainder; in mc_addr_to_offset() local
1014 line = (addr - seg->base) / 64; in mc_addr_to_offset()
1028 line = (line - bank->lm)/ifactor; in mc_addr_to_offset()
1034 *off = line * QWORD_SIZE_BYTES; in mc_addr_to_offset()
H A Dpanther_asm.S253 ! Check if line is invalid; if so, NA it.
259 membar #Sync ! still on same cache line
308 ! Check that line is in NA state; if so, INV it.
460 ! Check if line is invalid; if so, NA it.
466 membar #Sync ! still on same cache line
513 ! Check that line is in NA state; if so, INV it.
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_offsets.in29 \ A blank line is required between structure/union/intrinsic names.
35 \ {blank line}
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Dsbdgenerr.pl31 my ($line) = @_;
32 $line =~ s#/\*|\*/##g;
33 $line =~ s#^\s+|\s+$##g;
34 return $line;
/illumos-gate/usr/src/uts/sun4u/opl/io/oplmsu/
H A Doplmsu_cmn_func.c1763 ulong_t line; in oplmsu_cmn_msglog() local
1799 line = (len + 31) / 32; in oplmsu_cmn_msglog()
1803 for (col = 0; col < line; col++) { in oplmsu_cmn_msglog()
/illumos-gate/usr/src/uts/sun4u/serengeti/ml/
H A Dsbdp_asm.S203 ! Move a single cache line of data. Survive UE and CE on the read
207 ! i2 = line count
208 ! i3 = line size
/illumos-gate/usr/src/uts/sun4u/sunfire/ml/
H A Dac_asm.S45 ! Move a single cache line of data. Survive UE and CE on the read
49 ! i2 = line count
50 ! i3 = line size
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.S4580 ! copies. Note that we branch around this in the main line code.
6721 ! those copies. Note that we branch around this in the main line
/illumos-gate/usr/src/uts/sun4v/io/
H A Ddr_util.c208 char line[LINEWIDTH]; in dr_dbg_dump_msg() local
218 bzero(line, LINEWIDTH); in dr_dbg_dump_msg()
220 curr = line; in dr_dbg_dump_msg()
221 aoff = line + ASCIIOFFSET; in dr_dbg_dump_msg()
243 while (curr != (line + ASCIIOFFSET)) in dr_dbg_dump_msg()
246 DR_DBG_TRANS("%s\n", line); in dr_dbg_dump_msg()
H A Dds_common.c1962 char line[LINEWIDTH]; in ds_dump_msg() local
1971 bzero(line, LINEWIDTH); in ds_dump_msg()
1973 curr = line; in ds_dump_msg()
1974 aoff = line + ASCIIOFFSET; in ds_dump_msg()
1996 while (curr != (line + ASCIIOFFSET)) in ds_dump_msg()
1999 cmn_err(CE_NOTE, "%s" DS_EOL, line); in ds_dump_msg()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_offsets.in29 \ A blank line is required between structure/union/intrinsic names.
35 \ {blank line}

1...<<515253545556575859