Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h142 #define PT_FOREIGN (0x600) /* MFN mapped on the hypervisor has no PFN */ macro
/illumos-gate/usr/src/uts/i86xpv/boot/
H A Dboot_xconsole.c54 PT_FOREIGN)
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h108 PT_FOREIGN | PT_REF | PT_MOD) : \
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c304 if ((pte & PT_SOFTWARE) >= PT_FOREIGN) in pte2pfn()
H A Dxen_machdep.c1297 mapop[i].flags |= (PT_FOREIGN <<_GNTMAP_guest_avail0); in xen_map_gref()
/illumos-gate/usr/src/uts/i86xpv/vm/
H A Dseg_mf.c262 pte = mmu_ptob((x86pte_t)mfn) | PT_VALID | PT_USER | PT_FOREIGN; in segmf_faultpage()
/illumos-gate/usr/src/uts/common/xen/dtrace/
H A Dxdt.c570 | PT_FOREIGN | PT_WRITABLE; in xdt_map_trace_buffers()