Home
last modified time | relevance | path

Searched refs:Processor (Results 1 – 25 of 207) sorted by relevance

123456789

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Processors.td70 def : Processor<"r600", R600_VLIW5_Itin,
74 def : Processor<"r630", R600_VLIW5_Itin,
78 def : Processor<"rs880", R600_VLIW5_Itin,
82 def : Processor<"rv670", R600_VLIW5_Itin,
90 def : Processor<"rv710", R600_VLIW5_Itin,
94 def : Processor<"rv730", R600_VLIW5_Itin,
98 def : Processor<"rv770", R600_VLIW5_Itin,
106 def : Processor<"cedar", R600_VLIW5_Itin,
124 def : Processor<"sumo", R600_VLIW5_Itin,
132 def : Processor<"barts", R600_VLIW5_Itin,
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cpp20 Processor *ProcCreate() { in ProcCreate()
21 void *mem = InternalAlloc(sizeof(Processor)); in ProcCreate()
22 internal_memset(mem, 0, sizeof(Processor)); in ProcCreate()
23 Processor *proc = new(mem) Processor; in ProcCreate()
33 void ProcDestroy(Processor *proc) { in ProcDestroy()
41 proc->~Processor(); in ProcDestroy()
45 void ProcWire(Processor *proc, ThreadState *thr) { in ProcWire()
52 void ProcUnwire(Processor *proc, ThreadState *thr) { in ProcUnwire()
H A Dtsan_sync.h106 uptr FreeBlock(Processor *proc, uptr p, bool reset);
107 bool FreeRange(Processor *proc, uptr p, uptr sz, bool reset);
108 void ResetRange(Processor *proc, uptr p, uptr sz, bool reset);
124 void OnProcIdle(Processor *proc);
H A Dtsan_sync.cpp59 uptr MetaMap::FreeBlock(Processor *proc, uptr p, bool reset) { in FreeBlock()
68 bool MetaMap::FreeRange(Processor *proc, uptr p, uptr sz, bool reset) { in FreeRange()
108 void MetaMap::ResetRange(Processor *proc, uptr p, uptr sz, bool reset) { in ResetRange()
277 void MetaMap::OnProcIdle(Processor *proc) { in OnProcIdle()
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DTargetID.cpp39 llvm::StringRef Processor) { in getAllPossibleTargetIDFeatures() argument
50 return llvm::AMDGPU::getCanonicalArchName(T, Processor); in getCanonicalProcessorName()
51 return Processor; in getCanonicalProcessorName()
69 llvm::StringRef Processor; in parseTargetIDWithFormatCheckingOnly() local
75 Processor = Split.first; in parseTargetIDWithFormatCheckingOnly()
76 if (Processor.empty()) in parseTargetIDWithFormatCheckingOnly()
81 return Processor; in parseTargetIDWithFormatCheckingOnly()
101 return Processor; in parseTargetIDWithFormatCheckingOnly()
114 if (Processor.empty()) in parseTargetID()
125 return Processor; in parseTargetID()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparc.td115 : Processor<Name, NoItineraries, Features, TuneFeatures>;
158 def : Processor<"leon2", LEON2Itineraries,
162 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
163 def : Processor<"at697e", LEON2Itineraries,
167 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
168 def : Processor<"at697f", LEON2Itineraries,
173 def : Processor<"leon3", LEON3Itineraries,
178 def : Processor<"ut699", LEON3Itineraries,
183 def : Processor<"gr712rc", LEON3Itineraries,
187 def : Processor<"leon4", LEON4Itineraries,
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp46 ASTSrcLocGenerationAction() : Processor(JsonOutputPath) {} in ASTSrcLocGenerationAction()
51 Processor.generateEmpty(); in ExecuteAction()
53 Processor.generate(); in ExecuteAction()
59 return Processor.createASTConsumer(Compiler, File); in CreateASTConsumer()
63 ASTSrcLocProcessor Processor; member in ASTSrcLocGenerationAction
/freebsd-14.2/sys/contrib/device-tree/Bindings/gpu/
H A Darm,mali-utgard.yaml70 - gp # Geometry Processor interrupt
71 - gpmmu # Geometry Processor MMU interrupt
72 - pp # Pixel Processor broadcast interrupt (mali-450 only)
73 - pp0 # Pixel Processor X interrupt (X from 0 to 7)
74 - ppmmu0 # Pixel Processor X MMU interrupt (X from 0 to 7)
/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dmediatek-vpu.txt1 * Mediatek Video Processor Unit
3 Video Processor Unit is a HW video controller. It controls HW Codec including
4 H.264/VP8/VP9 Decode, H.264/VP8 Encode and Image Processor (scale/rotate/color convert).
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/go/
H A Dtsan_go.cpp124 static Processor* get_cur_proc() { in get_cur_proc()
131 Processor *proc; in get_cur_proc()
136 Processor *ThreadState::proc() { in proc()
148 void __tsan_init(ThreadState **thrp, Processor **procp, in __tsan_init()
232 void __tsan_proc_create(Processor **pproc) { in __tsan_proc_create()
236 void __tsan_proc_destroy(Processor *proc) { in __tsan_proc_destroy()
/freebsd-14.2/sys/contrib/device-tree/Bindings/sound/
H A Dzl38060.yaml7 title: ZL38060 Connected Home Audio Processor from Microsemi.
10 The ZL38060 is a "Connected Home Audio Processor" from Microsemi,
11 which consists of a Digital Signal Processor (DSP), several Digital
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPC.td550 def : Processor<"601", G3Itineraries, [Directive601, FeatureFPU]>;
551 def : Processor<"602", G3Itineraries, [Directive602, FeatureFPU,
553 def : Processor<"603", G3Itineraries, [Directive603,
556 def : Processor<"603e", G3Itineraries, [Directive603,
559 def : Processor<"603ev", G3Itineraries, [Directive603,
562 def : Processor<"604", G3Itineraries, [Directive604,
565 def : Processor<"604e", G3Itineraries, [Directive604,
568 def : Processor<"620", G3Itineraries, [Directive620,
571 def : Processor<"750", G4Itineraries, [Directive750,
574 def : Processor<"g3", G3Itineraries, [Directive750,
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetID.h27 llvm::StringRef Processor);
47 std::string getCanonicalTargetID(llvm::StringRef Processor,
/freebsd-14.2/sys/contrib/device-tree/Bindings/leds/backlight/
H A Dzii,rave-sp-backlight.txt1 Zodiac Inflight Innovations RAVE Supervisory Processor Backlight Bindings
4 backlight functionality of RAVE Supervisory Processor. It is expected
/freebsd-14.2/sys/contrib/device-tree/Bindings/input/
H A Dzii,rave-sp-pwrbutton.txt1 Zodiac Inflight Innovations RAVE Supervisory Processor Power Button Bindings
4 button functionality of RAVE Supervisory Processor. It is expected
/freebsd-14.2/sys/contrib/device-tree/Bindings/mailbox/
H A Dqcom-ipcc.yaml7 title: Qualcomm Technologies, Inc. Inter-Processor Communication Controller
13 The Inter-Processor Communication Controller (IPCC) is a centralized hardware
16 entity on the Application Processor Subsystem (APSS) that wants to listen to
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ELFRelocs/
H A DVE.def9 // Processor Supplement
11 // Processor Supplement
/freebsd-14.2/sys/contrib/device-tree/Bindings/nds32/
H A Dcpus.txt1 * Andestech Processor Binding
4 representation of a Andestech Processor Core, which is the root node in the
/freebsd-14.2/sys/contrib/device-tree/Bindings/watchdog/
H A Dzii,rave-sp-wdt.txt1 Zodiac Inflight Innovations RAVE Supervisory Processor Watchdog Bindings
4 watchdog functionality of RAVE Supervisory Processor. It is expected
/freebsd-14.2/sys/contrib/device-tree/Bindings/mfd/
H A Dzii,rave-sp.txt1 Zodiac Inflight Innovations RAVE Supervisory Processor
3 RAVE Supervisory Processor communicates with SoC over UART. It is
H A Dmediatek,mt8195-scpsys.yaml7 title: MediaTek System Control Processor System
13 MediaTek System Control Processor System (SCPSYS) has several
/freebsd-14.2/sys/contrib/dev/acpica/components/utilities/
H A Dutcopy.c325 ExternalObject->Processor.ProcId = in AcpiUtCopyIsimpleToEsimple()
326 InternalObject->Processor.ProcId; in AcpiUtCopyIsimpleToEsimple()
327 ExternalObject->Processor.PblkAddress = in AcpiUtCopyIsimpleToEsimple()
328 InternalObject->Processor.Address; in AcpiUtCopyIsimpleToEsimple()
329 ExternalObject->Processor.PblkLength = in AcpiUtCopyIsimpleToEsimple()
330 InternalObject->Processor.Length; in AcpiUtCopyIsimpleToEsimple()
/freebsd-14.2/sys/dev/acpica/
H A Dacpi_throttle.c154 if ((obj->Processor.PblkAddress && obj->Processor.PblkLength >= 4) || in acpi_throttle_identify()
207 sc->cpu_p_blk = obj->Processor.PblkAddress; in acpi_throttle_attach()
208 sc->cpu_p_blk_len = obj->Processor.PblkLength; in acpi_throttle_attach()
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/
H A Dsamsung,sensorhub-rinato.yaml31 Application Processor to sensorhub line - used during communication
36 Sensorhub to Application Processor - used during communication
/freebsd-14.2/sys/contrib/device-tree/Bindings/firmware/
H A Dnvidia,tegra210-bpmp.txt1 NVIDIA Tegra210 Boot and Power Management Processor (BPMP)
3 The Boot and Power Management Processor (BPMP) is a co-processor found

123456789