Searched refs:eflags (Results 51 - 61 of 61) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dsmp.c246 ctxt->user_regs.eflags = 0x1000; /* IOPL_RING1 */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregexec.c99 int eflags; /* copies of arguments */ member in struct:vars
197 v->eflags = flags;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dptrace.c976 case offsetof(struct user32, regs.eflags):
1034 case offsetof(struct user32, regs.eflags):
H A Dvmi_32.c416 ap.eflags = 0;
H A Dentry_32.S37 * 38(%esp) - %eflags
329 pushl $0x0202 # Reset kernel eflags
1352 * eflags, cs and eip.
H A Dentry_64.S202 movq R11+\offset(%rsp),\tmp /* get eflags */
214 /* push in order ss, rsp, eflags, cs, rip */
222 pushq $X86_EFLAGS_IF /* eflags - interrupts on */
403 popf # reset kernel eflags
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dx86.c3984 vcpu->arch.emulate_ctxt.eflags = kvm_x86_ops->get_rflags(vcpu);
3988 (vcpu->arch.emulate_ctxt.eflags & X86_EFLAGS_VM)
4057 kvm_x86_ops->set_rflags(vcpu, vcpu->arch.emulate_ctxt.eflags);
5055 vcpu->arch.emulate_ctxt.eflags = kvm_x86_ops->get_rflags(vcpu);
5059 (vcpu->arch.emulate_ctxt.eflags & X86_EFLAGS_VM)
5075 kvm_x86_ops->set_rflags(vcpu, vcpu->arch.emulate_ctxt.eflags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex.c5777 regexec (preg, string, nmatch, pmatch, eflags)
5782 int eflags;
5792 private_preg.not_bol = !!(eflags & REG_NOTBOL);
5793 private_preg.not_eol = !!(eflags & REG_NOTEOL);
5759 int eflags; variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dlibata.h585 unsigned int eflags; member in struct:ata_ering_entry
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.c8121 size_t nmatch, regmatch_t pmatch[], int eflags)
8131 private_preg.not_bol = !!(eflags & REG_NOTBOL);
8132 private_preg.not_eol = !!(eflags & REG_NOTEOL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/
H A Dconfigure5249 size_t nmatch, regmatch_t pmatch[], int eflags)

Completed in 237 milliseconds

123