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

/illumos-gate/usr/src/uts/sun4v/io/niumx/
H A Dniumx_var.h124 uint32_t size_high; member in struct:__anon10296
/illumos-gate/usr/src/uts/sun4u/opl/sys/pcicmu/
H A Dpcicmu.h67 uint32_t size_high; member in struct:pcmu_ranges
/illumos-gate/usr/src/uts/common/os/
H A Dmem_config.c3109 pgcnt_t size_low, size_high; local
3148 size_high = seg->pages_end - (base + npgs);
3153 if ((size_low + size_high) == 0) {
3170 if (size_high != 0)
3184 if (size_high != 0) {
3185 seg_high->pages = seg->epages - size_high;
3186 seg_high->epages = seg_high->pages + size_high;
3187 seg_high->pages_base = seg->pages_end - size_high;
3188 seg_high->pages_end = seg_high->pages_base + size_high;
3195 seg_mid->epages = seg->epages - size_high;
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1081 uint32_t size_high; member in struct:pci_ranges
1096 uint32_t size_high; member in struct:__anon8815

Completed in 85 milliseconds