Searched refs:node (Results 1 - 7 of 7) sorted by relevance

/broadcom-cfe-1.4.2/cfe/lib/
H A Dlib_arena.c70 arena_node_t *node; local
77 node = (arena_node_t *) qb;
80 node->an_address,
81 node->an_address+node->an_length,
82 node->an_type);
128 * Locate the arena node containing a particular point in the
129 * address space. This routine walks the list and finds the node
137 * arena node pointer, or NULL if no node foun
176 arena_node_t *node; local
234 arena_node_t *node; local
284 arena_node_t *node; local
[all...]
/broadcom-cfe-1.4.2/cfe/main/
H A Dcfe_mem.c153 arena_node_t *node; local
160 node = (arena_node_t *) qb;
162 if (allrecs || (!allrecs && (node->an_type == MEMTYPE_DRAM_AVAILABLE))) {
164 *type = node->an_type;
165 *start = node->an_address;
166 *size = node->an_length;
195 arena_node_t *node; local
218 * requested region is entirely within an arena node,
224 node = (arena_node_t *) qb;
228 if ((start >= node
[all...]
/broadcom-cfe-1.4.2/cfe/ui/
H A Dui_memcmds.c127 xprintf("Largest free node: %d\n",stats.mem_largest);
140 arena_node_t *node; local
158 node = (arena_node_t *) qb;
161 ((flags & PHYSMAP_FLG_AVAIL) && (node->an_type == MEMTYPE_DRAM_AVAILABLE))) {
164 node->an_address,
165 node->an_address+node->an_length-1,
166 node->an_length);
167 if (node->an_type > MEMTYPE_MAX) xprintf("Unknown type %d\n",node
180 arena_node_t *node; local
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/sibyte/src/
H A Dui_ccncmds.c29 extern void ht_ccn_enable(unsigned int node, unsigned int port, int enable);
58 fill_rld(int node, uint64_t pattern, uint8_t ecc, int new_ecc, int check_ecc) argument
62 uint64_t prefix = (uint64_t)node << 36;
132 check_rld(int node, uint64_t pattern, uint8_t ecc, int new_ecc, int check_ecc) argument
136 uint64_t prefix = (uint64_t)node << 36;
183 tx_ram_read(uint_t node, uint_t port, uint_t file, uint_t addr)
185 uint64_t prefix = ((uint64_t)node) << 36;
196 uint_t node, port;
202 node = 0;
205 node
467 unsigned int node; local
502 unsigned int node; local
[all...]
H A Dcc_numa.c31 #define NODE_ADDR(node,addr) (((u64)((node) & 0xF) << 36) | (u64)(addr))
58 static u8 my_seq_num; /* valid nodes with lower node id's */
134 unsigned int node; local
138 node = G_BCM1480_SYS_NODEID(localcfg);
139 return node;
156 printf ("\nInitializing shared memory on local node:\n");
165 printf ("Done Initializing shared memory on local node\n");
202 u8 node[MAX_NODES]; local
206 node[
440 uint node; local
[all...]
/broadcom-cfe-1.4.2/cfe/zlib/
H A Dtrees.c428 /* Index within the heap array of least frequent node in the Huffman tree */
451 * Restore the heap property by moving down the tree starting at node k,
452 * exchanging a node with the smallest of its two sons if necessary, stopping
459 int k; /* node to move down */
522 if (n > max_code) continue; /* not a leaf node */
629 int node; /* new node being created */ local
652 node = s->heap[++(s->heap_len)] = (max_code < 2 ? ++max_code : 0);
653 tree[node].Freq = 1;
654 s->depth[node]
[all...]
/broadcom-cfe-1.4.2/cfe/arch/mips/cpu/bcm1480/src/
H A Dbcm1480_pci_machdep.c1604 /* HT node routing (io and ccnuma). These use HT configuration
1638 on remote nodes and thus use node-prefixed addressing. */
1640 #define NODE_ADDR(node,addr) ((((uint64_t)(node)) << 36) | (addr))
1643 hs_pci_conf_read(unsigned int node, pcitag_t tag, int reg)
1650 addrp = NODE_ADDR(node, (physaddr_t)BCM1400_CFG_ADDR(tag, reg, 4));
1659 hs_pci_conf_write(unsigned int node, pcitag_t tag, int reg, pcireg_t data)
1665 addrp = NODE_ADDR(node, (physaddr_t)BCM1400_CFG_ADDR(tag, reg, 4));
1711 void ht_ccn_enable(unsigned int node, unsigned int port, int enable);
1725 ht_ccn_enable(unsigned int node, unsigne
1642 hs_pci_conf_read(unsigned int node, pcitag_t tag, int reg) argument
1658 hs_pci_conf_write(unsigned int node, pcitag_t tag, int reg, pcireg_t data) argument
1724 ht_ccn_enable(unsigned int node, unsigned int port, int enable) argument
[all...]

Completed in 98 milliseconds