Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dbhyverun.h73 int bhyve_init_platform(struct vmctx *ctx, struct vcpu *bsp);
H A Dbhyverun.c773 if (bhyve_init_platform(ctx, bsp) != 0) in main()
/illumos-gate/usr/src/cmd/bhyve/amd64/
H A Dbhyverun_machdep.c398 bhyve_init_platform(struct vmctx *ctx, struct vcpu *bsp __unused) in bhyve_init_platform() function