Home
last modified time | relevance | path

Searched refs:rbase (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/i86pc/io/
H A Drootnex.c1034 rootnex_addr_t rbase; in rootnex_map_regspec() local
1153 rbase = (rootnex_addr_t)(rp->regspec_addr & MMU_PAGEMASK); in rootnex_map_regspec()
1160 pbase = pfn_to_pa(xen_assign_pfn(mmu_btop(rbase))); in rootnex_map_regspec()
1162 pbase = rbase; in rootnex_map_regspec()
1165 pbase = rbase; in rootnex_map_regspec()
1269 rootnex_addr_t rbase; in rootnex_map_handle() local
1336 rbase = (rootnex_addr_t)rp->regspec_addr & in rootnex_map_handle()
1349 pbase = pfn_to_pa(xen_assign_pfn(mmu_btop(rbase))) | in rootnex_map_handle()
1350 (rbase & MMU_PAGEOFFSET); in rootnex_map_handle()
1352 pbase = rbase; in rootnex_map_handle()
[all …]
/titanic_41/usr/src/lib/libdtrace/common/
H A Ddt_parser.c342 ctf_id_t rbase = ctf_type_resolve(rfp, rtype); in dt_type_promote() local
343 uint_t rkind = ctf_type_kind(rfp, rbase); in dt_type_promote()
359 rtype = rbase = DT_INT_TYPE(dtp); in dt_type_promote()
367 if (ctf_type_encoding(rfp, rbase, &re) == CTF_ERR) { in dt_type_promote()
382 if (lbase - rbase < 0) in dt_type_promote()
1047 ctf_id_t lbase = CTF_ERR, rbase = CTF_ERR; in dt_node_is_ptrcompat() local
1096 rbase = ctf_type_resolve(rfp, rp->dn_type); in dt_node_is_ptrcompat()
1097 rkind = ctf_type_kind(rfp, rbase); in dt_node_is_ptrcompat()
1101 ctf_type_reference(rfp, rbase)); in dt_node_is_ptrcompat()
1103 ctf_array_info(rfp, rbase, &r) == 0) { in dt_node_is_ptrcompat()
[all …]