Home
last modified time | relevance | path

Searched refs:Kernel (Results 1 – 25 of 223) sorted by relevance

123456789

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAMDGPUMetadata.cpp23 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Arg::Metadata)
24 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Metadata)
91 struct MappingTraits<Kernel::Attrs::Metadata> {
97 YIO.mapOptional(Kernel::Attrs::Key::VecTypeHint, in mapping()
105 struct MappingTraits<Kernel::Arg::Metadata> {
129 struct MappingTraits<Kernel::CodeProps::Metadata> {
141 YIO.mapOptional(Kernel::CodeProps::Key::NumSGPRs, in mapping()
159 struct MappingTraits<Kernel::DebugProps::Metadata> {
175 struct MappingTraits<Kernel::Metadata> {
177 YIO.mapRequired(Kernel::Key::Name, MD.mName); in mapping()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h39 return CodeModel::Kernel; in unwrap()
54 case CodeModel::Kernel: in wrap()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp211 Kernel::CodeProps::Metadata
216 HSAMD::Kernel::CodeProps::Metadata HSACodeProps; in getHSACodeProps()
240 Kernel::DebugProps::Metadata
244 HSAMD::Kernel::DebugProps::Metadata HSADebugProps; in getHSADebugProps()
282 auto &Kernel = HSAMetadata.mKernels.back(); in emitKernelLanguage() local
292 Kernel.mLanguage = "OpenCL C"; in emitKernelLanguage()
293 Kernel.mLanguageVersion.push_back( in emitKernelLanguage()
295 Kernel.mLanguageVersion.push_back( in emitKernelLanguage()
486 HSAMetadata.mKernels.push_back(Kernel::Metadata()); in emitKernel()
487 auto &Kernel = HSAMetadata.mKernels.back(); in emitKernel() local
[all …]
/freebsd-12.1/sys/arm/conf/
H A DCHROMEBOOK-SNOW1 # Kernel configuration for Samsung Chromebook (Exynos5 Dual machine).
4 # and/or the handbook section on Kernel Configuration Files:
H A DCHROMEBOOK-SPRING1 # Kernel configuration for HP Chromebook 11 (Exynos5 Dual machine).
4 # and/or the handbook section on Kernel Configuration Files:
H A DARNDALE1 # Kernel configuration for Arndale Board (Exynos5 Dual development platform).
4 # and/or the handbook section on Kernel Configuration Files:
H A DARNDALE-OCTA1 # Kernel configuration for Arndale Octa Board (Exynos 5420)
4 # and/or the handbook section on Kernel Configuration Files:
H A DQUARTZ1 # Kernel configuration for Device Solutions Quartz Module.
4 # and/or the handbook section on Kernel Configuration Files:
H A DEXYNOS52501 # Kernel configuration for Samsung Exynos 5250 boards.
4 # and/or the handbook section on Kernel Configuration Files:
H A DEXYNOS54201 # Kernel configuration for Samsung Exynos 5420 boards.
4 # and/or the handbook section on Kernel Configuration Files:
H A DCOLIBRI-VF501 # Kernel configuration for Toradex Colibri VF50 Evaluation Board.
4 # and/or the handbook section on Kernel Configuration Files:
H A DCOSMIC1 # Kernel configuration for Cosmic Board (Freescale Vybrid Family development board).
4 # and/or the handbook section on Kernel Configuration Files:
H A DCHROMEBOOK1 # Kernel configuration for Chromebook (Exynos5 Dual machine).
4 # and/or the handbook section on Kernel Configuration Files:
H A DSOCDK2 # Kernel configuration for Altera Arria10 SOC Development Kit.
5 # and/or the handbook section on Kernel Configuration Files:
H A DSOCKIT2 # Kernel configuration for Terasic SoCKit (Altera Cyclone V SoC).
5 # and/or the handbook section on Kernel Configuration Files:
H A DAPALIS-IMX61 # Kernel configuration for Toradex Apalis i.MX6
4 # and/or the handbook section on Kernel Configuration Files:
H A DSOCKIT-BERI2 # Kernel configuration for Terasic SoCKit (Altera Cyclone V SoC).
5 # and/or the handbook section on Kernel Configuration Files:
H A DJETSON-TK11 # Kernel configuration for Jetson TK1 board
4 # and/or the handbook section on Kernel Configuration Files:
H A DCHROMEBOOK-PEACH-PIT1 # Kernel configuration for Chromebook2 (Exynos5 Octa machine).
4 # and/or the handbook section on Kernel Configuration Files:
/freebsd-12.1/contrib/mandoc/
H A Dlib.in64 LINE("libgeom", "Userland API Library for Kernel GEOM subsystem (libgeom, \\-lgeom)")
75 LINE("libkcore", "Kernel Memory Core Access Library (libkcore, \\-lkcore)")
76 LINE("libkiconv", "Kernel-side iconv Library (libkiconv, \\-lkiconv)")
78 LINE("libkvm", "Kernel Data Access Library (libkvm, \\-lkvm)")
84 LINE("libmemstat", "Kernel Memory Allocator Statistics Library (libmemstat, \\-lmemstat)")
116 LINE("librumpclient", "Clientside Stubs for rump Kernel Remote Protocols (librumpclient, \\-lrumpcl…
H A Dmsec.in29 LINE("4", "FreeBSD Kernel Interfaces Manual")
34 LINE("9", "FreeBSD Kernel Developer\'s Manual")
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenCLRuntime.cpp137 EnqueuedBlockMap[E].Kernel = nullptr; in recordBlockInfo()
159 if (EnqueuedBlockMap[Block].Kernel) { in emitOpenCLEnqueuedBlock()
171 EnqueuedBlockMap[Block].Kernel = F; in emitOpenCLEnqueuedBlock()
/freebsd-12.1/sys/amd64/conf/
H A DMINIMAL19 # and/or the handbook section on Kernel Configuration Files:
78 options KDTRACE_HOOKS # Kernel DTrace hooks
79 options DDB_CTF # Kernel ELF linker loads CTF data
87 options SMP # Symmetric MultiProcessor Kernel
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DAMDGPUMetadata.h101 namespace Kernel {
422 std::vector<Kernel::Metadata> mKernels = std::vector<Kernel::Metadata>();
/freebsd-12.1/sys/powerpc/conf/
H A DMPC85XX64 options KDTRACE_HOOKS # Kernel DTrace hooks
65 options DDB_CTF # Kernel ELF linker loads CTF data

123456789