Searched refs:cpl (Results 1 – 15 of 15) sorted by relevance
/external/qemu/target-i386/ |
D | seg_helper.c | 132 int rpl, dpl, cpl; in tss_load_seg() local 141 cpl = env->hflags & HF_CPL_MASK; in tss_load_seg() 154 if (dpl != cpl || dpl != rpl) in tss_load_seg() 162 if (dpl < cpl || dpl < rpl) in tss_load_seg() 500 int type, dpl, selector, ss_dpl, cpl; in do_interrupt_protected() local 556 cpl = env->hflags & HF_CPL_MASK; in do_interrupt_protected() 558 if (is_int && dpl < cpl) in do_interrupt_protected() 573 if (dpl > cpl) in do_interrupt_protected() 577 if (!(e2 & DESC_C_MASK) && dpl < cpl) { in do_interrupt_protected() 598 } else if ((e2 & DESC_C_MASK) || dpl == cpl) { in do_interrupt_protected() [all …]
|
D | svm.h | 184 uint8_t cpl; member
|
D | translate.c | 119 int cpl; member 835 if (s->pe && (s->cpl > s->iopl || s->vm86)) { in gen_check_io() 6571 if (s->cpl == 0) { in disas_insn() 6586 if (s->cpl <= s->iopl) { in disas_insn() 6880 if (s->cpl <= s->iopl) { in disas_insn() 6895 if (s->cpl <= s->iopl) { in disas_insn() 7005 if (s->cpl != 0) { in disas_insn() 7087 if (s->cpl != 0) { in disas_insn() 7114 if (s->cpl != 0) { in disas_insn() 7137 if (s->cpl != 0) { in disas_insn() [all …]
|
D | cpu.h | 931 static inline void cpu_x86_set_cpl(CPUX86State *s, int cpl) in cpu_x86_set_cpl() argument 934 s->hflags = (s->hflags & ~HF_CPL_MASK) | cpl; in cpu_x86_set_cpl()
|
D | svm_helper.c | 215 cpu_x86_set_cpl(env, ldub_phys(env->vm_vmcb + offsetof(struct vmcb, save.cpl))); in helper_vmrun() 536 stb_phys(env->vm_vmcb + offsetof(struct vmcb, save.cpl), env->hflags & HF_CPL_MASK); in helper_vmexit()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/ |
D | ECLIPSEF.SF | 15 Name: about_files/cpl-v10.html
|
D | MANIFEST.MF | 21 Name: about_files/cpl-v10.html
|
/external/emma/ |
D | BUILD.txt | 43 distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html
|
/external/owasp/sanitizer/tools/emma/ |
D | README.txt | 43 distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html
|
/external/tcpdump/ |
D | print-snmp.c | 741 char *cpf, *cpl, last[6], first[30]; in asn1_print() local 764 for (carry = 0, cpf = first+strlen(first)-1, cpl = last+4; in asn1_print() 765 cpl >= last; in asn1_print() 766 cpf--, cpl--) { in asn1_print() 767 j = carry + (*cpf - '0') + (*cpl - '0'); in asn1_print()
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth.gyp | 120 'Bthprops.cpl',
|
D | BUILD.gn | 12 "/DELAYLOAD:Bthprops.cpl",
|
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/ |
D | svm.h | 150 u8 cpl; member
|
/external/mksh/src/ |
D | edit.c | 2096 char *cpl = xbp; in x_redraw() local 2099 while (cpl < xlp) in x_redraw() 2100 i -= x_size2(cpl, &cpl); in x_redraw()
|
/external/chromium_org/tools/python/google/httpd_config/ |
D | mime.types | 22 application/cpl+xml
|