Home
last modified time | relevance | path

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

/arch/mips/math-emu/
Ddsemul.c81 if (!mm_ctx->bd_emupage_allocmap) { in alloc_emuframe()
82 mm_ctx->bd_emupage_allocmap = in alloc_emuframe()
87 if (!mm_ctx->bd_emupage_allocmap) { in alloc_emuframe()
94 idx = bitmap_find_free_region(mm_ctx->bd_emupage_allocmap, in alloc_emuframe()
107 !bitmap_full(mm_ctx->bd_emupage_allocmap, in alloc_emuframe()
129 bitmap_clear(mm_ctx->bd_emupage_allocmap, idx, 1); in free_emuframe()
206 kfree(mm_ctx->bd_emupage_allocmap); in dsemul_mm_cleanup()
/arch/mips/include/asm/
Dmmu.h16 unsigned long *bd_emupage_allocmap; member
Dmmu_context.h137 mm->context.bd_emupage_allocmap = NULL; in init_new_context()