OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cpu_x86_set_cpl
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
kqemu.c
525
cpu_x86_set_cpl
(env, 0);
546
cpu_x86_set_cpl
(env, 0);
783
cpu_x86_set_cpl
(env, kenv->cpl);
/external/qemu/target-i386/
op_helper.c
459
cpu_x86_set_cpl
(env, 3);
462
cpu_x86_set_cpl
(env, new_segs[R_CS] & 3);
840
cpu_x86_set_cpl
(env, dpl);
988
cpu_x86_set_cpl
(env, dpl);
1024
cpu_x86_set_cpl
(env, 0);
1044
cpu_x86_set_cpl
(env, 0);
[
all
...]
cpu.h
773
static inline void
cpu_x86_set_cpl
(CPUX86State *s, int cpl)
function
Completed in 204 milliseconds