Lines Matching refs:xen
7 compatible = "xen,xen-<version>", "xen,xen";
26 xen,uefi-system-table | 64-bit | Guest physical address of the UEFI System
29 xen,uefi-mmap-start | 64-bit | Guest physical address of the UEFI memory
32 xen,uefi-mmap-size | 32-bit | Size in bytes of the UEFI memory map
35 xen,uefi-mmap-desc-size | 32-bit | Size in bytes of each entry in the UEFI
38 xen,uefi-mmap-desc-ver | 32-bit | Version of the mmap descriptor format.
44 compatible = "xen,xen-4.3", "xen,xen";
48 xen,uefi-system-table = <0xXXXXXXXX>;
49 xen,uefi-mmap-start = <0xXXXXXXXX>;
50 xen,uefi-mmap-size = <0xXXXXXXXX>;
51 xen,uefi-mmap-desc-size = <0xXXXXXXXX>;
52 xen,uefi-mmap-desc-ver = <0xXXXXXXXX>;
56 The format and meaning of the "xen,uefi-*" parameters are similar to those in
60 http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,platform.h.html.