Searched refs:hole_size (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/intel_nb5000/ |
H A D | dimm_addr.c | 106 offset -= rp->hole_size; in inb_patounum() 156 pa += rp->hole_size; in inb_unumtopa() 194 uint64_t base, uint32_t hole, uint32_t hole_size, int interleave, in dimm_add_rank() argument 209 rp->hole_size = hole_size; in dimm_add_rank()
|
H A D | intel_nbdrv.c | 61 uint64_t *hole_base, uint64_t *hole_size, uint8_t *wayp, in rank_to_base() argument 80 hs = nb_ranks[branch][i].hole_size; in rank_to_base() 102 *hole_size = hs; in rank_to_base() 123 uint64_t hole_size; in inb_rank() local 127 &limit, &hole_base, &hole_size, &way, &branch_interleave); in inb_rank() 132 if (hole_size) { in inb_rank() 136 hole_size); in inb_rank()
|
H A D | rank.h | 38 uint32_t hole_size; member
|
H A D | nb5000_init.c | 477 uint32_t hole_size; in nb_mc_init() local 516 hole_size = 0; in nb_mc_init() 542 hole_size = TLOW_MAX - top_of_low_memory; in nb_mc_init() 543 limit += hole_size; in nb_mc_init() 556 nb_ranks[i][j].hole_size = hole_size; in nb_mc_init() 561 hole_base, hole_size, interleave, in nb_mc_init() 566 hole_base, hole_size, in nb_mc_init() 570 hole_base, hole_size, in nb_mc_init()
|
H A D | nb_log.h | 252 uint32_t hole_size; member
|
/illumos-gate/usr/src/common/mc/zen_umc/ |
H A D | zen_umc_decode.c | 406 uint64_t hole_size; in zen_umc_adjust_dram_addr() local 407 hole_size = ZEN_UMC_TOM2_START - in zen_umc_adjust_dram_addr() 409 if (mod_addr < hole_size) { in zen_umc_adjust_dram_addr() 415 mod_addr -= hole_size; in zen_umc_adjust_dram_addr()
|