Changeset View
Changeset View
Standalone View
Standalone View
sys/x86/include/xen/xen-os.h
Show All 37 Lines | |||||
/* Everything below this point is not included by assembler (.S) files. */ | /* Everything below this point is not included by assembler (.S) files. */ | ||||
#ifndef __ASSEMBLY__ | #ifndef __ASSEMBLY__ | ||||
#include <sys/pcpu.h> | #include <sys/pcpu.h> | ||||
/* If non-zero, the hypervisor has been configured to use a direct vector */ | /* If non-zero, the hypervisor has been configured to use a direct vector */ | ||||
extern int xen_vector_callback_enabled; | extern int xen_vector_callback_enabled; | ||||
/* Signal whether the event channel vector requires EOI at the lapic */ | |||||
extern bool xen_evtchn_needs_ack; | |||||
/* tunable for disabling PV disks */ | /* tunable for disabling PV disks */ | ||||
extern int xen_disable_pv_disks; | extern int xen_disable_pv_disks; | ||||
/* tunable for disabling PV nics */ | /* tunable for disabling PV nics */ | ||||
extern int xen_disable_pv_nics; | extern int xen_disable_pv_nics; | ||||
extern uint32_t xen_cpuid_base; | extern uint32_t xen_cpuid_base; | ||||
Show All 35 Lines |