mm_ctx             77 arch/mips/math-emu/dsemul.c 	mm_context_t *mm_ctx = &current->mm->context;
mm_ctx             81 arch/mips/math-emu/dsemul.c 	spin_lock(&mm_ctx->bd_emupage_lock);
mm_ctx             84 arch/mips/math-emu/dsemul.c 	if (!mm_ctx->bd_emupage_allocmap) {
mm_ctx             85 arch/mips/math-emu/dsemul.c 		mm_ctx->bd_emupage_allocmap =
mm_ctx             90 arch/mips/math-emu/dsemul.c 		if (!mm_ctx->bd_emupage_allocmap) {
mm_ctx             97 arch/mips/math-emu/dsemul.c 	idx = bitmap_find_free_region(mm_ctx->bd_emupage_allocmap,
mm_ctx            108 arch/mips/math-emu/dsemul.c 		spin_unlock(&mm_ctx->bd_emupage_lock);
mm_ctx            109 arch/mips/math-emu/dsemul.c 		if (!wait_event_killable(mm_ctx->bd_emupage_queue,
mm_ctx            110 arch/mips/math-emu/dsemul.c 			!bitmap_full(mm_ctx->bd_emupage_allocmap,
mm_ctx            121 arch/mips/math-emu/dsemul.c 	spin_unlock(&mm_ctx->bd_emupage_lock);
mm_ctx            127 arch/mips/math-emu/dsemul.c 	mm_context_t *mm_ctx = &mm->context;
mm_ctx            129 arch/mips/math-emu/dsemul.c 	spin_lock(&mm_ctx->bd_emupage_lock);
mm_ctx            132 arch/mips/math-emu/dsemul.c 	bitmap_clear(mm_ctx->bd_emupage_allocmap, idx, 1);
mm_ctx            135 arch/mips/math-emu/dsemul.c 	wake_up(&mm_ctx->bd_emupage_queue);
mm_ctx            137 arch/mips/math-emu/dsemul.c 	spin_unlock(&mm_ctx->bd_emupage_lock);
mm_ctx            207 arch/mips/math-emu/dsemul.c 	mm_context_t *mm_ctx = &mm->context;
mm_ctx            209 arch/mips/math-emu/dsemul.c 	kfree(mm_ctx->bd_emupage_allocmap);