/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | AMDGPUMetadata.cpp | 22 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 D | SPIRVSymbolicOperands.td | 336 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 D | MemorySanitizer.h | 26 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 D | p1024rdb.dtsi | 59 /* 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 D | p2020rdb.dts | 60 /* 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 D | c293pcie.dts | 89 /* 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 D | p2020rdb-pc.dtsi | 59 /* 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 D | p1021rdb-pc.dtsi | 59 /* 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 D | p1020rdb-pd.dts | 68 /* 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 D | p1020rdb.dtsi | 60 /* 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 D | p1020rdb-pc.dtsi | 59 /* 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 D | p1010rdb.dtsi | 51 /* 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 D | zfs-kmod.spec.in | 8 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 D | zfs.spec.in | 97 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 D | CodeGenCWrappers.h | 38 return CodeModel::Kernel; in unwrap() 53 case CodeModel::Kernel: in wrap()
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-inode-getattr.m4 | 64 dnl # Kernel 6.3 test 74 dnl # Kernel 5.12 test 85 dnl # Kernel 4.11 test
|
H A D | kernel-vfs-iov_iter.m4 | 83 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 D | kernel-inode-setattr.m4 | 44 dnl # Kernel 6.3 test 54 dnl # Kernel 5.12 test
|
/freebsd/sys/contrib/device-tree/ |
H A D | COPYING | 1 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 D | OpenMPOpt.h | 21 using Kernel = Function *; variable 24 using KernelSet = SetVector<Kernel>;
|
/freebsd/sys/contrib/openzfs/scripts/ |
H A D | kmodtool | 76 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 D | lib.in | 64 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 D | JETSON-TK1 | 1 # 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 D | Sanitizers.def | 49 // Kernel AddressSanitizer (KASan) 55 // Kernel Hardware-assisted AddressSanitizer (KHWASan) 67 // Kernel MemorySanitizer (KMSAN) 133 // Kernel Control Flow Integrity
|
/freebsd/sys/amd64/conf/ |
H A D | GENERIC-KCSAN | 2 # GENERIC-KCSAN -- Kernel Concurrency Sanitizer kernel configuration file 13 # and/or the handbook section on Kernel Configuration Files:
|