Home
last modified time | relevance | path

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

1234567891011

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAMDGPUMetadata.cpp22 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Arg::Metadata)
23 LLVM_YAML_IS_SEQUENCE_VECTOR(Kernel::Metadata)
93 struct MappingTraits<Kernel::Attrs::Metadata> {
94 static void mapping(IO &YIO, Kernel::Attrs::Metadata &MD) { in mapping()
95 YIO.mapOptional(Kernel::Attrs::Key::ReqdWorkGroupSize, in mapping()
97 YIO.mapOptional(Kernel::Attrs::Key::WorkGroupSizeHint, in mapping()
99 YIO.mapOptional(Kernel::Attrs::Key::VecTypeHint, in mapping()
101 YIO.mapOptional(Kernel::Attrs::Key::RuntimeHandle, MD.mRuntimeHandle, in mapping()
107 struct MappingTraits<Kernel::Arg::Metadata> {
108 static void mapping(IO &YIO, Kernel::Arg::Metadata &MD) { in mapping()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVSymbolicOperands.td336 defm Kernel : CapabilityOperand<6, 0, 0, [], []>;
337 defm Vector16 : CapabilityOperand<7, 0, 0, [], [Kernel]>;
338 defm Float16Buffer : CapabilityOperand<8, 0, 0, [], [Kernel]>;
343 defm ImageBasic : CapabilityOperand<13, 0, 0, [], [Kernel]>;
346 defm Pipes : CapabilityOperand<17, 0, 0, [], [Kernel]>;
349 defm LiteralSampler : CapabilityOperand<20, 0, 0, [], [Kernel]>;
385 defm NamedBarrier : CapabilityOperand<59, 0x10100, 0, [], [Kernel]>;
476 … USMStorageClassesINTEL : CapabilityOperand<5935, 0, 0, [SPV_INTEL_usm_storage_classes], [Kernel]>;
568 defm Kernel: ExecutionModelOperand<6, [Kernel]>;
602 defm OpenCL : MemoryModelOperand<2, [Kernel]>;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DMemorySanitizer.h26 MemorySanitizerOptions(int TrackOrigins, bool Recover, bool Kernel) in MemorySanitizerOptions()
27 : MemorySanitizerOptions(TrackOrigins, Recover, Kernel, false) {} in MemorySanitizerOptions()
28 MemorySanitizerOptions(int TrackOrigins, bool Recover, bool Kernel,
30 bool Kernel; member
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dp1024rdb.dtsi59 /* 3.5 MB for Linux Kernel Image */
61 label = "NOR Linux Kernel Image";
102 /* 4MB for Linux Kernel Image */
104 label = "NAND Linux Kernel Image";
150 /* 4MB for Linux Kernel Image */
152 label = "SPI Linux Kernel Image";
H A Dp2020rdb.dts60 /* 3.5 MB for Linux Kernel Image */
62 label = "NOR (RO) Linux Kernel Image";
105 /* 4MB for Linux Kernel Image */
107 label = "NAND (RO) Linux Kernel Image";
173 /* 4MB for Linux Kernel Image */
175 label = "SPI (RO) Linux Kernel Image";
H A Dc293pcie.dts89 /* 8 MB for Linux Kernel Image */
91 label = "NOR Linux Kernel Image";
135 /* 16MB for Linux Kernel Image */
137 label = "NAND Linux Kernel Image";
189 /* 4MB for Linux Kernel Image */
191 label = "SPI Flash Linux Kernel Image";
H A Dp2020rdb-pc.dtsi59 /* 3.5 MB for Linux Kernel Image */
61 label = "NOR Linux Kernel Image";
102 /* 4MB for Linux Kernel Image */
104 label = "NAND Linux Kernel Image";
172 /* 4MB for Linux Kernel Image */
174 label = "SPI Linux Kernel Image";
H A Dp1021rdb-pc.dtsi59 /* 3.5 MB for Linux Kernel Image */
61 label = "NOR Linux Kernel Image";
109 /* 4MB for Linux Kernel Image */
111 label = "NAND Linux Kernel Image";
171 /* 4MB for Linux Kernel Image */
173 label = "SPI Flash Linux Kernel Image";
H A Dp1020rdb-pd.dts68 /* 3.875 MB for Linux Kernel Image */
70 label = "NOR Linux Kernel Image";
119 /* 4MB for Linux Kernel Image */
121 label = "NAND Linux Kernel Image";
177 /* 4MB for Linux Kernel Image */
179 label = "SPI Linux Kernel Image";
H A Dp1020rdb.dtsi60 /* 3.5 MB for Linux Kernel Image */
62 label = "NOR (RO) Linux Kernel Image";
105 /* 4MB for Linux Kernel Image */
107 label = "NAND (RO) Linux Kernel Image";
170 /* 4MB for Linux Kernel Image */
H A Dp1020rdb-pc.dtsi59 /* 3.5 MB for Linux Kernel Image */
61 label = "NOR Linux Kernel Image";
102 /* 4MB for Linux Kernel Image */
104 label = "NAND Linux Kernel Image";
172 /* 4MB for Linux Kernel Image */
H A Dp1010rdb.dtsi51 /* 7 MB for Linux Kernel Image */
53 label = "NOR Linux Kernel Image";
132 /* 4MB for Linux Kernel Image */
134 label = "SPI Flash Linux Kernel Image";
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-kmod.spec.in8 Summary: Kernel module(s)
9 Group: System Environment/Kernel
39 Group: System Environment/Kernel
46 echo "Kernel build directory isn't set properly, cannot continue"
H A Dzfs.spec.in97 Group: System Environment/Kernel
155 Group: System Environment/Kernel
173 Group: System Environment/Kernel
191 Group: System Environment/Kernel
217 Group: System Environment/Kernel
234 Group: System Environment/Kernel
253 Group: System Environment/Kernel
277 Group: System Environment/Kernel
330 Group: System Environment/Kernel
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/
H A DCodeGenCWrappers.h38 return CodeModel::Kernel; in unwrap()
53 case CodeModel::Kernel: in wrap()
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-inode-getattr.m464 dnl # Kernel 6.3 test
74 dnl # Kernel 5.12 test
85 dnl # Kernel 4.11 test
H A Dkernel-vfs-iov_iter.m483 dnl # Kernel 6.0 changed iov_iter_get_pages() to iov_iter_get_pages2().
95 dnl # Kernel 6.0 introduced the ITER_UBUF iov_iter type. iter_is_ubuf()
107 dnl # Kernel 6.5 introduces the iter_iov() function that returns the
H A Dkernel-inode-setattr.m444 dnl # Kernel 6.3 test
54 dnl # Kernel 5.12 test
/freebsd/sys/contrib/device-tree/
H A DCOPYING1 The Linux Kernel is provided under:
20 All contributions to the Linux Kernel are subject to this COPYING file.
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DOpenMPOpt.h21 using Kernel = Function *; variable
24 using KernelSet = SetVector<Kernel>;
/freebsd/sys/contrib/openzfs/scripts/
H A Dkmodtool76 Group: System Environment/Kernel
105 Group: System Environment/Kernel
150 Group: System Environment/Kernel
229 Group: System Environment/Kernel
275 Group: System Environment/Kernel
311 Group: System Environment/Kernel
/freebsd/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…
/freebsd/sys/arm/conf/
H A DJETSON-TK11 # Kernel configuration for Jetson TK1 board
4 # and/or the handbook section on Kernel Configuration Files:
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSanitizers.def49 // Kernel AddressSanitizer (KASan)
55 // Kernel Hardware-assisted AddressSanitizer (KHWASan)
67 // Kernel MemorySanitizer (KMSAN)
133 // Kernel Control Flow Integrity
/freebsd/sys/amd64/conf/
H A DGENERIC-KCSAN2 # GENERIC-KCSAN -- Kernel Concurrency Sanitizer kernel configuration file
13 # and/or the handbook section on Kernel Configuration Files:

1234567891011