| /freebsd/lib/libpmc/pmu-events/arch/arm64/fujitsu/a64fx/ | 
| H A D | pipeline.json | 75 …"PublicDescription": "This event counts requests in L1D cache pipeline#0 that its sce bit of tagge…78 …"BriefDescription": "This event counts requests in L1D cache pipeline#0 that its sce bit of tagged…
 87 …"PublicDescription": "This event counts requests in L1D cache pipeline#1 that its sce bit of tagge…
 90 …"BriefDescription": "This event counts requests in L1D cache pipeline#1 that its sce bit of tagged…
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/arm/tegra/ | 
| H A D | nvidia,tegra234-cbb.yaml | 17   which include cluster fabrics BPMP, AON, PSC, SCE, RCE, DCE, FSI and50       - nvidia,tegra234-sce-fabric
 
 | 
| H A D | nvidia,tegra194-cbb.yaml | 20   "AON-NOC, SCE-NOC, RCE-NOC, BPMP-NOC, CV-NOC" and "CBB Central NOC"52       - nvidia,tegra194-sce-noc
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/net/can/ | 
| H A D | st,stm32-bxcan.yaml | 57       - const: sce91         interrupt-names = "tx", "rx0", "rx1", "sce";
 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ | 
| H A D | TargetOptionsImpl.cpp | 67 /// In addition, SCE debugger does not have the feature implemented, so prefer71   return (SupportsDebugEntryValues && DebuggerTuning != DebuggerKind::SCE) ||  in ShouldEmitDebugEntryValues()
 
 | 
| H A D | CommandFlags.cpp | 449           clEnumValN(DebuggerKind::SCE, "sce", "SCE targets (e.g. PS4)")));  in CGOPT()
 | 
| /freebsd/sys/contrib/device-tree/include/dt-bindings/memory/ | 
| H A D | tegra186-mc.h | 233 /* SCE read client */235 /* SCE write client */
 
 | 
| H A D | tegra194-mc.h | 245 /* SCE read client */247 /* SCE write client */
 
 | 
| H A D | tegra234-mc.h | 397 /* SCE read client */399 /* SCE write client */
 
 | 
| /freebsd/sys/contrib/device-tree/src/arm/st/ | 
| H A D | stm32f769.dtsi | 14 			interrupt-names = "tx", "rx0", "rx1", "sce";
 | 
| H A D | stm32f746.dtsi | 364 			interrupt-names = "tx", "rx0", "rx1", "sce";382 			interrupt-names = "tx", "rx0", "rx1", "sce";
 
 | 
| H A D | stm32f429.dtsi | 369 			interrupt-names = "tx", "rx0", "rx1", "sce";387 			interrupt-names = "tx", "rx0", "rx1", "sce";
 
 | 
| /freebsd/sys/contrib/device-tree/Bindings/pinctrl/ | 
| H A D | nvidia,tegra234-pinmux-common.yaml | 20             sdmmc1, sce, soc, gpio, hdmi, ufs0, spi3, spi1, uartb, uarte,
 | 
| H A D | nvidia,tegra194-pinmux.yaml | 39                   rsvd1, rsvd2, rsvd3, sata, sce, sdmmc1, sdmmc3, sdmmc4, slvs,
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ | 
| H A D | MipsEVAInstrInfo.td | 151 class SCE_DESC : SCE_DESC_BASE<"sce", GPR32Opnd, II_SCE>;207   def SCE     : MMRel, SCE_ENC, SCE_DESC, ISA_MIPS32R2, ASE_EVA;
 
 | 
| H A D | MipsSERegisterInfo.cpp | 87   case Mips::SCE: in getLoadStoreOffsetSizeInBits() 
 | 
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ | 
| H A D | CodeViewYAMLDebugSections.cpp | 597         SourceColumnEntry SCE; in fromCodeViewSubsection()   local 598         SCE.EndColumn = C.EndColumn; in fromCodeViewSubsection()
 599         SCE.StartColumn = C.StartColumn; in fromCodeViewSubsection()
 600         Block.Columns.push_back(SCE); in fromCodeViewSubsection()
 
 | 
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ | 
| H A D | TargetOptions.h | 101     SCE,     ///< Tune debug info for SCE targets (e.g. PS4).  enumerator
 | 
| /freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ | 
| H A D | PS4CPU.h | 106     return llvm::DebuggerKind::SCE;  in getDefaultDebuggerTuning()
 | 
| H A D | Clang.cpp | 856   case llvm::DebuggerKind::SCE:  in RenderDebugEnablingArgs()857     CmdArgs.push_back("-debugger-tuning=sce");  in RenderDebugEnablingArgs()
 4504         DebuggerTuning = llvm::DebuggerKind::SCE;  in renderDebugOptions()
 4563   // Column info is included by default for everything except SCE and  in renderDebugOptions()
 4573                         (DebuggerTuning != llvm::DebuggerKind::SCE &&  in renderDebugOptions()
 4693   bool ForwardTemplateParams = DebuggerTuning == llvm::DebuggerKind::SCE;  in renderDebugOptions()
 4703   // Emit DW_TAG_template_alias for template aliases? True by default for SCE.  in renderDebugOptions()
 4705       DebuggerTuning == llvm::DebuggerKind::SCE && RequestedDWARFVersion >= 4;  in renderDebugOptions()
 4728   // Always enabled for SCE tuning.  in renderDebugOptions()
 4729   bool NeedAranges = DebuggerTuning == llvm::DebuggerKind::SCE;  in renderDebugOptions()
 [all …]
 
 | 
| /freebsd/usr.sbin/bhyve/gdb/ | 
| H A D | amd64.xml | 136 	<field name="SCE" start="0" end="0"/>
 | 
| /freebsd/tools/test/ptrace/ | 
| H A D | scescx.c | 93 		{ PL_FLAG_SCE, "SCE" },  in decode_pl_flags()
 | 
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/ | 
| H A D | EmulateInstructionMIPS64.cpp | 746       {"SCE", &EmulateInstructionMIPS64::Emulate_LDST_Imm,  in GetOpcodeForInstruction()747        "SCE   rt, offset(base)"},  in GetOpcodeForInstruction()
 
 | 
| /freebsd/sys/contrib/device-tree/include/dt-bindings/clock/ | 
| H A D | tegra186-clock.h | 882 /** @brief NAFLL clock source for SCE */
 | 
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ | 
| H A D | DwarfDebug.h | 907   bool tuneForSCE() const { return DebuggerTuning == DebuggerKind::SCE; }
 |