mirror of
https://github.com/opnsense/src.git
synced 2026-05-14 18:20:21 -04:00
Linux reads MISC_FEATURES_ENABLES to manage the CPUID faulting feature (undocumented in the Intel SDM, but documented in 323850-004 (Intel Virtualization Technology FlexMigration Application Note). Since bhyve doesn't emulate this feature, we always return 0. Neither does bhyve support the MONITOR/MWAIT fault bit also in this MSR (which is documented in the sdm), so always return 0. Sponsored by: Netflix Reviewed by: jhb Differential Revision: https://reviews.freebsd.org/D36602 |
||
|---|---|---|
| .. | ||
| xen | ||
| _align.h | ||
| _inttypes.h | ||
| _limits.h | ||
| _stdint.h | ||
| _types.h | ||
| acpica_machdep.h | ||
| apicreg.h | ||
| apicvar.h | ||
| apm_bios.h | ||
| bus.h | ||
| bus_dma.h | ||
| busdma_impl.h | ||
| clock.h | ||
| cputypes.h | ||
| dump.h | ||
| elf.h | ||
| endian.h | ||
| fdt.h | ||
| float.h | ||
| fpu.h | ||
| frame.h | ||
| ifunc.h | ||
| init.h | ||
| intr_machdep.h | ||
| iommu.h | ||
| kvm.h | ||
| legacyvar.h | ||
| mca.h | ||
| metadata.h | ||
| mptable.h | ||
| ofw_machdep.h | ||
| pci_cfgreg.h | ||
| procctl.h | ||
| psl.h | ||
| ptrace.h | ||
| pvclock.h | ||
| reg.h | ||
| segments.h | ||
| setjmp.h | ||
| sigframe.h | ||
| signal.h | ||
| specialreg.h | ||
| stack.h | ||
| stdarg.h | ||
| sysarch.h | ||
| tls.h | ||
| trap.h | ||
| ucode.h | ||
| ucontext.h | ||
| vdso.h | ||
| vmware.h | ||
| x86_ieeefp.h | ||
| x86_smp.h | ||
| x86_var.h | ||