Searched refs:EMU_MAXPAGES (Results 1 – 2 of 2) sorted by relevance
46 #define EMU_MAXPAGES 8192 macro
279 uint8_t bmap[EMU_MAXPAGES / 8];1099 while (!found && start + blksz < EMU_MAXPAGES) { in emu_memalloc()2707 …sc->mem.ptb_pages = emu_malloc(&sc->mem, EMU_MAXPAGES * sizeof(uint32_t), &sc->mem.ptb_pages_addr,… in emu_init()2719 for (i = 0; i < EMU_MAXPAGES; i++) in emu_init()