Home
last modified time | relevance | path

Searched refs:xen_hvm_domain (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/xen/
HDxen-os.h80 xen_hvm_domain(void) in xen_hvm_domain() function
/NextBSD/sys/dev/xen/debug/
HDdebug.c98 if (xen_hvm_domain() && !xen_vector_callback_enabled) in xendebug_identify()
/NextBSD/sys/x86/xen/
HDhvm.c357 if (!xen_hvm_domain()) in xen_set_vcpu_id()
HDxen_apic.c535 if (xen_hvm_domain()) in xen_setup_cpus()
HDxen_intr.c536 if (xen_hvm_domain() && !xen_vector_callback_enabled) { in xen_intr_handle_upcall()
/NextBSD/sys/dev/xen/timer/
HDtimer.c134 if (xen_hvm_domain()) { in xentimer_probe()
/NextBSD/sys/dev/xen/blkfront/
HDblkfront.c1371 if (xen_hvm_domain() && xen_disable_pv_disks != 0) in xbd_probe()
1374 if (xen_hvm_domain()) { in xbd_probe()
/NextBSD/sys/dev/xen/xenstore/
HDxenstore.c1168 if (xen_hvm_domain()) { in xs_attach()
/NextBSD/sys/dev/xen/netfront/
HDnetfront.c378 if (xen_hvm_domain() && xen_disable_pv_nics != 0) in netfront_probe()