/freebsd/usr.bin/clang/llvm-dis/ |
H A D | llvm-dis.1 | 30 .TH "LLVM-DIS" "1" "2023-05-24" "16" "LLVM" 32 llvm-dis \- LLVM disassembler 35 \fBllvm\-dis\fP [\fIoptions\fP] [\fIfilename\fP] 38 The \fBllvm\-dis\fP command is the LLVM disassembler. It takes an LLVM 41 If filename is omitted or specified as \fB\-\fP, \fBllvm\-dis\fP reads its 44 If the input is being read from standard input, then \fBllvm\-dis\fP 55 Enable binary output on terminals. Normally, \fBllvm\-dis\fP will refuse to 57 \fBllvm\-dis\fP will write raw bitcode regardless of the output device. 77 If \fBllvm\-dis\fP succeeds, it will exit with 0. Otherwise, if an error
|
H A D | Makefile | 1 PROG_CXX= llvm-dis 3 SRCDIR= llvm/tools/llvm-dis 4 SRCS+= llvm-dis.cpp
|
/freebsd/sys/dev/uart/ |
H A D | uart_dev_imx.c | 162 DIS(bas, UCR2, WS); in imx_uart_init() 169 DIS(bas, UCR2, STPB); in imx_uart_init() 173 DIS(bas, UCR2, PROE); in imx_uart_init() 185 DIS(bas, UCR2, PREN); in imx_uart_init() 397 DIS(bas, UCR4, DREN); in imx_uart_bus_attach() 399 DIS(bas, UCR1, IDEN); in imx_uart_bus_attach() 400 DIS(bas, UCR3, RXDSEN); in imx_uart_bus_attach() 402 DIS(bas, UCR1, TXMPTYEN); in imx_uart_bus_attach() 403 DIS(bas, UCR1, TRDYEN); in imx_uart_bus_attach() 404 DIS(bas, UCR4, TCEN); in imx_uart_bus_attach() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/memory-controllers/ |
H A D | rockchip,rk3399-dmc.yaml | 316 rockchip,pd-idle-dis-freq-hz: 319 frequency is greater than pd-idle-dis-freq, power-down idle is disabled. 322 rockchip,sr-idle-dis-freq-hz: 325 frequency is greater than sr-idle-dis-freq, self-refresh idle is 328 rockchip,sr-mc-gate-idle-dis-freq-hz: 332 sr-mc-gate-idle-dis-freq, the clock will not be gated when idle. See also 335 rockchip,srpd-lite-idle-dis-freq-hz: 338 the DDR frequency is greater than srpd-lite-idle-dis-freq, memory will 342 rockchip,standby-idle-dis-freq-hz: 345 is greater than standby-idle-dis [all...] |
/freebsd/sys/arm/arm/ |
H A D | pl310.c | 126 const char *dis = "disabled"; in pl310_print_config() local 133 (aux & AUX_CTRL_EARLY_BRESP) ? ena : dis); in pl310_print_config() 135 (aux & AUX_CTRL_INSTR_PREFETCH) ? ena : dis); in pl310_print_config() 137 (aux & AUX_CTRL_DATA_PREFETCH) ? ena : dis); in pl310_print_config() 139 (aux & AUX_CTRL_NS_INT_CTRL) ? ena : dis); in pl310_print_config() 141 (aux & AUX_CTRL_NS_LOCKDOWN) ? ena : dis); in pl310_print_config() 143 (aux & AUX_CTRL_SHARE_OVERRIDE) ? ena : dis); in pl310_print_config() 146 (prefetch & PREFETCH_CTRL_DL) ? ena : dis); in pl310_print_config() 148 (prefetch & PREFETCH_CTRL_INSTR_PREFETCH) ? ena : dis); in pl310_print_config() 150 (prefetch & PREFETCH_CTRL_DATA_PREFETCH) ? ena : dis); in pl310_print_config() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | dwc3.txt | 41 - snps,dis-start-transfer-quirk: when set, disable isoc START TRANSFER command 66 - snps,dis-u1-entry-quirk: set if link entering into U1 needs to be disabled. 67 - snps,dis-u2-entry-quirk: set if link entering into U2 needs to be disabled. 70 - snps,dis-u2-freeclk-exists-quirk: when set, clear the u2_freeclk_exists 73 - snps,dis-del-phy-power-chg-quirk: when set core will change PHY power 75 - snps,dis-tx-ipgap-linecheck-quirk: when set, disable u2mac linestate check 81 - snps,dis-split-quirk: when set, change the way URBs are handled by the
|
H A D | rockchip,rk3399-dwc3.yaml | 107 snps,dis-u2-freeclk-exists-quirk; 109 snps,dis-del-phy-power-chg-quirk; 110 snps,dis-tx-ipgap-linecheck-quirk;
|
H A D | snps,dwc3.yaml | 126 snps,dis-start-transfer-quirk: 207 snps,dis-u1-entry-quirk: 211 snps,dis-u2-entry-quirk: 220 snps,dis-u2-freeclk-exists-quirk: 226 snps,dis-del-phy-power-chg-quirk: 231 snps,dis-tx-ipgap-linecheck-quirk: 251 snps,dis-split-quirk:
|
/freebsd/sys/sys/ |
H A D | procctl.h | 52 #define PROC_TRACE_CTL 7 /* en/dis ptrace and coredumps */ 58 #define PROC_ASLR_CTL 13 /* en/dis ASLR */ 60 #define PROC_PROTMAX_CTL 15 /* en/dis implicit PROT_MAX */ 62 #define PROC_STACKGAP_CTL 17 /* en/dis stack gap on MAP_STACK */ 68 #define PROC_LOGSIGEXIT_CTL 23 /* en/dis logging on sigexit */
|
/freebsd/sys/powerpc/booke/ |
H A D | machdep_e500.c | 68 (csr & L1CSR0_DCE) ? "en" : "dis"); in booke_enable_l1_cache() 80 (csr & L1CSR1_ICE) ? "en" : "dis"); in booke_enable_l1_cache() 110 (csr & L2CSR0_L2E) ? "en" : "dis"); in booke_enable_l2_cache() 123 (csr & BUCSR_BPEN) ? "en" : "dis"); in booke_enable_bpred()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/i386/ |
H A D | dt_isadep.c | 461 dtrace_dis_t *dis = data; in dt_getbyte() local 462 int ret = *dis->instr; in dt_getbyte() 467 instr.ftiq_pid = dis->pid; in dt_getbyte() 468 instr.ftiq_pc = dis->addr; in dt_getbyte() 478 if (ioctl(dis->dtp->dt_ftfd, FASTTRAPIOC_GETINSTR, &instr) == 0) in dt_getbyte() 482 dis->addr++; in dt_getbyte() 483 dis->instr++; in dt_getbyte()
|
/freebsd/sys/contrib/device-tree/src/arm64/ti/ |
H A D | k3-am65-iot2050-usb3.dtsi | 25 snps,dis-u1-entry-quirk; 26 snps,dis-u2-entry-quirk;
|
H A D | k3-am6548-iot2050-advanced-m2-bkey-usb3.dtso | 45 snps,dis-u1-entry-quirk; 46 snps,dis-u2-entry-quirk;
|
H A D | k3-am654-pcie-usb3.dtso | 55 snps,dis-u1-entry-quirk; 56 snps,dis-u2-entry-quirk;
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_power.c | 432 HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "(WOW) DIS - User pattern\n"); in ar9300_wow_offload_handshake() 444 HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "(WOW) DIS - Magic pattern\n"); in ar9300_wow_offload_handshake() 456 HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "(WOW) DIS - Kepp alive fail\n"); in ar9300_wow_offload_handshake() 463 HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "(WOW) DIS - Becon Miss\n"); in ar9300_wow_offload_handshake() 1241 HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "(WOW) DIS - BT SLEEP\n"); in ar9300_wow_enable() 1245 HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "(WOW) DIS - SW NULL\n"); in ar9300_wow_enable() 1253 HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "(WOW) DIS - DevID SWAR\n"); in ar9300_wow_enable() 1264 HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "(WOW) DIS - Acer SWKA\n"); in ar9300_wow_enable() 1269 HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "(WOW) DIS - Standard Magic\n"); in ar9300_wow_enable() 1276 HALDEBUG(ah, HAL_DEBUG_UNMASKABLE, "(WOW) DIS - Acer Magic\n"); in ar9300_wow_enable() [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangStandards.def | 156 CXX, "ISO C++ 2020 DIS", 162 CXX, "ISO C++ 2020 DIS with GNU extensions", 168 CXX, "ISO C++ 2023 DIS", 174 CXX, "ISO C++ 2023 DIS with GNU extensions",
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-dis/ |
H A D | llvm-dis.cpp | 1 //===-- llvm-dis.cpp - The low-level LLVM disassembler --------------------===// 10 // llvm-dis [options] - Read LLVM bitcode from stdin, write asm to stdout 11 // llvm-dis [options] x.bc - Read LLVM bitcode from the x.bc file, write asm 258 // All that llvm-dis does is write the assembly to a file. in main()
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx7d-mba7.dts | 50 pcie-dis-hog { 54 line-name = "pcie-dis";
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/Disassembler/ |
H A D | RISCVDisassembler.cpp | 220 const RISCVDisassembler *Dis = in DecodeVRM2RegisterClass() local 222 const MCRegisterInfo *RI = Dis->getContext().getRegisterInfo(); in DecodeVRM2RegisterClass() 237 const RISCVDisassembler *Dis = in DecodeVRM4RegisterClass() local 239 const MCRegisterInfo *RI = Dis->getContext().getRegisterInfo(); in DecodeVRM4RegisterClass() 254 const RISCVDisassembler *Dis = in DecodeVRM8RegisterClass() local 256 const MCRegisterInfo *RI = Dis->getContext().getRegisterInfo(); in DecodeVRM8RegisterClass()
|
/freebsd/sys/dev/firewire/ |
H A D | fwphyreg.h | 119 dis:1; member 142 uint8_t dis:1,
|
/freebsd/contrib/ntp/sntp/ag-tpl/0-old/ |
H A D | cmd-doc.tlib | 428 (define dis-name "") 841 (set! dis-name (string-append (get "disable") "-" (get "name"))) 842 (set! dis-name "") ) 845 (if (> (string-length dis-name) 0) 846 (set! dis-name (fix-optname dis-name)) ) 877 IF (exist? "disable") :+] , Fl -[+:(. dis-name):+][+: 913 IF (exist? "disable") :+] , Fl -[+:(. dis-name):+][+: 932 :+], " Fl \-[+:(. dis-name):+]"[+: 951 The \fI[+:(. dis-name):+]\fP form will [+:
|
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
H A D | DumpValueObjectOptions.cpp | 187 DumpValueObjectOptions::SetUseTypeDisplayName(bool dis) { in SetUseTypeDisplayName() argument 188 m_use_type_display_name = dis; in SetUseTypeDisplayName()
|
/freebsd/sys/dev/usb/controller/ |
H A D | usb_nop_xceiv.c | 105 enable ? "En" : "Dis"); in usb_nop_xceiv_phy_enable() 116 enable ? "En" : "Dis"); in usb_nop_xceiv_phy_enable()
|
/freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
H A D | mt2712-evb.dts | 205 mediatek,u3p-dis-msk = <0x1>; 217 //mediatek,u3p-dis-msk = <0x1>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/Disassembler/ |
H A D | X86Disassembler.cpp | 1820 const MCDisassembler *Dis); 1992 const MCDisassembler *Dis) { in translateImmediate() argument 2076 if (!Dis->tryAddingSymbolicOperand( in translateImmediate() 2134 const MCDisassembler *Dis, in translateRMMemory() argument 2216 Dis->tryAddingPcLoadReferenceComment(insn.displacement + pcrel, in translateRMMemory() 2282 if (!Dis->tryAddingSymbolicOperand( in translateRMMemory() 2299 InternalInstruction &insn, const MCDisassembler *Dis) { in translateRM() argument 2324 return translateRMMemory(mcInst, insn, Dis); in translateRM() 2326 return translateRMMemory(mcInst, insn, Dis, true); in translateRM() 2366 const MCDisassembler *Dis) { in translateOperand() argument [all …]
|