Searched defs:hole_size (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/intel_nb5000/
H A Drank.h38 uint32_t hole_size; member in struct:rank_base
H A Ddimm_addr.c106 offset -= rp->hole_size;
156 pa += rp->hole_size;
194 uint64_t base, uint32_t hole, uint32_t hole_size, int interleave,
209 rp->hole_size = hole_size;
193 dimm_add_rank(int branch, int rank, int branch_interleave, int way, uint64_t base, uint32_t hole, uint32_t hole_size, int interleave, uint64_t limit) argument
H A Dintel_nbdrv.c61 uint64_t *hole_base, uint64_t *hole_size, uint8_t *wayp,
80 hs = nb_ranks[branch][i].hole_size;
102 *hole_size = hs;
123 uint64_t hole_size; local
127 &limit, &hole_base, &hole_size, &way, &branch_interleave);
132 if (hole_size) {
136 hole_size);
60 rank_to_base(uint8_t branch, uint8_t rank, uint8_t *interleave, uint64_t *limit, uint64_t *hole_base, uint64_t *hole_size, uint8_t *wayp, uint8_t *branch_interleavep) argument
H A Dnb5000_init.c477 uint32_t hole_size; local
516 hole_size = 0;
542 hole_size = TLOW_MAX - top_of_low_memory;
543 limit += hole_size;
556 nb_ranks[i][j].hole_size = hole_size;
561 hole_base, hole_size, interleave,
566 hole_base, hole_size,
570 hole_base, hole_size,
H A Dnb_log.h252 uint32_t hole_size; member in struct:rank_select

Completed in 70 milliseconds