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

/linux-master/arch/mips/include/asm/
H A Dmmu.h20 unsigned long *bd_emupage_allocmap; member in struct:__anon518
H A Dmmu_context.h148 mm->context.bd_emupage_allocmap = NULL;
/linux-master/arch/mips/math-emu/
H A Ddsemul.c84 if (!mm_ctx->bd_emupage_allocmap) {
85 mm_ctx->bd_emupage_allocmap = bitmap_zalloc(emupage_frame_count,
87 if (!mm_ctx->bd_emupage_allocmap) {
94 idx = bitmap_find_free_region(mm_ctx->bd_emupage_allocmap,
107 !bitmap_full(mm_ctx->bd_emupage_allocmap,
129 bitmap_clear(mm_ctx->bd_emupage_allocmap, idx, 1);
206 bitmap_free(mm_ctx->bd_emupage_allocmap);

Completed in 130 milliseconds