Home
last modified time | relevance | path

Searched refs:root_phys_addr_hi_mask (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dmach_rootnex.c49 uint_t root_phys_addr_hi_mask = 0xfffffff; variable
130 "0x%x 0x%x", rp->regspec_bustype & root_phys_addr_hi_mask, in rootnex_ctl_reportdev_impl()
219 rp->regspec_bustype & root_phys_addr_hi_mask); in rootnex_name_child_impl()
223 rp->regspec_bustype & root_phys_addr_hi_mask, addrlow); in rootnex_name_child_impl()
/illumos-gate/usr/src/uts/sun4/io/
H A Drootnex.c179 extern uint_t root_phys_addr_hi_mask;
345 root_phys_addr_hi_mask) << 32) | base); in rootnex_map_regspec()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmach_rootnex.c52 uint_t root_phys_addr_hi_mask = 0xffffffff; variable