Home
last modified time | relevance | path

Searched refs:shared_info (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_psm/
H A Dxpv_psm.c43 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()
/illumos-gate/usr/src/cmd/mdb/i86xpv/modules/xpv_uppc/
H A Dxpv_uppc.c41 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()
/illumos-gate/usr/src/uts/common/xen/public/
H A Dxen.h472 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
/illumos-gate/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c82 xen_info->shared_info | PTE_BITS, UVMF_INVLPG | UVMF_LOCAL); in bcons_init_xen()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmachdep.c1247 pfn_t pfn = mmu_btop(xen_info->shared_info) | PFN_IS_FOREIGN_MFN; in dump_plat_addr()
1273 pfn_t pfn = mmu_btop(xen_info->shared_info) | PFN_IS_FOREIGN_MFN; in dump_plat_pfn()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c216 kbm_map_ma(xen_info->shared_info, addr, 0); in xen_relocate_start_info()
H A Dxen_machdep.c546 xen_info->shared_info | PT_NOCONSIST | PT_VALID | PT_WRITABLE, in xen_suspend_domain()