/titanic_41/usr/src/lib/libbc/libc/crt/sparc/ |
H A D | misalign.s | 55 be,a 1f ! fast case: two loads; 89 lduh [%i0],%o0 ! short aligned case: 2 loads, 2 stores 91 ldub [%i0],%o0 ! byte aligned case: 4 loads, 4 stores 122 be,a 1f ! long aligned case: 2 loads, no stores 126 be,a 2f ! short aligned case: 4 loads, 4 stores 130 ldub [%i0+1],%o1 ! 8 loads, 8 stores 246 be,a 1f ! long aligned case: 2 stores, 2 loads 250 be,a 2f ! short aligned case: 4 stores, 4 loads
|
/titanic_41/usr/src/cmd/lgrpinfo/ |
H A D | lgrpinfo.pl | 61 our $loads = {}; 222 $loads = get_lav() if $do_load; 281 print "\n\t$loads->{$lgrp}" if defined ($loads->{$lgrp}); 495 print "\n$prefix$loads->{$lgrp}" if defined ($loads->{$lgrp});
|
/titanic_41/usr/src/cmd/intrd/ |
H A D | intrd.pl | 1113 my @loads = (); 1115 push(@loads, $tot); 1118 ($load, @goals) = do_find_goal($ivecs, \@loads, $goal, 0); 1140 my ($ivecs, $loads, $goal, $idx) = @_; 1157 if ($loads->[$idx] <= $goal) { 1161 $loads->[$idx]); 1162 return ($loads->[$idx], @$ivecs[$idx .. $#{$ivecs}]); 1174 do_find_goal($ivecs, $loads, $goal - $load, $idx + 1); 1184 &do_find_goal($ivecs, $loads, $goal, $idx + 1);
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Pg/ |
H A D | Pg.pm | 1529 my $loads; 1533 $loads->{$cpu}->{cpu_idle} = $sys->{cpu_ticks_idle}; 1534 $loads->{$cpu}->{cpu_user} = $sys->{cpu_ticks_user}; 1535 $loads->{$cpu}->{cpu_sys} = $sys->{cpu_ticks_kernel}; 1538 return ($loads);
|
/titanic_41/usr/src/cmd/cmd-inet/etc/secret/ |
H A D | ipseckeys.sample | 30 # loads, just like ipsecinit.conf.
|
/titanic_41/usr/src/common/crypto/md5/sparc/sun4u/ |
H A D | byteswap.il | 30 * byteswap.il -- definitions for .inline functions for little-endian loads.
|
/titanic_41/usr/src/uts/sun4/ml/ |
H A D | ip_ocsum.s | 303 ldx [%i0+24], %l3 ! but US-II prefetch only loads Ecache 342 add %l1, %o1, %o1 ! adds and loads
|
/titanic_41/usr/src/grub/grub-0.97/docs/ |
H A D | menu.lst | 64 # This is similar to "chainload", but loads a specific file
|
H A D | grub.info-4 | 60 The solution used by GRUB is that Stage 1 loads only the first 61 sector of Stage 2 (or Stage 1.5) and Stage 2 itself loads the rest. The
|
H A D | internals.texi | 319 The solution used by GRUB is that Stage 1 loads only the first sector of 320 Stage 2 (or Stage 1.5) and Stage 2 itself loads the rest. The flow of
|
H A D | multiboot.texi | 174 another operating system (e.g. the VSTa boot code, which loads from 271 Whatever program or set of programs loads the image of the final 281 The initial binary image that a boot loader loads into memory and 286 Other auxiliary files that a boot loader loads into memory along with 1101 loads and execute it, it initialize the stack pointer and @code{EFLAGS},
|
H A D | multiboot.info | 133 operating system (e.g. the VSTa boot code, which loads from DOS). 237 Whatever program or set of programs loads the image of the final 247 The initial binary image that a boot loader loads into memory and 252 Other auxiliary files that a boot loader loads into memory along 1029 Multiboot-compliant boot loader loads and execute it, it initialize the
|
H A D | grub.info-2 | 145 1. GRUB checks if the preset menu feature is used, and loads the 292 by Stage 1 and Stage 1.5 loads Stage 2. The difference between 311 the same as Stage 2, but it also sets up a network and loads a 910 PASSWD is entered, it loads the NEW-CONFIG-FILE as a new config
|
/titanic_41/usr/src/uts/sun4u/cpu/ |
H A D | spitfire_asm.s | 1579 ! and skipping load from physaddr. We need 10 loads to flush the 1581 mov HB_PHYS_FLUSH_CNT-1, %g4 ! #loads to flush phys addr 1589 cmp %g5, %o5 ! skip loads from physaddr 1730 ! and skipping load from physaddr. We need 10 loads to flush the 1732 mov HB_PHYS_FLUSH_CNT-1, %g4 ! #loads to flush phys addr 1740 cmp %g5, %o5 ! skip loads from physaddr 1859 ! and skipping load from physaddr. We need 10 loads to flush the 1861 mov HB_PHYS_FLUSH_CNT-1, %g5 ! #loads to flush physaddr 1868 cmp %o1, %o5 ! skip loads from physaddr
|
H A D | common_asm.s | 603 membar #LoadLoad ! All loads must complete
|
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pci_asm.s | 105 membar #Sync ! Make sure the loads take
|
/titanic_41/usr/src/common/crypto/md5/sparc/sun4v/ |
H A D | byteswap.il | 30 * byteswap.il -- definitions for .inline functions for little-endian loads.
|
/titanic_41/usr/src/uts/sun4u/io/px/ |
H A D | px_asm_4u.s | 109 membar #Sync ! Make sure the loads take
|
/titanic_41/usr/src/lib/libc/amd64/gen/ |
H A D | memcpy.s | 2739 L(bkP3Q0): # trailing loads/stores do all their loads 1st, then do the stores 2861 L(bkP5Q0): # trailing loads/stores do all their loads 1st, then do the stores 2923 L(bkP6Q0): # trailing loads/stores do all their loads 1st, then do the stores 2985 L(bkP7Q0): # trailing loads/stores do all their loads 1st, then do the stores
|
/titanic_41/usr/src/uts/sun4v/io/px/ |
H A D | px_hcall.s | 693 membar #Sync ! Make sure the loads take
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vlog.S | 202 wr %g0,0x82,%asi ! set %asi for non-faulting loads 486 ! of the argument vector, but since we use non-faulting loads and never
|
H A D | __vlog_ultra3.S | 2288 wr %g0,0x82,%asi ! set %asi for non-faulting loads 2703 ! of the argument vector, but since we use non-faulting loads and never
|
/titanic_41/usr/src/uts/common/os/ |
H A D | lgrp.c | 1653 uint64_t loads = 0; in lgrp_sum_loadavgs() local 1666 loads += cpu->cpu_lpl->lpl_loadavg; in lgrp_sum_loadavgs() 1672 return (loads / ncpu); in lgrp_sum_loadavgs()
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | NEWS | 254 * The grub shell loads the BIOS drive mapping information from a device 307 * The command "configfile" loads a configuration file interactively.
|
/titanic_41/usr/src/uts/sun4v/cpu/ |
H A D | common_asm.s | 449 membar #LoadLoad ! All loads must complete
|