| .. | |||||
| interface | |||||
| acpi.h | |||||
| balloon.h | |||||
| events.h | |||||
| features.h | |||||
| gntalloc.h | |||||
| gntdev.h | |||||
| grant_table.h | |||||
| hvc-console.h | |||||
| hvm.h | |||||
| page.h | |||||
| platform_pci.h | |||||
| swiotlb-xen.h | |||||
| tmem.h | |||||
| xen-ops.h | |||||
| xen.h | |||||
| xenbus.h | |||||
| xenbus_dev.h | |||||
| xencomm.h |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/modules/3.10.0-1160.105.1.el7.x86_64/build/include/xen/ |
Upload File : |
#ifndef _XEN_PAGE_H
#define _XEN_PAGE_H
#include <asm/xen/page.h>
static inline unsigned long page_to_mfn(struct page *page)
{
return pfn_to_mfn(page_to_pfn(page));
}
struct xen_memory_region {
phys_addr_t start;
phys_addr_t size;
};
#define XEN_EXTRA_MEM_MAX_REGIONS 128 /* == E820MAX */
extern __initdata
struct xen_memory_region xen_extra_mem[XEN_EXTRA_MEM_MAX_REGIONS];
extern unsigned long xen_released_pages;
#endif /* _XEN_PAGE_H */
| .. | |||||
| interface | |||||
| acpi.h | |||||
| balloon.h | |||||
| events.h | |||||
| features.h | |||||
| gntalloc.h | |||||
| gntdev.h | |||||
| grant_table.h | |||||
| hvc-console.h | |||||
| hvm.h | |||||
| page.h | |||||
| platform_pci.h | |||||
| swiotlb-xen.h | |||||
| tmem.h | |||||
| xen-ops.h | |||||
| xen.h | |||||
| xenbus.h | |||||
| xenbus_dev.h | |||||
| xencomm.h |