Home
last modified time | relevance | path

Searched refs:base_hi (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/i86pc/os/
H A Dlgrpplat.c3425 uint32_t base_hi; member
3528 uint32_t base_hi; in opt_get_numa_config() local
3546 base_hi = 0; in opt_get_numa_config()
3550 base_hi = dram_map[node].base_hi = in opt_get_numa_config()
3605 memnode_info[node].start = btop(OPT_DRAMADDR(base_hi, base_lo)); in opt_get_numa_config()
/titanic_41/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3085 uint32_t base, uint32_t base_hi, uint_t reg_offset) in pcicfg_update_assigned_prop_value() argument
3142 base_hi = 0; in pcicfg_update_assigned_prop_value()
3147 addition.pci_phys_mid = base_hi; in pcicfg_update_assigned_prop_value()
3935 uint32_t request, base, base_hi, size; in pcicfg_populate_props_from_bar() local
3963 base_hi = pci_config_get32(config_handle, i+4); in pcicfg_populate_props_from_bar()
3965 base_hi = 0; in pcicfg_populate_props_from_bar()
3972 size, base, base_hi, i) != PCICFG_SUCCESS) { in pcicfg_populate_props_from_bar()
/titanic_41/usr/src/uts/sun4/io/
H A Dpcicfg.c3305 uint32_t base, uint32_t base_hi, uint_t reg_offset) in pcicfg_update_assigned_prop_value() argument
3363 base_hi = 0; in pcicfg_update_assigned_prop_value()
3368 addition.pci_phys_mid = base_hi; in pcicfg_update_assigned_prop_value()
4787 uint32_t request, base, base_hi, size; in pcicfg_populate_props_from_bar() local
4815 base_hi = pci_config_get32(config_handle, i+4); in pcicfg_populate_props_from_bar()
4817 base_hi = 0; in pcicfg_populate_props_from_bar()
4824 size, base, base_hi, i) != PCICFG_SUCCESS) { in pcicfg_populate_props_from_bar()
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2365 uint_t base, base_hi, type; in add_reg_props() local
2535 base_hi = pci_getl(bus, dev, func, offset + 4); in add_reg_props()
2539 base_hi = 0; in add_reg_props()
2586 assigned[nasgn].pci_phys_mid = base_hi; in add_reg_props()