Home
last modified time | relevance | path

Searched defs:IN_HYPERVISOR_VA (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dpc_mmu.h42 #define IN_HYPERVISOR_VA(va) (__lintzero) macro
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dxen_mmu.h52 #define IN_HYPERVISOR_VA(va) \ macro
57 #define IN_HYPERVISOR_VA(va) ((va) >= xen_virt_start) macro