The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/i386/conf/XENHVM

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #
    2 # XENHVM -- Xen HVM kernel configuration file for FreeBSD/i386
    3 #
    4 # $FreeBSD$
    5 #
    6 include         GENERIC
    7 ident           XENHVM
    8 
    9 #
   10 # Adaptive locks rely on a lock-free pointer read to determine the run state
   11 # of the thread holding a lock when under contention; under a virtualisation
   12 # system, the thread run state may not accurately reflect whether the thread
   13 # (or rather its host VCPU) is actually executing.  As such, disable this
   14 # optimisation.
   15 #
   16 options         NO_ADAPTIVE_MUTEXES
   17 options         NO_ADAPTIVE_RWLOCKS
   18 options         NO_ADAPTIVE_SX
   19 
   20 # Xen HVM support
   21 options         XENHVM
   22 device          xenpci

Cache object: 4d13395fd0de49d43d7bfe5c82dcdd06


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.