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/contrib/device-tree/Bindings/reserved-memory/xen,shared-memory.txt

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 * Xen hypervisor reserved-memory binding
    2 
    3 Expose one or more memory regions as reserved-memory to the guest
    4 virtual machine. Typically, a region is configured at VM creation time
    5 to be a shared memory area across multiple virtual machines for
    6 communication among them.
    7 
    8 For each of these pre-shared memory regions, a range is exposed under
    9 the /reserved-memory node as a child node. Each range sub-node is named
   10 xen-shmem@<address> and has the following properties:
   11 
   12 - compatible:
   13         compatible = "xen,shared-memory-v1"
   14 
   15 - reg:
   16         the base guest physical address and size of the shared memory region
   17 
   18 - xen,offset: (borrower VMs only)
   19         64 bit integer offset within the owner virtual machine's shared
   20         memory region used for the mapping in the borrower VM.
   21 
   22 - xen,id:
   23         a string that identifies the shared memory region as specified in
   24         the VM config file

Cache object: fad65c3499ea1b8641ff94ea9327927a


[ 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.