HomeSort by: relevance | last modified time | path
    Searched refs:holes (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/arch/powerpc/oea/
ofwoea_machdep.c 563 rangemap_t region, holes[32], list[32]; local in function:ofwoea_map_space
651 holes[nrofholes].type = iomem;
652 holes[nrofholes].addr = region.size + region.addr;
653 holes[nrofholes].size = list[range].addr -
654 holes[nrofholes].addr - 1;
665 DPRINTF("HOLES FOUND\n");
667 DPRINTF("addr=0x%x size=0x%x type=%d\n", holes[i].addr,
668 holes[i].size, holes[i].type);
695 if (holes[i].type == RANGE_IO)
    [all...]
  /src/usr.bin/nbperf/
nbperf-bdz.c 86 uint32_t t, r, holes; local in function:assign_nodes
119 holes = 0;
122 state->holes64k[i >> 16] = holes;
125 state->holes64[i >> 6] = holes - state->holes64k[i >> 16];
129 state->result_map[j] = i - holes;
133 ++holes;
  /src/games/trek/
nova.c 80 Quad[Ship.quadx][Ship.quady].holes += 1;
setup.c 236 q->holes = ranf(3);
238 q->holes = q->holes > s5 ? q->holes - s5 : 0;
initquad.c 78 nholes = q->holes;
122 /* initialize black holes */
trek.h 59 char holes; /* number of black holes in this quadrant */ member in struct:quad
  /src/games/bcd/
bcd.c 59 * holes. (A 1 bit is a hole.) These may be wrong, but they match the old
87 static const u_short holes[256] = { variable in typeref:typename:const u_short[256]
185 if (holes[(unsigned char)*p])
195 * 12 rows of potential holes; output a ']', which looks kind of
196 * like a hole, if the appropriate bit is set in the holes[] table.
203 if (bit(holes[(unsigned char)*p], 11 - row))
  /src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_buddy.c 543 LIST_HEAD(holes);
587 list_add_tail(&block->link, &holes);
599 i915_buddy_free_list(&mm, &holes);
614 list_splice_tail(&holes, &blocks);
intel_memory_region.c 141 LIST_HEAD(holes);
215 list = &holes;
227 close_objects(mem, &holes);
262 list_splice_tail(&holes, &objects);
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
imx6sl-tolino-shine2hd.dts 555 /* J4, through-holes */
  /src/usr.bin/m4/TEST/
test.m4 167 become older and more weatherbeaten, pot-holes will develop, trees will
  /src/sys/arch/x86/x86/
pmap.c 1467 * Randomize the location of an area. We count the holes in the VM space. We
1478 } holes[SLSPACE_NAREAS+1]; local in function:slotspace_rand
1497 /* Get the holes. */
1524 holes[nholes].start = curslot;
1525 holes[nholes].end = minsslot;
1543 startsl = holes[hole].start;
1544 endsl = holes[hole].end;
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atombios.h 9205 UCHAR ucRevision; // Holes set revision
9218 UCHAR ucholesNo; // number of holes that follow
9219 ATOM_HOLE_INFO holes[1]; // array of hole descriptions member in struct:_ATOM_SERVICE_INFO

Completed in 36 milliseconds