OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_x86_set_cpl
(Results
1 - 3
of
3
) sorted by null
/external/qemu/target-i386/
seg_helper.c
366
cpu_x86_set_cpl
(env, 3);
369
cpu_x86_set_cpl
(env, new_segs[R_CS] & 3);
678
cpu_x86_set_cpl
(env, dpl);
827
cpu_x86_set_cpl
(env, dpl);
863
cpu_x86_set_cpl
(env, 0);
883
cpu_x86_set_cpl
(env, 0);
938
cpu_x86_set_cpl
(env, 3);
[
all
...]
svm_helper.c
215
cpu_x86_set_cpl
(env, ldub_phys(env->vm_vmcb + offsetof(struct vmcb, save.cpl)));
581
cpu_x86_set_cpl
(env, 0);
cpu.h
931
static inline void
cpu_x86_set_cpl
(CPUX86State *s, int cpl)
function
[
all
...]
Completed in 30 milliseconds