Lines Matching defs:slice
280 uint64_t *slice = slice_table[bd][cpu][bank];
281 uint64_t base = btop(slice[SLICE_PA]);
282 uint64_t len = btop(slice[SLICE_SPAN]);
291 panic("plat_discover_slice: no slice for pfn 0x%lx\n", pfn);
317 * with it. If not, see if this slice has a memnode. This
318 * covers the cases where a single slice covers multiple
434 * assigned to which memnodes, so we walk the slice table to build the table
441 int slice;
449 for (slice = 0; slice < CHERRYSTONE_MAX_SLICE; slice++) {
450 if (slice_to_memnode[slice] == -1)
452 basepfn = (uint64_t)slice << PFN_SLICE_SHIFT;