Searched refs:leaf (Results 51 - 60 of 60) sorted by relevance

123

/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus_copy.s47 * ! or the leaf routine version depending on size
56 * ! for leaf routine version, %o4 holds those values.
215 * use the FP registers, we can execute the copy as a leaf routine,
381 * using our stack is ideal (and since fp copy cannot be leaf optimized
709 cmp %o2, VIS_COPY_THRESHOLD ! check for leaf rtn case
893 cmp %o2, VIS_COPY_THRESHOLD ! check for leaf rtn case
1219 * 4/2004) does not support leaf functions.
1780 cmp %o2, VIS_COPY_THRESHOLD ! check for leaf rtn case
2155 * 4/2004) does not support leaf functions.
2406 cmp %o2, VIS_COPY_THRESHOLD ! check for leaf rt
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dlgrp.c44 * machine is represented at least by the root lgroup and some number of leaf
45 * lgroups where the leaf lgroups contain the hardware resources within the
49 * leaf lgroups and the system latency of the root lgroup. Non-leaf lgroups
51 * its children lgroups. Thus, the lgroup hierarchy from a given leaf lgroup
53 * from the leaf lgroup such that each successive ancestor lgroup contains
141 * Configuring CPU0 may create a two-level topology with root and one leaf node
344 * Since the bootstrap toplogy has just the root, and a leaf,
345 * the rset contains just the leaf, and both lpls can use the same rset
774 * topology now that we know how far it is from other leaf
1923 lpl_t *leaf; local
[all...]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c1277 if (order == endorder || order == leaf) {
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4.h184 char *leaf; member in struct:ss_pn
/illumos-gate/usr/src/cmd/fm/eversholt/files/common/
H A Dpci.esc272 * A faulty PCI leaf device or pci-pci bridge may cause:
291 * A faulty PCI-X leaf device or bridge may also cause:
559 event error.io.pci.leaf-ape-d@PCIFN;
754 * propagates back downstream to the leaf
878 error.io.pci.leaf-ape-d@PCIFN;
880 prop error.io.pci.leaf-ape-d@PCIFN { IS_LEAF } (2)->
959 * leaf driver should handle the error, but may or may not be able to
1090 * Handling of leaf driver detected internal errors. Use serd engine if
/illumos-gate/usr/src/cmd/tsol/tnd/
H A Dtnd.c621 if (!(visit == postorder || visit == leaf))
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c179 uint_t leaf);
3230 * The lattice structure looks like this with the bottom leaf actually
3232 * itself is 0 based, while the bottom leaf array is 0 based. The 0 bucket in
3233 * the bottom leaf array is used to store the smalled allocated bandwidth of all
3243 * We keep track of the bandwidth that each leaf uses. First we search for the
3244 * first leaf with the smallest used bandwidth. Based on that leaf we find the
3245 * parent node of that leaf based on the interval time.
3322 /* Find the leaf with the smallest allocated bandwidth */
3334 "The leaf
3712 ohci_hcca_leaf_index(uint_t leaf) argument
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c182 int leaf; member in struct:drmach_io
1233 * Each channel has 2 pci-ex leaf.
1248 * LLEAF_ID[0] = PCI Leaf Number (0 for leaf-A, 1 for leaf-B)
1254 * reg = int32 * 2, Oberon CSR space of the leaf and the UBC space
1277 ip->leaf = (portid & 0x1);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c929 * Note that if "leaf" is false we're checking an intermediate
931 * If "leaf" is true, then we're checking the entire mount point
940 valid_mount_point(zlog_t *zlogp, const char *path, const boolean_t leaf) argument
956 if (!leaf && !S_ISDIR(statbuf.st_mode)) {
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dniagara_copy.s54 * ! the leaf routine version depending on the size of the copy.
103 * In leaf lofault handler:
427 cmp %o2, FP_COPY ! check for small copy/leaf case
456 * Small copies are from a leaf routine
612 cmp %o2, FP_COPY ! check for small copy/leaf case
3001 cmp %o2, FP_COPY ! check for small copy/leaf case
4441 ! Run in leaf mode, using the %o regs as our input regs.
5194 cmp %o2, FP_COPY ! check for small copy/leaf case

Completed in 502 milliseconds

123