Searched refs:bootrom_alloc (Results 1 – 3 of 3) sorted by relevance
| /src/usr.sbin/bhyve/ |
| H A D | bootrom.h | 46 int bootrom_alloc(struct vmctx *ctx, size_t len, int prot, int flags,
|
| H A D | bootrom.c | 134 bootrom_alloc(struct vmctx *ctx, size_t len, int prot, int flags, in bootrom_alloc() function 275 if (bootrom_alloc(ctx, rom_size, PROT_READ | PROT_EXEC, in bootrom_loadrom()
|
| H A D | vmgenc.c | 59 error = bootrom_alloc(ctx, PAGE_SIZE, PROT_READ, 0, ®ion, in vmgenc_init()
|