Home
last modified time | relevance | path

Searched full:kernel (Results 1 – 25 of 4728) sorted by relevance

12345678910>>...190

/third_party/ltp/tools/
Drestore_kernel_faults_default.sh35 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-end
36 echo 0 > /sys/kernel/debug/fail_io_timeout/reject-start
37 echo 4294967295 > /sys/kernel/debug/fail_io_timeout/require-end
38 echo 0 > /sys/kernel/debug/fail_io_timeout/require-start
39 echo 32 > /sys/kernel/debug/fail_io_timeout/stacktrace-depth
40 echo N > /sys/kernel/debug/fail_io_timeout/task-filter
41 echo 2 > /sys/kernel/debug/fail_io_timeout/verbose
42 echo 0 > /sys/kernel/debug/fail_io_timeout/space
43 echo 1 > /sys/kernel/debug/fail_io_timeout/times
44 echo 1 > /sys/kernel/debug/fail_io_timeout/interval
[all …]
/third_party/ltp/
DREADME.kernel_config2 Enable CODE COVERAGE for your Kernel:
4 1) Apply kernel-gcov patch(s) against the corresponding Kernel. They are available here:
5 http://ltp.cvs.sourceforge.net/viewvc/ltp/utils/analysis/gcov-kernel/linux-2.*.*-gcov.patch?view=lo…
6 2) Also enable the following options in your .config file before building the kernel
13 Enabling Kernel Configuration to test Containers/Namespaces
32 Enabling Kernel Configuration to test Controllers
44 Enabling Kernel Configuration to test Power Management features
66 Enabling Kernel Configuration to test filecaps security feature
70 Enabling Kernel Configuration to test SELinux security feature
72 Your Kernel should have been built with the following options to
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
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 …]
/third_party/skia/third_party/externals/spirv-tools/test/
Doperand_capabilities_test.cpp113 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
133 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
161 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
177 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
178 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
185 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
186 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
218 CASE3(DIMENSIONALITY, Dim2D, Kernel, Shader, ImageMSArray),
232 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
234 Kernel),
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Doperand_capabilities_test.cpp113 CASE1(EXECUTION_MODEL, ExecutionModelKernel, Kernel),
133 CASE1(MEMORY_MODEL, MemoryModelOpenCL, Kernel),
161 CASE1(EXECUTION_MODE, ExecutionModeLocalSizeHint, Kernel),
177 CASE1(EXECUTION_MODE, ExecutionModeVecTypeHint, Kernel),
178 CASE1(EXECUTION_MODE, ExecutionModeContractionOff, Kernel),
185 CASE1(EXECUTION_MODE, ExecutionModeInitializer, Kernel),
186 CASE1(EXECUTION_MODE, ExecutionModeFinalizer, Kernel),
218 CASE3(DIMENSIONALITY, Dim2D, Kernel, Shader, ImageMSArray),
232 CASE1(SAMPLER_ADDRESSING_MODE, SamplerAddressingModeNone, Kernel),
234 Kernel),
[all …]
/third_party/protobuf/js/experimental/runtime/kernel/
Dmessage_set.js20 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
37 * @param {!Kernel} kernel
40 function createItemMap(kernel) { argument
43 for (const item of kernel.getRepeatedGroupIterable(
51 writeItemMap(kernel, itemMap);
57 * @param {!Kernel} kernel
60 function writeItemMap(kernel, itemMap) { argument
61 kernel.setRepeatedGroupIterable(MSET_GROUP_FIELD_NUMBER, itemMap.values());
70 * @param {!Kernel} kernel
73 static fromKernel(kernel) { argument
[all …]
Dkernel_test.js2 * @fileoverview Tests for kernel.js.
11 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
27 describe('Kernel', () => {
29 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0));
34 const accessor = Kernel.fromArrayBuffer(
43 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0));
48 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0), 50);
53 describe('Kernel hasFieldNumber', () => {
55 const accessor = Kernel.fromArrayBuffer(new ArrayBuffer(0));
61 const accessor = Kernel.fromArrayBuffer(bytes);
[all …]
Dkernel_compatibility_test.js2 * @fileoverview Tests to make sure Kernel can read data in a backward
19 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
42 const oldAccessor = Kernel.createEmpty();
47 const newAccessor = Kernel.fromArrayBuffer(serializedData);
53 const message = new TestMessage(Kernel.createEmpty());
56 const oldAccessor = Kernel.createEmpty();
61 const newAccessor = Kernel.fromArrayBuffer(serializedData);
71 const message = new TestMessage(Kernel.createEmpty());
74 const oldAccessor = Kernel.createEmpty();
80 const newAccessor = Kernel.fromArrayBuffer(serializedData);
[all …]
Dkernel_repeated_test.js2 * @fileoverview Tests for repeated methods in kernel.js.
11 const Kernel = goog.require('protobuf.runtime.Kernel'); constant
71 describe('Kernel for repeated boolean does', () => {
73 const accessor = Kernel.createEmpty();
78 const accessor = Kernel.createEmpty();
85 const accessor = Kernel.createEmpty();
91 const accessor = Kernel.fromArrayBuffer(bytes);
97 const accessor = Kernel.fromArrayBuffer(bytes);
105 const accessor = Kernel.fromArrayBuffer(bytes);
110 const accessor = Kernel.createEmpty();
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h100 // Kernel Metadata.
102 namespace Kernel {
105 // Kernel Attributes Metadata.
110 /// Key for Kernel::Attr::Metadata::mReqdWorkGroupSize.
112 /// Key for Kernel::Attr::Metadata::mWorkGroupSizeHint.
114 /// Key for Kernel::Attr::Metadata::mVecTypeHint.
116 /// Key for Kernel::Attr::Metadata::mRuntimeHandle.
120 /// In-memory representation of kernel attributes metadata.
128 /// External symbol created by runtime to store the kernel address
135 /// \returns True if kernel attributes metadata is empty, false otherwise.
[all …]
/third_party/mesa3d/docs/ci/
Dkernel.rst1 Upreving Linux Kernel
4 Occasionally, the Gitlab CI needs a Linux Kernel update to enable new kernel
6 Kernel uprevs in Gitlab CI are relatively simple, but prone to lots of
10 Kernel repository
13 The Linux Kernel used in the Gitlab CI is stored at the following repository:
16 It is common that Mesa kernel brings some patches that were not merged on the
17 Linux mainline, that is why Mesa has its own kernel version which should be used
20 So, one should base the kernel uprev from the last tag used in the Mesa CI,
27 Building Kernel
30 When Mesa CI generates a new rootfs image, the Linux Kernel is built based on
[all …]
/third_party/libabigail/tests/data/test-read-dwarf/
DPR25007-sdhci.ko.abi40 …-size='64' path='/ws/android/kernel/aosp/common-mainline/common/drivers/mmc/host/sdhci.c' comp-dir…
104 …<enum-decl name='dl_dev_state' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
111 …<enum-decl name='dma_data_direction' filepath='/ws/android/kernel/aosp/common-mainline/common/incl…
118 …<enum-decl name='hrtimer_restart' filepath='/ws/android/kernel/aosp/common-mainline/common/include…
123 …<enum-decl name='kobj_ns_type' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
129 …<enum-decl name='led_brightness' filepath='/ws/android/kernel/aosp/common-mainline/common/include/…
136 …<enum-decl name='memory_type' filepath='/ws/android/kernel/aosp/common-mainline/common/include/lin…
143 …<enum-decl name='migrate_mode' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
150 …<enum-decl name='module_state' filepath='/ws/android/kernel/aosp/common-mainline/common/include/li…
157 …<enum-decl name='page_entry_size' filepath='/ws/android/kernel/aosp/common-mainline/common/include…
[all …]
/third_party/mindspore/patches/
D0016-bugfix-for-argminmax-swish-int8-and-vad-asan.patch8 mindspore/lite/src/litert/kernel/cpu/BUILD.gn | 1 +
9 .../src/litert/kernel/cpu/base/custom_base.cc | 14 ++--
10 .../litert/kernel/cpu/int8/activation_int8.cc | 4 ++
11 .../litert/kernel/cpu/int8/argminmax_int8.cc | 35 +++++-----
12 .../src/litert/kernel/cpu/int8/sigmoid_int8.h | 2 +-
13 .../src/litert/kernel/cpu/int8/swish_int8.cc | 67 +++++++++++++++++++
14 .../src/litert/kernel/cpu/int8/swish_int8.h | 38 +++++++++++
17 create mode 100644 mindspore/lite/src/litert/kernel/cpu/int8/swish_int8.cc
18 create mode 100644 mindspore/lite/src/litert/kernel/cpu/int8/swish_int8.h
20 diff --git a/mindspore/lite/src/litert/kernel/cpu/BUILD.gn b/mindspore/lite/src/litert/kernel/cpu/B…
[all …]
D0028-fix-onnx-parser-and-cpu-kernel.patch4 Subject: [PATCH] ConstantOfShape and StridedSlice kernel support bool type
7 .../device/cpu/kernel/nnacl/constant_of_shape_parameter.h | 1 +
8 .../device/cpu/kernel/nnacl/fp32/constant_of_shape_fp32.h | 7 +++++++
9 .../plugin/device/cpu/kernel/nnacl/kernel/strided_slice.c | 1 +
12 .../lite/src/litert/kernel/cpu/base/constant_of_shape.cc | 5 +++++
16 …mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/constant_of_shape_parameter.h b/mindspore/ccsrc/plu…
18 --- a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/constant_of_shape_parameter.h
19 +++ b/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/constant_of_shape_parameter.h
28 …mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/constant_of_shape_fp32.h b/mindspore/ccsrc/plu…
30 --- a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/constant_of_shape_fp32.h
[all …]
D0023-support-x86-emulator-build.patch7 .../plugin/device/cpu/kernel/nnacl/BUILD.gn | 92 +++++++++++++++----
10 mindspore/lite/src/litert/kernel/cpu/BUILD.gn | 28 +++++-
16 …f --git a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/BUILD.gn b/mindspore/ccsrc/plugin/device/…
18 --- a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/BUILD.gn
19 +++ b/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/BUILD.gn
47 "kernel/convolution_depthwise_sw.c",
48 "kernel/convolution_im2col_arm32.c",
49 "kernel/convolution_im2col_arm64.c",
50 - "kernel/convolution_im2col_avx512.c",
51 "kernel/convolution_im2col_avx.c",
[all …]
D0002-train-and-build.patch7 .../plugin/device/cpu/kernel/nnacl/BUILD.gn | 16 +-
10 mindspore/lite/src/litert/kernel/cpu/BUILD.gn | 1 +
11 .../litert/kernel/cpu/fp32/oneslike_fp32.cc | 51 ++++
12 .../litert/kernel/cpu/fp32/oneslike_fp32.h | 46 ++++
26 create mode 100644 mindspore/lite/src/litert/kernel/cpu/fp32/oneslike_fp32.cc
27 create mode 100644 mindspore/lite/src/litert/kernel/cpu/fp32/oneslike_fp32.h
31 …f --git a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/BUILD.gn b/mindspore/ccsrc/plugin/device/…
33 --- a/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/BUILD.gn
34 +++ b/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/BUILD.gn
195 + "src/litert/kernel/cpu/fp16_grad/activation_fp16_grad.cc",
[all …]
/third_party/spirv-tools/test/
Doperand_capabilities_test.cpp150 CASE1(EXECUTION_MODEL, ExecutionModel::Kernel, Kernel),
170 CASE1(MEMORY_MODEL, MemoryModel::OpenCL, Kernel),
198 CASE1(EXECUTION_MODE, ExecutionMode::LocalSizeHint, Kernel),
214 CASE1(EXECUTION_MODE, ExecutionMode::VecTypeHint, Kernel),
215 CASE1(EXECUTION_MODE, ExecutionMode::ContractionOff, Kernel),
222 CASE1(EXECUTION_MODE, ExecutionMode::Initializer, Kernel),
223 CASE1(EXECUTION_MODE, ExecutionMode::Finalizer, Kernel),
341 CASE1(IMAGE_CHANNEL_ORDER, ImageChannelOrder::R, Kernel),
342 CASE1(IMAGE_CHANNEL_ORDER, ImageChannelOrder::A, Kernel),
343 CASE1(IMAGE_CHANNEL_ORDER, ImageChannelOrder::RG, Kernel),
[all …]
/third_party/mesa3d/src/freedreno/computerator/
Dir3_asm.c32 struct ir3_kernel *kernel = calloc(1, sizeof(*kernel)); in ir3_asm_assemble() local
33 struct ir3_shader *shader = ir3_parse_asm(c, &kernel->info, in); in ir3_asm_assemble()
38 kernel->v = v; in ir3_asm_assemble()
39 kernel->bin = v->bin; in ir3_asm_assemble()
41 kernel->base.local_size[0] = v->local_size[0]; in ir3_asm_assemble()
42 kernel->base.local_size[1] = v->local_size[1]; in ir3_asm_assemble()
43 kernel->base.local_size[2] = v->local_size[2]; in ir3_asm_assemble()
44 kernel->base.num_bufs = kernel->info.num_bufs; in ir3_asm_assemble()
45 memcpy(kernel->base.buf_sizes, kernel->info.buf_sizes, in ir3_asm_assemble()
46 sizeof(kernel->base.buf_sizes)); in ir3_asm_assemble()
[all …]
Da4xx.c49 static struct kernel *
59 a4xx_disassemble(struct kernel *kernel, FILE *out) in a4xx_disassemble() argument
61 ir3_asm_disassemble(to_ir3_kernel(kernel), out); in a4xx_disassemble()
65 cs_program_emit(struct fd_ringbuffer *ring, struct kernel *kernel) in cs_program_emit() argument
67 struct ir3_kernel *ir3_kernel = to_ir3_kernel(kernel); in cs_program_emit()
159 emit_const(struct fd_ringbuffer *ring, struct kernel *kernel, uint32_t constid, uint32_t sizedwords, in emit_const() argument
169 if (kernel->buf_addr_regs[i] != INVALID_REG) { in emit_const()
170 int idx = kernel->buf_addr_regs[i]; in emit_const()
173 replacements[idx] = kernel->bufs[i]; in emit_const()
202 cs_const_emit(struct fd_ringbuffer *ring, struct kernel *kernel, in cs_const_emit() argument
[all …]
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dkernel.cpp23 #include "core/kernel.hpp"
31 kernel::kernel(clover::program &prog, const std::string &name, in kernel() function in kernel
63 kernel::launch(command_queue &q, in launch()
120 kernel::mem_local() const { in mem_local()
132 kernel::mem_private() const { in mem_private()
137 kernel::name() const { in name()
142 kernel::optimal_block_size(const command_queue &q, in optimal_block_size()
153 kernel::required_block_size() const { in required_block_size()
157 kernel::argument_range
158 kernel::args() { in args()
[all …]
/third_party/ltp/include/
Dtst_taint.h23 * tst_res(TFAIL, "kernel has issues");
25 * tst_res(TPASS, "kernel seems to be fine");
30 * The above code checks whether the kernel issued a warning (TST_TAINT_W)
33 * triggered a kernel bug.
44 * This are all 17 flags that are present in kernel 4.15
45 * see kernel/panic.c in kernel sources
47 * Not all of them are valid in all kernel versions.
51 #define TST_TAINT_S (1 << 2) /* SMP with Non-SMP kernel */
56 #define TST_TAINT_D (1 << 7) /* kernel died recently - OOPS or BUG */
58 #define TST_TAINT_W (1 << 9) /* a warning has been issued by kernel */
[all …]
/third_party/vk-gl-cts/external/amber/src/tests/cases/
Dopencl_set_arg.amber17 kernel void line(global int* in, global int* out, int slope, int offset) {
31 BIND BUFFER in_buf KERNEL ARG_NAME in
32 BIND BUFFER out_buf1 KERNEL ARG_NAME out
33 SET KERNEL ARG_NAME offset AS uint32 1
34 SET KERNEL ARG_NAME slope AS int32 2
38 BIND BUFFER out_buf2 KERNEL ARG_NAME out
45 BIND BUFFER out_buf3 KERNEL ARG_NAME out
47 -cluster-pod-kernel-args
52 BIND BUFFER out_buf4 KERNEL ARG_NAME out
53 SET KERNEL ARG_NAME slope AS int32 3
[all …]
/third_party/libbpf/
DREADME.md20 tree](https://kernel.googlesource.com/pub/scm/linux/kernel/git/bpf/bpf-next) under
22 libbpf changes should be sent to [BPF mailing list](http://vger.kernel.org/vger-lists.html#bpf),
43 All general BPF questions, including kernel functionality, libbpf APIs and
44 their application, should be sent to bpf@vger.kernel.org mailing list. You can
45 subscribe to it [here](http://vger.kernel.org/vger-lists.html#bpf) and search
46 its archive [here](https://lore.kernel.org/bpf/). Please search the archive
50 bpf@vger.kernel.org is monitored by many more people and they will happily try
93 being deployed to target servers and doesn't rely on kernel-devel headers
96 It does rely on kernel to be built with [BTF type
97 information](https://www.kernel.org/doc/html/latest/bpf/btf.html), though.
[all …]
/third_party/mesa3d/src/intel/compiler/
Dintel_clc.c185 const struct brw_kernel *kernel, in print_kernel() argument
199 for (unsigned i = 0; i < kernel->prog_data.base.num_relocs; i++) { in print_kernel()
200 const struct brw_shader_reloc *reloc = &kernel->prog_data.base.relocs[i]; in print_kernel()
206 _mesa_sha1_update(&sha1_ctx, kernel->prog_data.base.relocs, in print_kernel()
207 kernel->prog_data.base.num_relocs * in print_kernel()
208 sizeof(kernel->prog_data.base.relocs[0])); in print_kernel()
211 struct brw_cs_prog_data cs_prog_data = kernel->prog_data; in print_kernel()
216 SHA1_UPDATE_VALUE(kernel->args_size); in print_kernel()
217 SHA1_UPDATE_VALUE(kernel->arg_count); in print_kernel()
218 _mesa_sha1_update(&sha1_ctx, kernel->args, in print_kernel()
[all …]
/third_party/spirv-tools/test/link/
Dmatching_imports_to_exports_test.cpp30 OpCapability Kernel in TEST_F()
40 OpCapability Kernel in TEST_F()
54 OpCapability Kernel in TEST_F()
73 OpCapability Kernel in TEST_F()
86 OpCapability Kernel in TEST_F()
103 OpCapability Kernel in TEST_F()
118 OpCapability Kernel in TEST_F()
136 OpCapability Kernel in TEST_F()
144 OpCapability Kernel in TEST_F()
159 OpCapability Kernel in TEST_F()
[all …]

12345678910>>...190