iPXE
|
Xen memory operations. More...
Go to the source code of this file.
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
static | __attribute__ ((always_inline)) int xenmem_add_to_physmap(struct xen_hypervisor *xen |
Add page to physical address space. More... | |
Variables | |
static struct xen_add_to_physmap * | add |
static struct xen_remove_from_physmap * | remove |
Xen memory operations.
Definition in file xenmem.h.
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
inlinestatic |
Add page to physical address space.
Remove page from physical address space.
xen | Xen hypervisor |
add | Page mapping descriptor |
xenrc | Xen status code |
xen | Xen hypervisor |
remove | Page mapping descriptor |
xenrc | Xen status code |
struct xen_add_to_physmap* add |
Definition at line 24 of file xenmem.h.
Referenced by hvm_ioremap().
struct xen_remove_from_physmap* remove |
Definition at line 39 of file xenmem.h.
Referenced by hvm_ioremap(), hvm_iounmap(), and tcp_process_tx_queue().