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

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Delf.c9 unsigned int eflags; local
22 eflags = x->e_flags;
23 if ((eflags & EF_ARM_EABI_MASK) == EF_ARM_EABI_UNKNOWN) {
27 if ((eflags & EF_ARM_APCS_26) && !(elf_hwcap & HWCAP_26BIT))
30 flt_fmt = eflags & (EF_ARM_VFP_FLOAT | EF_ARM_SOFT_FLOAT);
42 unsigned int eflags = x->e_flags; local
48 if ((eflags & EF_ARM_EABI_MASK) == EF_ARM_EABI_UNKNOWN) {
49 if (eflags & EF_ARM_APCS_26)
62 eflags & (EF_ARM_EABI_MASK | EF_ARM_SOFT_FLOAT)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dregexec.c142 int eflags)
158 if (tnfa->have_backrefs || eflags & REG_BACKTRACKING_MATCHER)
170 tags, eflags, &eo);
173 else if (tnfa->have_approx || eflags & REG_APPROX_MATCHER)
182 &match, params, eflags, &eo);
189 tags, eflags, &eo);
204 size_t nmatch, regmatch_t pmatch[], int eflags)
209 return tre_match(tnfa, str, len, type, nmatch, pmatch, eflags);
214 size_t nmatch, regmatch_t pmatch[], int eflags)
216 return tre_regnexec(preg, str, (unsigned)-1, nmatch, pmatch, eflags);
140 tre_match(const tre_tnfa_t *tnfa, const void *string, size_t len, tre_str_type_t type, size_t nmatch, regmatch_t pmatch[], int eflags) argument
203 tre_regnexec(const regex_t *preg, const char *str, size_t len, size_t nmatch, regmatch_t pmatch[], int eflags) argument
213 tre_regexec(const regex_t *preg, const char *str, size_t nmatch, regmatch_t pmatch[], int eflags) argument
223 tre_regwnexec(const regex_t *preg, const wchar_t *str, size_t len, size_t nmatch, regmatch_t pmatch[], int eflags) argument
231 tre_regwexec(const regex_t *preg, const wchar_t *str, size_t nmatch, regmatch_t pmatch[], int eflags) argument
240 tre_reguexec(const regex_t *preg, const tre_str_source *str, size_t nmatch, regmatch_t pmatch[], int eflags) argument
255 tre_match_approx(const tre_tnfa_t *tnfa, const void *string, size_t len, tre_str_type_t type, regamatch_t *match, regaparams_t params, int eflags) argument
296 tre_reganexec(const regex_t *preg, const char *str, size_t len, regamatch_t *match, regaparams_t params, int eflags) argument
306 tre_regaexec(const regex_t *preg, const char *str, regamatch_t *match, regaparams_t params, int eflags) argument
315 tre_regawnexec(const regex_t *preg, const wchar_t *str, size_t len, regamatch_t *match, regaparams_t params, int eflags) argument
324 tre_regawexec(const regex_t *preg, const wchar_t *str, regamatch_t *match, regaparams_t params, int eflags) argument
[all...]
H A Dtre.h136 regmatch_t pmatch[], int eflags);
156 size_t nmatch, regmatch_t pmatch[], int eflags);
166 size_t nmatch, regmatch_t pmatch[], int eflags);
174 size_t nmatch, regmatch_t pmatch[], int eflags);
206 regamatch_t *match, regaparams_t params, int eflags);
210 regamatch_t *match, regaparams_t params, int eflags);
215 regamatch_t *match, regaparams_t params, int eflags);
219 regamatch_t *match, regaparams_t params, int eflags);
242 size_t nmatch, regmatch_t pmatch[], int eflags);
H A Dtre-internal.h264 tre_str_type_t type, int *match_tags, int eflags,
269 tre_str_type_t type, int *match_tags, int eflags,
275 int eflags, int *match_end_ofs);
282 int eflags, int *match_end_ofs);
H A Dtre-match-parallel.c109 tre_str_type_t type, int *match_tags, int eflags,
123 int reg_notbol = eflags & REG_NOTBOL;
124 int reg_noteol = eflags & REG_NOTEOL;
418 || CHECK_CHAR_CLASSES(trans_i, tnfa, eflags)))
108 tre_tnfa_run_parallel(const tre_tnfa_t *tnfa, const void *string, int len, tre_str_type_t type, int *match_tags, int eflags, int *match_end_ofs) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/
H A Dregs.c24 reg->eflags |= X86_EFLAGS_CF;
H A Dmca.c27 if (oreg.eflags & X86_EFLAGS_CF)
H A Dmemory.c54 if (oreg.eflags & X86_EFLAGS_CF)
82 if (oreg.eflags & X86_EFLAGS_CF)
119 return -(oreg.eflags & X86_EFLAGS_CF); /* 0 or -1 */
H A Dedd.c36 return -(oreg.eflags & X86_EFLAGS_CF); /* 0 or -1 */
88 if (oreg.eflags & X86_EFLAGS_CF)
112 if (!(oreg.eflags & X86_EFLAGS_CF)) {
H A Dapm.c64 if ((oreg.eflags & X86_EFLAGS_CF) || oreg.bx != 0x504d) {
H A Dtty.c107 return !(oreg.eflags & X86_EFLAGS_ZF);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dlock001.tcl31 set eflags "-create -lock -home $testdir -mode 0644 \
33 set env [eval {berkdb_env} $eflags]
H A Dtest058.tcl34 set eflags "-create -txn $encargs -home $testdir"
35 set env [eval {berkdb_env} $eflags]
H A Denv001.tcl137 set eflags "-create -home $testdir/NEWDIR -mode 0644"
138 set env [eval {berkdb_env} $eflags]
H A Dtxn014.tcl39 set eflags "-create -mode 0644 -txn -home $testdir"
40 set env [eval {berkdb_env_noerr} $eflags]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dlguest.h51 unsigned long eflags; member in struct:lguest_regs
H A Duser32.h41 __u32 eflags, esp; member in struct:user_regs_struct32
H A Dptrace.h36 long eflags; member in struct:pt_regs
91 unsigned long eflags; member in struct:pt_regs
H A Dsigcontext.h155 unsigned long eflags; member in struct:sigcontext
250 unsigned long eflags; /* RFLAGS */ member in struct:sigcontext
H A Dvm86.h10 * in the eflags register instead of doing it "by hand" in vflags...
80 long eflags; member in struct:vm86_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/xen/
H A Dinterface_32.h57 uint32_t eflags; /* eflags.IF == !saved_upcall_mask */ member in struct:cpu_user_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c1366 in_page = (ctxt->eflags & EFLG_DF) ?
1670 int iopl = (ctxt->eflags & X86_EFLAGS_IOPL) >> IOPL_SHIFT;
1702 (ctxt->eflags & ~change_mask) | (val & change_mask);
1794 emulate_2op_SrcB("rol", c->src, c->dst, ctxt->eflags);
1797 emulate_2op_SrcB("ror", c->src, c->dst, ctxt->eflags);
1800 emulate_2op_SrcB("rcl", c->src, c->dst, ctxt->eflags);
1803 emulate_2op_SrcB("rcr", c->src, c->dst, ctxt->eflags);
1807 emulate_2op_SrcB("sal", c->src, c->dst, ctxt->eflags);
1810 emulate_2op_SrcB("shr", c->src, c->dst, ctxt->eflags);
1813 emulate_2op_SrcB("sar", c->src, c->dst, ctxt->eflags);
[all...]
H A Dtss.h14 u32 eflags; member in struct:tss_segment_32
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dinterrupts_and_traps.c76 u32 eflags, ss, irq_enable; local
112 * Guest's "irq_enabled" field into the eflags word: we saw the Guest
115 eflags = cpu->regs->eflags;
118 eflags &= ~X86_EFLAGS_IF;
122 * "eflags" word, the old code segment, and the old instruction
125 push_guest_stack(cpu, &gstack, eflags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/qib/
H A Dqib_driver.c288 u32 eflags, u32 l, u32 etail, __le32 *rhf_addr,
293 if (eflags & (QLOGIC_IB_RHF_H_ICRCERR | QLOGIC_IB_RHF_H_VCRCERR))
319 u32 eflags, etype, tlen, i = 0, updegr = 0, crcs = 0; local
340 eflags = qib_hdrget_err_flags(rhf_addr);
354 if (!eflags) {
362 if (etype == RCVHQ_RCV_TYPE_NON_KD && !eflags &&
373 if (unlikely(eflags))
374 crcs += qib_rcv_hdrerr(ppd, rcd->ctxt, eflags, l,
287 qib_rcv_hdrerr(struct qib_pportdata *ppd, u32 ctxt, u32 eflags, u32 l, u32 etail, __le32 *rhf_addr, struct qib_message_header *hdr) argument

Completed in 209 milliseconds

123