Home
last modified time | relevance | path

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

12345

/freebsd-12.1/contrib/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-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_proc.cc21 Processor *ProcCreate() { in ProcCreate()
22 void *mem = InternalAlloc(sizeof(Processor)); in ProcCreate()
23 internal_memset(mem, 0, sizeof(Processor)); in ProcCreate()
24 Processor *proc = new(mem) Processor; in ProcCreate()
34 void ProcDestroy(Processor *proc) { in ProcDestroy()
43 proc->~Processor(); in ProcDestroy()
47 void ProcWire(Processor *proc, ThreadState *thr) { in ProcWire()
54 void ProcUnwire(Processor *proc, ThreadState *thr) { in ProcUnwire()
H A Dtsan_sync.h72 void Reset(Processor *proc);
117 uptr FreeBlock(Processor *proc, uptr p);
118 bool FreeRange(Processor *proc, uptr p, uptr sz);
119 void ResetRange(Processor *proc, uptr p, uptr sz);
128 void OnProcIdle(Processor *proc);
H A Dtsan_sync.cc39 void SyncVar::Reset(Processor *proc) { in Reset()
74 uptr MetaMap::FreeBlock(Processor *proc, uptr p) { in FreeBlock()
83 bool MetaMap::FreeRange(Processor *proc, uptr p, uptr sz) { in FreeRange()
122 void MetaMap::ResetRange(Processor *proc, uptr p, uptr sz) { in ResetRange()
292 void MetaMap::OnProcIdle(Processor *proc) { in OnProcIdle()
H A Dtsan_mman.h25 void AllocatorProcStart(Processor *proc);
26 void AllocatorProcFinish(Processor *proc);
H A Dtsan_rtl.h351 struct Processor { struct
435 Processor *proc1;
437 Processor *proc() { return proc1; } in proc()
439 Processor *proc();
779 Processor *ProcCreate();
780 void ProcDestroy(Processor *proc);
781 void ProcWire(Processor *proc, ThreadState *thr);
782 void ProcUnwire(Processor *proc, ThreadState *thr);
H A Dtsan_mman.cc72 Processor *proc;
126 void AllocatorProcStart(Processor *proc) { in AllocatorProcStart()
131 void AllocatorProcFinish(Processor *proc) { in AllocatorProcFinish()
/freebsd-12.1/contrib/llvm/lib/Target/Sparc/
H A DSparc.td89 : Processor<Name, NoItineraries, Features>;
130 def : Processor<"leon2", LEON2Itineraries,
134 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
135 def : Processor<"at697e", LEON2Itineraries,
139 // TO DO: Place-holder: Processor specific features will be added *very* soon here.
140 def : Processor<"at697f", LEON2Itineraries,
145 def : Processor<"leon3", LEON3Itineraries,
150 def : Processor<"ut699", LEON3Itineraries,
155 def : Processor<"gr712rc", LEON3Itineraries,
159 def : Processor<"leon4", LEON4Itineraries,
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPC.td314 def : Processor<"601", G3Itineraries, [Directive601, FeatureFPU]>;
315 def : Processor<"602", G3Itineraries, [Directive602, FeatureFPU,
317 def : Processor<"603", G3Itineraries, [Directive603,
320 def : Processor<"603e", G3Itineraries, [Directive603,
323 def : Processor<"603ev", G3Itineraries, [Directive603,
326 def : Processor<"604", G3Itineraries, [Directive604,
329 def : Processor<"604e", G3Itineraries, [Directive604,
332 def : Processor<"620", G3Itineraries, [Directive620,
335 def : Processor<"750", G4Itineraries, [Directive750,
338 def : Processor<"g3", G3Itineraries, [Directive750,
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc116 static Processor* get_cur_proc() { in get_cur_proc()
123 Processor *proc; in get_cur_proc()
128 Processor *ThreadState::proc() { in proc()
141 void __tsan_init(ThreadState **thrp, Processor **procp, in __tsan_init()
225 void __tsan_proc_create(Processor **pproc) { in __tsan_proc_create()
229 void __tsan_proc_destroy(Processor *proc) { in __tsan_proc_destroy()
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dwordprocessors197 # Hangul (Korean) Word Processor File
198 0 string HWP\ Document\ File Hangul (Korean) Word Processor File 3.0
200 512 string R\0o\0o\0t\0 Hangul (Korean) Word Processor File 2000
225 # ichitaro456: file(1) magic for Just System Word Processor Ichitaro
232 >43 byte 0x14 Just System Word Processor Ichitaro v4
237 >43 byte 0x15 Just System Word Processor Ichitaro v5
241 >43 byte 0x16 Just System Word Processor Ichitaro v6
/freebsd-12.1/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-12.1/sys/dev/acpica/
H A Dacpi_throttle.c158 if ((obj->Processor.PblkAddress && obj->Processor.PblkLength >= 4) || in acpi_throttle_identify()
210 sc->cpu_p_blk = obj->Processor.PblkAddress; in acpi_throttle_attach()
211 sc->cpu_p_blk_len = obj->Processor.PblkLength; in acpi_throttle_attach()
/freebsd-12.1/share/misc/
H A Dpci_vendors10384 0d7a MCP89 Co-Processor
20018 1e0f LEON2FT Processor
20547 0008 XLR516 Processor
27946 2e5e CE Media Processor Transport Stream Processor 0
30156 d130 Core Processor DMI
30158 d131 Core Processor DMI
30161 d132 Core Processor DMI
30163 d133 Core Processor DMI
30164 d134 Core Processor DMI
30165 d135 Core Processor DMI
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARM.td465 // ARM Processor subtarget features.
548 : Processor<Name, NoItineraries, Features>;
805 def : Processor<"arm1136j-s", ARMV6Itineraries, [ARMv6]>;
806 def : Processor<"arm1136jf-s", ARMV6Itineraries, [ARMv6,
810 def : Processor<"cortex-m0", ARMV6Itineraries, [ARMv6m]>;
811 def : Processor<"cortex-m0plus", ARMV6Itineraries, [ARMv6m]>;
812 def : Processor<"cortex-m1", ARMV6Itineraries, [ARMv6m]>;
813 def : Processor<"sc000", ARMV6Itineraries, [ARMv6m]>;
817 def : Processor<"arm1176jzf-s", ARMV6Itineraries, [ARMv6kz,
822 def : Processor<"mpcore", ARMV6Itineraries, [ARMv6k,
[all …]
/freebsd-12.1/sys/contrib/dev/acpica/components/executer/
H A Dexcreate.c510 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor()
511 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor()
512 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value; in AcpiExCreateProcessor()
H A Dexdump.c299 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Processor.ProcId), "Processor ID"},
300 {ACPI_EXD_UINT8 , ACPI_EXD_OFFSET (Processor.Length), "Length"},
301 {ACPI_EXD_ADDRESS, ACPI_EXD_OFFSET (Processor.Address), "Address"},
302 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[0]), "System Notify"},
303 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.NotifyList[1]), "Device Notify"},
304 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Processor.Handler), "Handler"}
/freebsd-12.1/sys/contrib/dev/acpica/components/debugger/
H A Ddbstats.c368 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[0]); in AcpiDbEnumerateObject()
369 AcpiDbEnumerateObject (ObjDesc->Processor.NotifyList[1]); in AcpiDbEnumerateObject()
370 AcpiDbEnumerateObject (ObjDesc->Processor.Handler); in AcpiDbEnumerateObject()
/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_log_interface.cc196 void (*Processor)(const char *, XRayBuffer)) XRAY_NEVER_INSTRUMENT { in __xray_log_process_buffers()
206 (*Processor)(Mode, Buffer); in __xray_log_process_buffers()
/freebsd-12.1/sys/contrib/dev/acpica/components/namespace/
H A Dnsdump.c432 ObjDesc->Processor.ProcId, ObjDesc->Processor.Length, in AcpiNsDumpOneObject()
433 ACPI_FORMAT_UINT64 (ObjDesc->Processor.Address)); in AcpiNsDumpOneObject()
/freebsd-12.1/lib/libpmc/pmu-events/arch/powerpc/
H A Dmapfile.csv5 # PVR Processor version
/freebsd-12.1/contrib/llvm/lib/Target/ARC/
H A DARC.td19 : Processor<Name, NoItineraries, Features>;
/freebsd-12.1/contrib/compiler-rt/include/xray/
H A Dxray_log_interface.h353 XRayLogFlushStatus __xray_log_process_buffers(void (*Processor)(const char *,
/freebsd-12.1/lib/libpmc/pmu-events/arch/arm64/
H A Dmapfile.csv5 # MIDR Processor version
/freebsd-12.1/contrib/llvm/lib/Target/XCore/
H A DXCore.td35 : Processor<Name, NoItineraries, Features>;

12345