Searched refs:shared_info (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/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", 257 return (!!TEST_EVTCHN_BIT(i, &shared_info.evtchn_mask[0])); 263 return (!!TEST_EVTCHN_BIT(i, &shared_info.evtchn_pending[0]));
|
/illumos-gate/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", 195 return (TEST_EVTCHN_BIT(i, &shared_info.evtchn_mask[0]) != 0); 201 return (TEST_EVTCHN_BIT(i, &shared_info.evtchn_pending[0]) != 0);
|
/illumos-gate/usr/src/uts/common/xen/public/ |
H A D | xen.h | 472 struct shared_info { struct 521 typedef struct shared_info shared_info_t; 553 unsigned long shared_info; /* MACHINE address of shared info struct. */ member in struct:start_info
|
/illumos-gate/usr/src/uts/i86xpv/boot/ |
H A D | boot_xconsole.c | 82 xen_info->shared_info | PTE_BITS, UVMF_INVLPG | UVMF_LOCAL);
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xen_mmu.c | 216 kbm_map_ma(xen_info->shared_info, addr, 0);
|
H A D | xen_machdep.c | 555 xen_info->shared_info | PT_NOCONSIST | PT_VALID | PT_WRITABLE,
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | machdep.c | 1238 pfn_t pfn = mmu_btop(xen_info->shared_info) | PFN_IS_FOREIGN_MFN; 1243 * On the hypervisor, we want to dump the page with shared_info on it. 1264 pfn_t pfn = mmu_btop(xen_info->shared_info) | PFN_IS_FOREIGN_MFN;
|
Completed in 55 milliseconds