| /NextBSD/sbin/launchd/init/ |
| HD | init.c | 103 static void stall(const char *, ...); 245 stall(const char *message, ...) in stall() function 301 stall("can't open %s: %m", name); in setctty() 305 stall("can't get %s for controlling terminal: %m", name); in setctty() 448 stall("can't exec %s for %s: %m", _PATH_BSHELL, _PATH_RUNCOM); in runcom() 690 stall("can't exec %s '%s' for port %s: %m", session_type, in session_launch()
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | 4k.md | 80 ;; stall the integer unit pipeline. MUL 16x16 or 32x16 forces 1 cycle stall, 81 ;; while MUL 32x32 forces 2 cycle stall. If next insn use the result, an 82 ;; additional stall is forced.
|
| HD | 7000.md | 122 ;; There are an additional 2 stall cycles.
|
| HD | sr71k.md | 196 ;; emulate repeat (dispatch stall) by spending extra cycle(s) in
|
| HD | sb1.md | 354 ;; stall for 33 cycles. This does not seem significant enough to worry about.
|
| /NextBSD/crypto/openssl/crypto/des/asm/ |
| HD | readme | 75 386 - 1 cycle stall 76 486 - 1 cycle stall 77 586 - 0 cycle stall 78 686 - at least 7 cycle stall (page 22 of the above mentioned document).
|
| /NextBSD/bin/launchctl/ |
| HD | launchctl.c | 418 stall(const char *message, ...) in stall() function 508 stall("can't open %s: %m", name); in setctty() 512 stall("can't get %s for controlling terminal: %m", name); in setctty() 569 stall("can't exec %s for %s: %m", _PATH_BSHELL, PATH_RUNCOM); in runcom()
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | arm1020e.md | 80 ;; These really stall in the decoder, in order to read 260 ;; fmstat is a serializing instruction. It will stall the core until 320 ;; followed by and fldd will stall for one cycle, but two back-to-back fldd 321 ;; insns stall for two cycles. 388 ;; causing a two-cycle stall.
|
| HD | arm-generic.md | 40 ; The write_blockage unit models (partially), the fact that reads will stall
|
| HD | arm926ejs.md | 66 ;; These really stall in the decoder, in order to read
|
| HD | arm1026ejs.md | 80 ;; These really stall in the decoder, in order to read
|
| HD | arm1136jfs.md | 89 ;; These really stall in the decoder, in order to read
|
| /NextBSD/sbin/init/ |
| HD | init.c | 103 static void stall(const char *, ...) __printflike(1, 2); 453 stall(const char *message, ...) in stall() function 609 stall("cannot open null device."); in open_console() 1078 stall("can't exec %s for %s: %m", shell, script); in run_script() 1431 stall("can't exec window system '%s' for port %s: %m", in start_window_system() 1494 stall("can't exec getty '%s' for port %s: %m", in start_getty()
|
| /NextBSD/contrib/gcc/config/sparc/ |
| HD | ultra1_2.md | 35 ;; store buffer, it will not cause a stall. 58 ;; a situation causes the second insn to stall 2 more cycles. 210 ;; in the G stage, resulting in a 9 cycle stall. However I have never
|
| /NextBSD/sys/dev/mxge/ |
| HD | if_mxge_var.h | 184 int stall; /* #times hw queue exhausted */ member
|
| HD | if_mxge.c | 1315 ss->tx.stall = 0; in mxge_reset() 1673 CTLFLAG_RD, &ss->tx.stall, in mxge_add_sysctls() 2286 tx->stall++; in mxge_start_locked() 2374 tx->stall++; in mxge_start_locked()
|
| /NextBSD/contrib/ofed/libmlx4/fixes/ |
| HD | fix_inline_size.patch | 10 could cause connections to stall due to bad WQEs. This patch takes into account
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-usbcx-defs.h | 1142 uint32_t stall : 1; /**< STALL Handshake (Stall) member 1220 uint32_t stall : 1; 1476 uint32_t stall : 1; /**< STALL Handshake (Stall) member 1548 uint32_t stall : 1; 3658 uint32_t stall : 1; /**< STALL Response Received Interrupt (STALL) */ member 3670 uint32_t stall : 1;
|
| HD | cvmx-usb.c | 2910 (usbc_hcint.s.stall) ? " STALL" : "", in __cvmx_usb_poll_channel() 3052 if (usbc_hcint.s.stall) in __cvmx_usb_poll_channel()
|
| /NextBSD/sys/mips/mips/ |
| HD | exception.S | 728 mflo v0 # get lo/hi late to avoid stall 1100 cfc1 t1, MIPS_FPU_CSR # stall til FP done
|
| /NextBSD/sys/gnu/dts/arm/ |
| HD | tegra124.dtsi | 184 interrupt-names = "stall", "nonstall";
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetSchedule.td | 126 // issues in-order, forcing a stall whenever a subsequent instruction
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMScheduleA9.td | 685 // On A9 move-from-VFP is free to issue with no stall if other VFP 693 // On A9 move-from-VFP is free to issue with no stall if other VFP 1907 // that use it are considered to stall other operations.
|
| /NextBSD/contrib/ofed/management/opensm/doc/ |
| HD | opensm_release_notes_openib-2.0.5.txt | 82 * Leaf VL stall count control:
|
| /NextBSD/contrib/ofed/libcxgb4/ |
| HD | ChangeLog | 714 libcxgb4: Add debug code to dump state on a stall condition.
|