Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dbootrom.h46 int bootrom_alloc(struct vmctx *ctx, size_t len, int prot, int flags,
H A Dbootrom.c133 bootrom_alloc(struct vmctx *ctx, size_t len, int prot, int flags, in bootrom_alloc() function
274 if (bootrom_alloc(ctx, rom_size, PROT_READ | PROT_EXEC, in bootrom_loadrom()
H A Dvmgenc.c59 error = bootrom_alloc(ctx, PAGE_SIZE, PROT_READ, 0, &region, in vmgenc_init()