Home
last modified time | relevance | path

Searched refs:xen_virt_start (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dxen_mmu.h57 #define IN_HYPERVISOR_VA(va) ((va) >= xen_virt_start)
73 extern uintptr_t xen_virt_start;
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c332 va = xen_virt_start; in dump_xpv_addr()
384 va = xen_virt_start; in dump_xpv_data()
419 uintptr_t minaddr = min(KERNELBASE, xen_virt_start); in showstack()
432 (fp > xpv_end || fp < xen_virt_start)) in showstack()
437 else if ((pc >= xen_virt_start) && (pc <= xpv_end)) in showstack()
684 postbootkernelbase = xen_virt_start; in xpv_do_panic()
H A Dxen_mmu.c51 uintptr_t xen_virt_start; variable
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c173 uintptr_t xen_virt_start; /* address of mfn_to_pfn[] table */ variable
201 mdb_readsym(&xen_virt_start, sizeof (xen_virt_start), in init_mmu()
254 pfn_list = (pfn_t *)xen_virt_start; in mdb_mfn_to_pfn()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c55 uintptr_t xen_virt_start; variable
2345 mfn_to_pfn_mapping = (pfn_t *)(xen_virt_start = p.virt_start); in startup_kernel()
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2170 mfn_to_pfn_mapping = (pfn_t *)(xen_virt_start = p.virt_start); in _start()
2171 DBG(xen_virt_start); in _start()