Home
last modified time | relevance | path

Searched refs:bypass (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd-9-stable/sys/contrib/octeon-sdk/
Dcvmx-helper-jtag.c89 jtgc.s.bypass = 0x3; in cvmx_helper_qlm_jtag_init()
91 jtgc.s.bypass = 0x7; in cvmx_helper_qlm_jtag_init()
93 jtgc.s.bypass = 0xf; in cvmx_helper_qlm_jtag_init()
122 jtgc.s.bypass = 1<<qlm; in cvmx_helper_qlm_jtag_shift()
179 jtgc.s.bypass = 1<<qlm; in cvmx_helper_qlm_jtag_update()
210 jtgc.s.bypass = 1<<qlm; in cvmx_helper_qlm_jtag_capture()
Dcvmx-asxx-defs.h656 uint64_t bypass : 1; /**< When set, the rld_dll setting is bypassed with member
659 uint64_t bypass : 1;
1232 uint64_t bypass : 1; /**< Compensation bypass */ member
1238 uint64_t bypass : 1;
1260 uint64_t bypass : 1; /**< Compensation bypass */ member
1270 uint64_t bypass : 1;
/freebsd-9-stable/sys/netgraph/netflow/
Dng_netflow.c589 uint8_t acct = 0, bypass = 0, is_frag = 0, upper_proto = 0; in ng_netflow_rcvdata() local
607 bypass = 1; in ng_netflow_rcvdata()
611 bypass = 1; in ng_netflow_rcvdata()
616 if ((!bypass) && in ng_netflow_rcvdata()
623 bypass = 1; in ng_netflow_rcvdata()
631 if (bypass) { in ng_netflow_rcvdata()
670 goto bypass; \ in ng_netflow_rcvdata()
732 goto bypass; /* pass this frame */ in ng_netflow_rcvdata()
751 goto bypass; in ng_netflow_rcvdata()
760 goto bypass; in ng_netflow_rcvdata()
[all …]
/freebsd-9-stable/contrib/ofed/libibverbs/debian/
Dcontrol.in20 hardware access from userspace (kernel bypass), and libibverbs
39 hardware access from userspace (kernel bypass), and libibverbs
58 hardware access from userspace (kernel bypass), and libibverbs
76 hardware access from userspace (kernel bypass), and libibverbs
/freebsd-9-stable/contrib/gcc/config/s390/
D2064.md33 ;; LA bypass | agen |
35 ;; --- c1 | Load bypass
118 ;; A load type instruction uses a bypass to feed the result back
126 ;; A load address type instruction uses a bypass to feed the
D2084.md277 ;; A load type instruction uses a bypass to feed the result back
291 ;; A load address type instruction uses a bypass to feed the
/freebsd-9-stable/sys/geom/sched/
Dgs_rr.c164 int bypass; /* bypass scheduling writes */ member
211 SYSCTL_INT(_kern_geom_sched_rr, OID_AUTO, bypass, CTLFLAG_RW,
212 &me.bypass, 0, "Bypass scheduler");
405 if (me.bypass == 0 && !force) { in g_rr_next()
533 if (me.bypass) in g_rr_start()
Dg_sched.c842 goto bypass; in g_sched_start()
856 goto bypass; in g_sched_start()
880 bypass: in g_sched_start()
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetItinerary.td29 // Pipeline bypass / forwarding - These values specifies the symbolic names of
96 // a def by an instruction is available on a specific bypass and the use can
97 // read from the same bypass, then the operand use latency is reduced by one.
134 // info. Subtargets using NoItineraries can bypass the scheduler's
/freebsd-9-stable/contrib/sendmail/cf/mailer/
Dlocal.m442 R@ <@ $*> $n temporarily bypass Sun bogosity
62 R@ <@ $*> $n temporarily bypass Sun bogosity
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCScheduleE500mc.td28 // The CFX has a bypass path, allowing non-divide instructions to execute
34 : FuncUnit; // CFX divide bypass path
262 let LoadLatency = 5; // Optimistic load latency assuming bypass.
DPPCScheduleE5500.td28 // The CFX has a bypass path, allowing non-divide instructions to execute
34 // : FuncUnit; // CFX divide bypass path
305 let LoadLatency = 6; // Optimistic load latency assuming bypass.
DPPCScheduleA2.td148 let LoadLatency = 6; // Optimistic load latency assuming bypass.
DPPCScheduleG5.td102 let LoadLatency = 3; // Optimistic load latency assuming bypass.
/freebsd-9-stable/sys/dev/safe/
Dsafe.c852 int bypass, oplen, ivsize; in safe_process() local
1072 bypass = maccrd->crd_skip; in safe_process()
1100 bypass, coffset, oplen); in safe_process()
1135 bypass = enccrd->crd_skip; in safe_process()
1136 oplen = bypass + enccrd->crd_len; in safe_process()
1138 bypass = maccrd->crd_skip; in safe_process()
1139 oplen = bypass + maccrd->crd_len; in safe_process()
1144 if (bypass > 96) { /* bypass offset must be <= 96 bytes */ in safe_process()
1145 DPRINTF(("%s: bypass %u too big\n", __func__, bypass)); in safe_process()
1463 | (bypass << SAFE_PE_LEN_BYPASS_S) in safe_process()
/freebsd-9-stable/contrib/gcc/
Dgenautomata.c500 struct bypass_decl bypass; member
897 &(_decl)->decl.bypass; }))
1077 #define DECL_BYPASS(d) (&(d)->decl.bypass)
2371 struct bypass_decl *bypass; in find_bypass() local
2373 for (bypass = bypass_list; bypass != NULL; bypass = bypass->next) in find_bypass()
2374 if (bypass->in_insn_reserv == in_insn_reserv) in find_bypass()
2376 return bypass; in find_bypass()
2389 struct bypass_decl *bypass; in process_decls() local
2512 bypass in process_decls()
2515 if (bypass != NULL) in process_decls()
[all …]
Dtimevar.def139 DEFTIMEVAR (TV_BYPASS , "bypass jumps")
/freebsd-9-stable/contrib/gcc/config/mips/
D24k.md101 ;; mthi, mtlo, mtlhx - deliver result to hi/lo, thence madd, handled as bypass
295 ;; fcmp -> movf.fmt & movt.fmt bypass (dependency must be on the condition)
411 ;; fcmp -> movf.fmt & movt.fmt bypass (dependency must be on the condition)
D5k.md202 ;; fcmp -> movf.fmt & movt.fmt bypass (dependency must be on condition)
/freebsd-9-stable/tools/tools/nanobsd/rescue/Files/etc/ssh/
Dsshd_config81 # PAM authentication via ChallengeResponseAuthentication may bypass
/freebsd-9-stable/tools/tools/nanobsd/gateworks/cfg/ssh/
Dsshd_config88 # PAM authentication via ChallengeResponseAuthentication may bypass
/freebsd-9-stable/crypto/openssh/
Dsshd_config95 # PAM authentication via ChallengeResponseAuthentication may bypass
/freebsd-9-stable/contrib/ofed/libibverbs/
Dlibibverbs.spec.in18 access from userspace to InfiniBand/iWARP adapters (kernel bypass) for
/freebsd-9-stable/sys/netinet/libalias/
DHISTORY127 bypass of FTP/IRC DCC data connections. Also added
/freebsd-9-stable/contrib/gcc/config/sparc/
Dultra3.md159 ;; We need a special guard function because this bypass does

1234