| /freebsd/sys/contrib/device-tree/Bindings/arm/mediatek/ |
| H A D | mediatek,mt7622-wed.yaml | 44 - const: wo-emi 45 - const: wo-ilm 46 - const: wo-dlm 47 - const: wo-data 48 - const: wo-boot 50 mediatek,wo-ccif: 52 description: mediatek wed-wo controller interface. 64 mediatek,wo-ccif: false 101 memory-region-names = "wo-emi", "wo [all...] |
| /freebsd/sys/contrib/device-tree/Bindings/soc/mediatek/ |
| H A D | mediatek,mt7986-wo-ccif.yaml | 4 $id: http://devicetree.org/schemas/soc/mediatek/mediatek,mt7986-wo-ccif.yaml# 7 title: MediaTek Wireless Ethernet Dispatch (WED) WO controller interface for MT7986 14 The MediaTek wo-ccif provides a configuration interface for WED WO 22 - mediatek,mt7986-wo-ccif 23 - mediatek,mt7988-wo-ccif 48 compatible = "mediatek,mt7986-wo-ccif", "syscon";
|
| /freebsd/sys/contrib/device-tree/src/arm64/mediatek/ |
| H A D | mt7986a.dtsi | 82 wo_emi0: wo-emi@4fd00000 { 87 wo_emi1: wo-emi@4fd40000 { 92 wo_ilm0: wo-ilm@151e0000 { 97 wo_ilm1: wo-ilm@151f0000 { 102 wo_data: wo-data@4fd80000 { 107 wo_dlm0: wo-dlm@151e8000 { 112 wo_dlm1: wo-dlm@151f8000 { 117 wo_boot: wo-boot@15194000 { 506 memory-region-names = "wo-emi", "wo-ilm", "wo-dlm", 507 "wo-data", "wo-boot"; [all …]
|
| /freebsd/sbin/ggate/ggatec/ |
| H A D | ggatec.8 | 36 .Op Fl o Cm ro | wo | rw 51 .Op Fl o Cm ro | wo | rw 104 .Bl -tag -width ".Fl s Cm ro | wo | rw" 118 .It Cm wo
|
| /freebsd/sys/dev/usb/controller/ |
| H A D | ehcireg.h | 81 #define EHCI_USBCMD 0x00 /* RO, RW, WO Command register */ 172 #define EHCI_UM_CM 0x00000003 /* R/WO Controller Mode */ 175 #define EHCI_UM_ES 0x00000004 /* R/WO Endian Select */ 178 #define EHCI_UM_SDIS 0x00000010 /* R/WO Stream Disable Mode */
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx.reg | 198 access_mode WO 229 access_mode WO 301 access_mode WO 447 access_mode WO 1831 access_mode WO 1883 access_mode WO 1919 access_mode WO 2003 access_mode WO 2050 access_mode WO 2112 access_mode WO [all …]
|
| H A D | aic7xxx.reg | 137 access_mode WO 263 access_mode WO 297 access_mode WO 643 access_mode WO 661 access_mode WO 885 access_mode WO 972 access_mode WO 1238 access_mode WO
|
| /freebsd/sbin/ggate/ggatel/ |
| H A D | ggatel.8 | 90 .Bl -tag -width ".Fl s Cm ro | wo | rw" 100 .It Cm wo
|
| H A D | ggatel.c | 69 fprintf(stderr, " option = {ro, wo, rw, direct}\n"); in usage() 253 else if (strcasecmp("wo", optarg) == 0) in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | CorrelatedValuePropagation.cpp | 607 static bool processOverflowIntrinsic(WithOverflowInst *WO, LazyValueInfo *LVI) { in processOverflowIntrinsic() argument 608 IRBuilder<> B(WO); in processOverflowIntrinsic() 609 Instruction::BinaryOps Opcode = WO->getBinaryOp(); in processOverflowIntrinsic() 610 bool NSW = WO->isSigned(); in processOverflowIntrinsic() 611 bool NUW = !WO->isSigned(); in processOverflowIntrinsic() 614 B.CreateBinOp(Opcode, WO->getLHS(), WO->getRHS(), WO->getName()); in processOverflowIntrinsic() 617 StructType *ST = cast<StructType>(WO->getType()); in processOverflowIntrinsic() 622 WO->replaceAllUsesWith(NewI); in processOverflowIntrinsic() 623 WO->eraseFromParent(); in processOverflowIntrinsic() 668 if (auto *WO = dyn_cast<WithOverflowInst>(&CB)) { in processCallSite() local [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | OpenCLImageTypes.def | 35 IMAGE_TYPE(Type, Id##WO, Id##WOTy, write_only, wo)
|
| /freebsd/tools/regression/aio/aiop/ |
| H A D | aiop.c | 139 printf("Usage: %s <file> <io size> <number of runs> <concurrency> <ro|wo|rw>\n", in main() 158 else if (strcmp(argv[5], "wo") == 0) in main() 161 errx(1, "the I/O type needs to be \"ro\", \"rw\", or \"wo\"!\n"); in main()
|
| /freebsd/sys/contrib/xen/arch-x86/ |
| H A D | pmu.h | 106 * WO for hypervisor, RO for guests. 114 /* WO for hypervisor, RO for guest */
|
| /freebsd/sbin/ggate/ggated/ |
| H A D | ggated.8 | 90 hostname WO /tmp/image 102 .It Cm WO
|
| /freebsd/sys/dev/glxsb/ |
| H A D | glxsb.c | 95 #define SB_WKEY 0x0030 /* WO - Writable Key 0-3 */ 96 #define SB_WKEY_0 0x0030 /* WO - Writable Key 0 */ 97 #define SB_WKEY_1 0x0034 /* WO - Writable Key 1 */ 98 #define SB_WKEY_2 0x0038 /* WO - Writable Key 2 */ 99 #define SB_WKEY_3 0x003C /* WO - Writable Key 3 */
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyIndVar.cpp | 94 bool eliminateOverflowIntrinsic(WithOverflowInst *WO); 415 bool SimplifyIndvar::eliminateOverflowIntrinsic(WithOverflowInst *WO) { in eliminateOverflowIntrinsic() argument 416 const SCEV *LHS = SE->getSCEV(WO->getLHS()); in eliminateOverflowIntrinsic() 417 const SCEV *RHS = SE->getSCEV(WO->getRHS()); in eliminateOverflowIntrinsic() 418 if (!SE->willNotOverflow(WO->getBinaryOp(), WO->isSigned(), LHS, RHS)) in eliminateOverflowIntrinsic() 425 WO->getBinaryOp(), WO->getLHS(), WO->getRHS(), "", WO->getIterator()); in eliminateOverflowIntrinsic() 427 if (WO->isSigned()) in eliminateOverflowIntrinsic() 434 for (auto *U : WO->users()) { in eliminateOverflowIntrinsic() 437 EVI->replaceAllUsesWith(ConstantInt::getFalse(WO->getContext())); in eliminateOverflowIntrinsic() 450 if (WO->use_empty()) in eliminateOverflowIntrinsic() [all …]
|
| /freebsd/sys/arm64/include/ |
| H A D | cmn600_reg.h | 271 #define POR_DT_TRIGGER_STATUS_CLR 0x0a20 /* wo */ 294 #define POR_DT_PMOVSR_CLR 0x2120 /* wo */ 300 #define POR_DT_PMSRR 0x2130 /* wo */ 339 #define POR_HNF_BYTE_PAR_ERR_INJ 0x3038 /* wo */ 393 #define POR_HNF_CFG_SLCSF_DBGRD 0x0b80 /* wo */ 481 #define POR_MXP_P0_BYTE_PAR_ERR_INJ 0x3030 /* wo */ 482 #define POR_MXP_P1_BYTE_PAR_ERR_INJ 0x3038 /* wo */
|
| /freebsd/tests/sys/vm/ |
| H A D | mmap_map_32bit_test.sh | 6 # Simple test of MAP_32BIT flag w/wo ASLR
|
| /freebsd/crypto/openssl/test/recipes/20-test_dhparam_check_data/valid/ |
| H A D | dhx_p3072_q160_t1862.pem | 18 h5rq7nqE7F2kf8JBVQIVAP/F0VeodM/n4piNkZkZeVz9lf2DMBsDFQAbVeBR/9Wo
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LazyValueInfo.cpp | 427 solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, BasicBlock *BB); 1016 LazyValueInfoImpl::solveBlockValueOverflowIntrinsic(WithOverflowInst *WO, in solveBlockValueOverflowIntrinsic() argument 1019 WO, BB, [WO](const ConstantRange &CR1, const ConstantRange &CR2) { in solveBlockValueOverflowIntrinsic() 1020 return CR1.binaryOp(WO->getBinaryOp(), CR2); in solveBlockValueOverflowIntrinsic() 1067 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in solveBlockValueExtractValue() local 1069 return solveBlockValueOverflowIntrinsic(WO, BB); in solveBlockValueExtractValue() 1249 Value *Val, WithOverflowInst *WO, bool IsTrueDest) { in getValueFromOverflowCondition() argument 1254 if (WO->getLHS() != Val || !match(WO->getRHS(), m_APInt(C))) in getValueFromOverflowCondition() 1259 WO->getBinaryOp(), *C, WO->getNoWrapKind()); in getValueFromOverflowCondition() 1276 if (auto *WO = dyn_cast<WithOverflowInst>(EVI->getAggregateOperand())) in getValueFromCondition() local [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 237 // or writeonly (WO) variables. To determine which variables are RO or WO 247 // a. clear RO and WO attributes from variables which are preserved or 249 // b. clear RO and WO attributes from variables referenced by any global 253 // d. clear WO attribute from variable referenced by a function when
|
| /freebsd/share/timedef/ |
| H A D | af_ZA.UTF-8.src | 38 Wo
|
| H A D | nl_BE.UTF-8.src | 38 wo
|
| H A D | nl_NL.UTF-8.src | 38 wo
|
| /freebsd/sys/dev/e1000/ |
| H A D | e1000_regs.h | 80 #define E1000_ICS 0x000C8 /* Interrupt Cause Set - WO */ 82 #define E1000_IMC 0x000D8 /* Interrupt Mask Clear - WO */ 97 #define E1000_EIMC 0x01528 /* Ext. Interrupt Mask Clear - WO */ 144 #define E1000_ICS_V2 0x01504 /* Intr Cause Set - new location - WO */ 146 #define E1000_IMC_V2 0x0150C /* Intr Mask Clear - new location - WO */ 446 /* LinkSec Tx 128-bit Key 0 - WO */ 448 /* LinkSec Tx 128-bit Key 1 - WO */
|