Home
last modified time | relevance | path

Searched refs:kenv (Results 1 – 5 of 5) sorted by relevance

/external/qemu/
Dkqemu.c511 struct kqemu_cpu_state *kenv) in do_syscall() argument
520 env->regs[R_ECX] = kenv->next_eip; in do_syscall()
544 env->regs[R_ECX] = (uint32_t)kenv->next_eip; in do_syscall()
693 struct kqemu_cpu_state kcpu_state, *kenv = &kcpu_state; in kqemu_cpu_exec() local
708 kenv->regs[i] = env->regs[i]; in kqemu_cpu_exec()
709 kenv->eip = env->eip; in kqemu_cpu_exec()
710 kenv->eflags = env->eflags; in kqemu_cpu_exec()
712 kqemu_load_seg(&kenv->segs[i], &env->segs[i]); in kqemu_cpu_exec()
713 kqemu_load_seg(&kenv->ldt, &env->ldt); in kqemu_cpu_exec()
714 kqemu_load_seg(&kenv->tr, &env->tr); in kqemu_cpu_exec()
[all …]
/external/proguard/examples/
Dproguard.pro54 # the kenv.zip file.
56 #-libraryjars /usr/local/java/wtk2.1/wtklib/kenv.zip
Dproguardall.pro21 -libraryjars /usr/local/java/wtk2.1/wtklib/kenv.zip
60 # If we have kenv.zip, we can process the J2ME WTK plugin.
/external/proguard/build/
Dbuild.sh30 WTK_JAR=$WTK_HOME/wtklib/kenv.zip
Dmakefile12 WTK_JAR = $(WTK_HOME)/wtklib/kenv.zip