| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-helper-jtag.c | 93 jtgc.s.bypass = 0x3; in cvmx_helper_qlm_jtag_init() 95 jtgc.s.bypass = 0x7; in cvmx_helper_qlm_jtag_init() 97 jtgc.s.bypass = 0xf; in cvmx_helper_qlm_jtag_init() 128 jtgc.s.bypass = 1<<qlm; in cvmx_helper_qlm_jtag_shift() 185 jtgc.s.bypass = 1<<qlm; in cvmx_helper_qlm_jtag_update() 216 jtgc.s.bypass = 1<<qlm; in cvmx_helper_qlm_jtag_capture()
|
| D | cvmx-asxx-defs.h | 639 uint64_t bypass : 1; /**< When set, the rld_dll setting is bypassed with member 642 uint64_t bypass : 1; 1177 uint64_t bypass : 1; /**< Compensation bypass */ member 1183 uint64_t bypass : 1; 1203 uint64_t bypass : 1; /**< Compensation bypass */ member 1213 uint64_t bypass : 1;
|
| /freebsd-12-stable/sys/netgraph/netflow/ |
| D | ng_netflow.c | 600 uint8_t acct = 0, bypass = 0, flags = 0, upper_proto = 0; in ng_netflow_rcvdata() local 618 bypass = 1; in ng_netflow_rcvdata() 622 bypass = 1; in ng_netflow_rcvdata() 627 if ((!bypass) && (iface->info.conf & in ng_netflow_rcvdata() 634 bypass = 1; in ng_netflow_rcvdata() 642 if (bypass) { in ng_netflow_rcvdata() 685 goto bypass; \ in ng_netflow_rcvdata() 748 goto bypass; /* pass this frame */ in ng_netflow_rcvdata() 769 goto bypass; in ng_netflow_rcvdata() 778 goto bypass; in ng_netflow_rcvdata() [all …]
|
| /freebsd-12-stable/sys/geom/sched/ |
| D | gs_delay.c | 79 int bypass; /* bypass scheduling */ member 85 .bypass = 0, 95 SYSCTL_INT(_kern_geom_sched_delay, OID_AUTO, bypass, CTLFLAG_RD, 96 &me.bypass, 0, "Scheduler bypass"); 167 if (me.bypass) in g_delay_start()
|
| D | gs_rr.c | 166 int bypass; /* bypass scheduling writes */ member 213 SYSCTL_INT(_kern_geom_sched_rr, OID_AUTO, bypass, CTLFLAG_RW, 214 &me.bypass, 0, "Bypass scheduler"); 407 if (me.bypass == 0 && !force) { in g_rr_next() 535 if (me.bypass) in g_rr_start()
|
| /freebsd-12-stable/sys/dev/ixgbe/ |
| D | if_bypass.c | 48 while (atomic_cmpset_int(&sc->bypass.low, 0, 1) == 0) in ixgbe_bypass_mutex_enter() 50 while (atomic_cmpset_int(&sc->bypass.high, 0, 1) == 0) in ixgbe_bypass_mutex_enter() 61 while (atomic_cmpset_int(&sc->bypass.high, 1, 0) == 0) in ixgbe_bypass_mutex_clear() 63 while (atomic_cmpset_int(&sc->bypass.low, 1, 0) == 0) in ixgbe_bypass_mutex_clear() 76 while (atomic_cmpset_int(&sc->bypass.high, 0, 1) == 0) in ixgbe_bypass_wd_mutex_enter() 87 while (atomic_cmpset_int(&sc->bypass.high, 1, 0) == 0) in ixgbe_bypass_wd_mutex_clear() 568 while (atomic_cmpset_int(&sc->bypass.log, 0, 1) == 0) in ixgbe_bp_log() 695 while (atomic_cmpset_int(&sc->bypass.log, 1, 0) == 0) in ixgbe_bp_log() 702 while (atomic_cmpset_int(&sc->bypass.log, 1, 0) == 0) in ixgbe_bp_log()
|
| /freebsd-12-stable/contrib/gcc/config/s390/ |
| D | 2064.md | 33 ;; 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
|
| D | 2084.md | 277 ;; 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-12-stable/sys/netgraph/ |
| D | ng_checksum.c | 558 goto bypass; \ in ng_checksum_rcvdata() 568 goto bypass; in ng_checksum_rcvdata() 638 goto bypass; in ng_checksum_rcvdata() 649 goto bypass; in ng_checksum_rcvdata() 667 bypass: in ng_checksum_rcvdata()
|
| /freebsd-12-stable/sys/gnu/dts/arm/ |
| D | dra72-evm-tps65917.dtsi | 86 regulator-allow-bypass; 93 regulator-allow-bypass;
|
| D | imx6ul-ccimx6ulsom.dtsi | 264 regulator-allow-bypass; 269 regulator-allow-bypass;
|
| D | dra76-evm.dts | 190 regulator-allow-bypass; 198 regulator-allow-bypass;
|
| D | am3517.dtsi | 95 * "OCP bypass mode", or maybe there is OCP_SYSCONFIG that is
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Target/ |
| D | TargetItinerary.td | 28 // Pipeline bypass / forwarding - These values specifies the symbolic names of 95 // a def by an instruction is available on a specific bypass and the use can 96 // read from the same bypass, then the operand use latency is reduced by one. 144 // info. Subtargets using NoItineraries can bypass the scheduler's
|
| /freebsd-12-stable/contrib/sendmail/cf/mailer/ |
| D | local.m4 | 42 R@ <@ $*> $n temporarily bypass Sun bogosity 62 R@ <@ $*> $n temporarily bypass Sun bogosity
|
| /freebsd-12-stable/sys/dev/safe/ |
| D | safe.c | 796 int bypass, oplen, ivsize; in safe_process() local 1011 bypass = maccrd->crd_skip; in safe_process() 1039 bypass, coffset, oplen); in safe_process() 1074 bypass = enccrd->crd_skip; in safe_process() 1075 oplen = bypass + enccrd->crd_len; in safe_process() 1077 bypass = maccrd->crd_skip; in safe_process() 1078 oplen = bypass + maccrd->crd_len; in safe_process() 1083 if (bypass > 96) { /* bypass offset must be <= 96 bytes */ in safe_process() 1084 DPRINTF(("%s: bypass %u too big\n", __func__, bypass)); in safe_process() 1400 | (bypass << SAFE_PE_LEN_BYPASS_S) in safe_process()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| D | PPCScheduleE500mc.td | 27 // The CFX has a bypass path, allowing non-divide instructions to execute 33 : FuncUnit; // CFX divide bypass path 327 let LoadLatency = 5; // Optimistic load latency assuming bypass.
|
| D | PPCScheduleE5500.td | 27 // The CFX has a bypass path, allowing non-divide instructions to execute 33 : FuncUnit; // CFX divide bypass path 371 let LoadLatency = 6; // Optimistic load latency assuming bypass.
|
| D | PPCSchedule440.td | 59 def P440_GPR_Bypass : Bypass; // The bypass for general-purpose regs. 60 def P440_FPR_Bypass : Bypass; // The bypass for floating-point regs. 592 let LoadLatency = 5; // Optimistic load latency assuming bypass.
|
| /freebsd-12-stable/sys/contrib/ncsw/Peripherals/FM/Rtc/ |
| D | fm_rtc.c | 180 p_Rtc->p_RtcDriverParam->bypass = DEFAULT_BYPASS; in FM_RTC_Config() 218 if (!p_RtcDriverParam->timer_slave_mode && p_Rtc->p_RtcDriverParam->bypass) in FM_RTC_Init() 318 p_Rtc->p_RtcDriverParam->bypass = enabled; in FM_RTC_ConfigFrequencyBypass()
|
| /freebsd-12-stable/contrib/expat/ |
| D | Makefile.am | 124 @echo 'ERROR: "make -C lib all install" to bypass compilation' >&2
|
| /freebsd-12-stable/contrib/gcc/ |
| D | genautomata.c | 500 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 …]
|
| /freebsd-12-stable/contrib/gcc/config/mips/ |
| D | 24k.md | 101 ;; 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)
|
| /freebsd-12-stable/sys/contrib/ncsw/inc/flib/ |
| D | fsl_fman_rtc.h | 163 bool bypass; /**< Indicates if frequency compensation member
|
| /freebsd-12-stable/lib/libpmc/ |
| D | libpmc.c | 520 __K8MASK(memory-controller-hi-pri-bypass, 0), 521 __K8MASK(memory-controller-lo-pri-bypass, 1), 522 __K8MASK(dram-controller-interface-bypass, 2), 523 __K8MASK(dram-controller-queue-bypass, 3),
|