Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A De820.h45 int e820_init(struct vmctx *const ctx);
H A De820.c425 e820_init(struct vmctx *const ctx) in e820_init() function
H A Dbhyverun.c1639 if (e820_init(ctx) != 0) { in main()