| /linux/arch/riscv/kernel/ |
| H A D | sys_hwprobe.c | 24 #define EXT_KEY(isa_arg, ext, pv, missing) \ argument 29 missing |= RISCV_HWPROBE_EXT_##ext; \ 82 u64 missing = 0; in hwprobe_isa_ext0() local 106 EXT_KEY(isainfo->isa, ZAAMO, pair->value, missing); in hwprobe_isa_ext0() 107 EXT_KEY(isainfo->isa, ZABHA, pair->value, missing); in hwprobe_isa_ext0() 108 EXT_KEY(isainfo->isa, ZACAS, pair->value, missing); in hwprobe_isa_ext0() 109 EXT_KEY(isainfo->isa, ZALASR, pair->value, missing); in hwprobe_isa_ext0() 110 EXT_KEY(isainfo->isa, ZALRSC, pair->value, missing); in hwprobe_isa_ext0() 111 EXT_KEY(isainfo->isa, ZAWRS, pair->value, missing); in hwprobe_isa_ext0() 112 EXT_KEY(isainfo->isa, ZBA, pair->value, missing); in hwprobe_isa_ext0() [all …]
|
| /linux/tools/tracing/rtla/ |
| H A D | Makefile.config | 12 $(error Error: $(PKG_CONFIG) needed by libtraceevent/libtracefs is missing on this system, please install it) 35 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel) 51 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel) 60 $(info libcpupower is missing, building without --deepest-idle-state support.) 68 $(info libcheck is missing, building without unit tests support.) 86 $(info libbpf is missing, building without BPF skeleton support.) 95 $(info clang is missing or does not support BPF CO-RE, building without BPF skeleton support.) 104 $(info bpftool is missing or not supporting skeletons, building without BPF skeleton support.)
|
| /linux/tools/perf/tests/shell/ |
| H A D | record.sh | 68 echo "Per-thread record [Failed missing output]" 91 echo "Per-thread record [Failed -p missing output]" 103 echo "Register capture test [Skipped missing event]" 108 echo "Register capture test [Skipped missing registers]" 116 echo "Register capture test [Failed missing output]" 132 echo "System-wide record [Failed missing output]" 145 echo "System-wide record [Failed --threads missing output]" 162 echo "Workload record [Failed missing output]" 175 echo "Workload record [Failed --threads missing output]" 201 echo "Branch counter report test [Failed missing output]" [all …]
|
| H A D | sched.sh | 74 echo "Sched latency [Failed missing output]" 84 echo "Sched script [Failed missing output]" 94 echo "Sched map [Failed missing output]" 104 echo "Sched timehist [Failed missing output]"
|
| H A D | stat.sh | 280 echo "stat -C <cpu> test [Failed - missing output for cpus $online_cpus]" 304 echo "stat -C <cpu> test [Failed - missing output for cpu $cpu]" 341 echo "stat -C <cpu> test [Failed - missing output for cpus 0,1]" 357 echo "stat -C <cpu> test [Failed - missing output for cpus 0-1]" 379 echo "stat -A test [Failed - missing CPU column]" 399 echo "stat -d test [Failed - missing output]" 415 echo "stat -dd test [Failed - missing output]" 431 echo "stat -ddd test [Failed - missing output]" 452 echo "stat -r test [Failed - missing variance]" 476 echo "stat -p test [Failed - missing outpu [all...] |
| H A D | annotate.sh | 64 echo "${mode} annotate [Failed: missing target symbol]" 73 echo "${mode} annotate [Failed: missing disasm output from default disassembler]" 88 echo "${mode} annotate [Failed: missing disasm output when specifying the target symbol]" 102 …echo "${mode} annotate [Failed: missing disasm output from non default disassembler (using --objdu…
|
| /linux/kernel/gcov/ |
| H A D | Makefile | 6 CFLAGS_gcc_base.o += -Wno-missing-prototypes -Wno-missing-declarations 8 CFLAGS_clang.o += -Wno-missing-prototypes -Wno-missing-declarations
|
| /linux/tools/docs/ |
| H A D | sphinx-pre-install | 20 maintainers, showing hints and missing dependencies. 23 and provides recommendations for installing missing packages. It supports both 82 - missing: missing dependencies list, containing a distro-independent 83 name for a missing dependency and its type. 84 - missing_pkg: ancillary dict containing missing dependencies in 90 self.missing = {} 100 missing dependencies. 110 return f"ERROR: {msg} mandatory deps missing" 112 return f"Warning: {msg} optional deps missing" 129 Add a package at the self.missing() dictionary. [all …]
|
| /linux/arch/riscv/include/asm/vendor_extensions/ |
| H A D | vendor_hwprobe.h | 16 missing |= RISCV_HWPROBE_VENDOR_EXT_##ext; \ 24 * and missing. It should be filled with VENDOR_EXT_KEY expressions. 29 u64 missing = 0; \ 34 (pair)->value &= ~missing; \
|
| /linux/tools/testing/selftests/kexec/ |
| H A D | test_kexec_file_load.sh | 129 log_fail "$succeed_msg (missing sig)" 134 log_fail "$succeed_msg (missing PE sig)" 139 log_fail "$succeed_msg (missing IMA sig)" 145 log_fail "$succeed_msg (possibly missing IMA sig)" 171 log_pass "$failed_msg (missing PE sig)" 175 log_pass "$failed_msg (missing IMA sig)" 181 log_pass "$failed_msg (possibly missing IMA sig)"
|
| /linux/Documentation/admin-guide/media/ |
| H A D | rcar-fdp1.rst | 27 recover missing lines. This method is also known as blending or Line 30 - The previous and next fields are averaged to recover lines missing from 34 field is used to fill missing lines from the current field. This method 38 used to fill missing lines from the current field. This method is also
|
| /linux/security/landlock/ |
| H A D | audit.c | 258 access_mask_t missing = 0; in get_layer_from_deny_masks() 280 missing = BIT(access_bit); 283 missing |= BIT(access_bit); in test_get_layer_from_deny_masks() 297 *access_request = missing; in test_get_layer_from_deny_masks() 555 access_mask_t missing; 565 missing = request->access; 566 if (missing) { 570 &missing, 577 &missing, _LANDLOCK_ACCESS_FS_OPTIONAL, 630 quiet_applicable_to_access = (quiet_mask & missing) 252 access_mask_t missing = 0; get_layer_from_deny_masks() local 365 access_mask_t missing; landlock_log_denial() local [all...] |
| /linux/Documentation/ |
| H A D | Kconfig | 6 bool "Warn if there's a missing documentation file" 9 This option makes the Kernel to check for missing dependencies, 10 warning when something is missing. Works only if the Kernel
|
| /linux/tools/perf/pmu-events/arch/arm64/hisilicon/hip08/ |
| H A D | core-imp-def.json | 111 … any micro operation is issued and meanwhile there is any load operation missing L1 cache and pend… 114 … any micro operation is issued and meanwhile there is any load operation missing L1 cache and pend… 117 … any micro operation is issued and meanwhile there is any load operation missing both L1 and L2 ca… 120 … any micro operation is issued and meanwhile there is any load operation missing both L1 and L2 ca…
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | ti,tps62360.yaml | 38 is missing, then assume that there is no GPIO for 45 is missing, then assume that there is no GPIO for 60 is missing, then assume the state as low. 66 is missing, then assume the state as low.
|
| /linux/scripts/coccinelle/misc/ |
| H A D | add_namespace.cocci | 3 /// Adds missing MODULE_IMPORT_NS statements to source files 6 /// add a missing namespace tag to a module source file. 18 // Add missing imports, but only adjacent to a MODULE_LICENSE statement.
|
| /linux/sound/soc/fsl/ |
| H A D | eukrea-tlv320.c | 96 "eukrea,model node missing or invalid.\n"); in eukrea_tlv320_probe() 104 "ssi-controller missing or invalid.\n"); in eukrea_tlv320_probe() 113 dev_err(&pdev->dev, "codec-handle node missing or invalid.\n"); in eukrea_tlv320_probe() 118 "fsl,mux-int-port node missing or invalid.\n"); in eukrea_tlv320_probe() 124 "fsl,mux-ext-port node missing or invalid.\n"); in eukrea_tlv320_probe() 188 "Missing or invalid audmux DT node.\n"); in eukrea_tlv320_probe()
|
| /linux/Documentation/admin-guide/mm/ |
| H A D | userfaultfd.rst | 166 the zero page for a missing fault. With userfaultfd, userspace can 185 - You get the address of the access that triggered the missing page 226 (when e.g. page is missing) over different types of memories. 229 (e.g. when pages are missing and not populated). For file-backed memories 232 message generated when writing to a missing page on file typed memories, 244 resolving missing / minor faults with ``UFFDIO_COPY`` or ``UFFDIO_CONTINUE`` 288 In response to a fault (either missing or minor), an action userspace can 326 The QEMU in the source node writes all pages that it knows are missing 340 the userfault address it writes the information about the missing page 343 remaining missing pages from that new page offset. Soon after that [all …]
|
| /linux/scripts/ |
| H A D | spdxcheck.py | 34 self.missing = 0 40 self.missing += miss 78 … raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic)) 84 … raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception) 161 raise ParserException(tok, 'Missing parentheses') 405 if not di.missing: 421 missing = parser.checked - parser.spdx_valid variable 422 mpc = int(100 * missing / parser.checked) 423 sys.stderr.write('Files without SPDX:%12d %3d%%\n' %(missing, mpc)) 437 if di.missing: [all …]
|
| /linux/drivers/clk/rockchip/ |
| H A D | rst-rk3588.c | 31 RK3588_CRU_RESET_OFFSET(SRST_CSIPHY0, 1, 7), // missing in TRM 33 RK3588_CRU_RESET_OFFSET(SRST_CSIPHY1, 1, 9), // missing in TRM 51 RK3588_CRU_RESET_OFFSET(SRST_DCPHY0, 3, 11), // missing in TRM 56 RK3588_CRU_RESET_OFFSET(SRST_DCPHY1, 4, 0), // missing in TRM 702 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0_ROPLL, 72, 12), // missing in TRM 703 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0_LCPLL, 72, 13), // missing in TRM 704 RK3588_CRU_RESET_OFFSET(SRST_HDPTX0, 72, 14), // missing in TRM 705 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1_ROPLL, 72, 15), // missing in TRM 708 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1_LCPLL, 73, 0), // missing in TRM 709 RK3588_CRU_RESET_OFFSET(SRST_HDPTX1, 73, 1), // missing in TRM [all …]
|
| /linux/tools/tracing/latency/ |
| H A D | Makefile.config | 9 …$(error Error: $(PKG_CONFIG) needed by libtraceevent/libtracefs is missing on this system, please … 25 $(info libtraceevent is missing. Please install libtraceevent-dev/libtraceevent-devel) 34 $(info libtracefs is missing. Please install libtracefs-dev/libtracefs-devel)
|
| /linux/tools/perf/tests/ |
| H A D | wp.c | 172 test->test_cases[subtest].skip_reason = "missing kernel support"; in test__wp_modify() 204 TEST_CASE_REASON("Read Only Watchpoint", wp_ro, "missing hardware support"), 205 TEST_CASE_REASON("Write Only Watchpoint", wp_wo, "missing hardware support"), 206 TEST_CASE_REASON("Read / Write Watchpoint", wp_rw, "missing hardware support"), 207 TEST_CASE_REASON("Modify Watchpoint", wp_modify, "missing hardware support"),
|
| /linux/tools/testing/selftests/lkdtm/ |
| H A D | run.sh | 18 echo "Cannot find $TRIGGER (missing CONFIG_LKDTM?)" 31 echo "Skipped: missing test '$test' in tests.txt" 36 echo "Skipped: test '$test' missing in $TRIGGER!" 109 echo "$test: missing '$expect': [FAIL]"
|
| /linux/scripts/coccinelle/free/ |
| H A D | pci_free_consistent.cocci | 2 /// Find missing pci_free_consistent for every pci_alloc_consistent. 43 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei… 51 msg = "ERROR: missing pci_free_consistent; pci_alloc_consistent on line %s and return without freei…
|
| /linux/tools/testing/selftests/net/mptcp/ |
| H A D | pm_nl_ctl.c | 378 error(1, 0, " missing local IP"); in dsf() 383 error(1, 0, " missing local port"); in dsf() 388 error(1, 0, " missing remote IP"); in dsf() 393 error(1, 0, " missing remote port"); in dsf() 398 error(1, 0, " missing token"); in dsf() 493 error(1, 0, " missing local IP"); in csf() 498 error(1, 0, " missing local id"); in csf() 503 error(1, 0, " missing remote ip"); in csf() 508 error(1, 0, " missing remote port"); in csf() 513 error(1, 0, " missing toke in csf() [all...] |