Searched refs:shared_info (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/ |
H A D | xpv_psm.c | 43 static mdb_shared_info_t shared_info; variable 120 if (mdb_ctf_vread(&shared_info, "shared_info_t", "mdb_shared_info_t", in update_tables() 257 return (!!TEST_EVTCHN_BIT(i, &shared_info.evtchn_mask[0])); in evtchn_masked() 263 return (!!TEST_EVTCHN_BIT(i, &shared_info.evtchn_pending[0])); in evtchn_pending()
|
/titanic_50/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/ |
H A D | xpv_uppc.c | 41 static mdb_shared_info_t shared_info; variable 83 if (mdb_ctf_vread(&shared_info, "shared_info_t", "mdb_shared_info_t", in update_tables() 195 return (TEST_EVTCHN_BIT(i, &shared_info.evtchn_mask[0]) != 0); in evtchn_masked() 201 return (TEST_EVTCHN_BIT(i, &shared_info.evtchn_pending[0]) != 0); in evtchn_pending()
|
/titanic_50/usr/src/uts/common/xen/public/ |
H A D | xen.h | 472 struct shared_info { struct 521 typedef struct shared_info shared_info_t; argument 553 unsigned long shared_info; /* MACHINE address of shared info struct. */ member
|
/titanic_50/usr/src/uts/i86xpv/boot/ |
H A D | boot_xconsole.c | 82 xen_info->shared_info | PTE_BITS, UVMF_INVLPG | UVMF_LOCAL); in bcons_init_xen()
|
/titanic_50/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 1238 pfn_t pfn = mmu_btop(xen_info->shared_info) | PFN_IS_FOREIGN_MFN; in dump_plat_addr() 1264 pfn_t pfn = mmu_btop(xen_info->shared_info) | PFN_IS_FOREIGN_MFN; in dump_plat_pfn()
|
/titanic_50/usr/src/uts/i86xpv/os/ |
H A D | xen_mmu.c | 216 kbm_map_ma(xen_info->shared_info, addr, 0); in xen_relocate_start_info()
|
H A D | xen_machdep.c | 555 xen_info->shared_info | PT_NOCONSIST | PT_VALID | PT_WRITABLE, in xen_suspend_domain()
|