MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vmm_mem_init

Function vmm_mem_init

freebsd/amd64/vmm/vmm_mem.c:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51#include "vmm_mem.h"
52
53int
54vmm_mem_init(void)
55{
56
57 return (0);
58}
59
60vm_object_t
61vmm_mmio_alloc(struct vmspace *vmspace, vm_paddr_t gpa, size_t len,

Callers 1

vmm_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected