Home
last modified time | relevance | path

Searched refs:e820_alloc (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bhyve/amd64/
H A De820.h40 uint64_t e820_alloc(const uint64_t address, const uint64_t length,
H A Dpci_gvt-d.c70 address = e820_alloc(host_address, length, E820_ALIGNMENT_NONE, type, in gvt_d_alloc_mmio_memory()
81 e820_alloc(4 * GB, length, alignment, type, E820_ALLOCATE_HIGHEST)); in gvt_d_alloc_mmio_memory()
H A De820.c442 e820_alloc(const uint64_t address, const uint64_t length, in e820_alloc() function