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

/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c125 * DRMACH_MEM_SLICE_SIZE and DRMACH_MEM_USABLE_SLICE_SIZE define the
131 #define DRMACH_MEM_SLICE_SIZE (1ull << 37) /* 128GB */ macro
2939 new_basepa + DRMACH_MEM_SLICE_SIZE);
3073 s_new_basepa = t_basepa & ~ (DRMACH_MEM_SLICE_SIZE - 1);
3074 t_new_basepa = (s_basepa & ~ (DRMACH_MEM_SLICE_SIZE - 1)) +
3298 off_mask = DRMACH_MEM_SLICE_SIZE - 1;
4281 *boundp = *basep + DRMACH_MEM_SLICE_SIZE;
6216 mask = ~ (DRMACH_MEM_SLICE_SIZE - 1);
6489 *mask = (DRMACH_MEM_SLICE_SIZE - 1);
6529 *mask = (DRMACH_MEM_SLICE_SIZE
[all...]

Completed in 93 milliseconds