Home
last modified time | relevance | path

Searched refs:ignored (Results 1 – 25 of 431) sorted by relevance

12345678910>>...18

/linux-6.3-rc2/arch/x86/boot/
A Dcpuflags.c81 u32 ignored; in get_cpuflags() local
96 cpuid(0x1, &tfms, &ignored, &cpu.flags[4], in get_cpuflags()
106 cpuid_count(0x00000007, 0, &ignored, &ignored, in get_cpuflags()
107 &cpu.flags[16], &ignored); in get_cpuflags()
110 cpuid(0x80000000, &max_amd_level, &ignored, &ignored, in get_cpuflags()
111 &ignored); in get_cpuflags()
115 cpuid(0x80000001, &ignored, &ignored, &cpu.flags[6], in get_cpuflags()
/linux-6.3-rc2/Documentation/s390/
A Dcommon_io.rst19 The given devices will be ignored by the common I/O-layer; no detection
24 An ignored device can be un-ignored later; see the "/proc entries"-section for
51 By default, no devices are ignored.
62 "free all" will un-ignore all ignored devices,
66 For example, if devices 0.0.0023 to 0.0.0042 and 0.0.4711 are ignored,
70 to 0.0.002f, 0.0.0033 to 0.0.0042 and 0.0.4711 ignored;
80 You can also add ranges of devices to be ignored by piping to
85 ignored, there will be no effect on then. However, if such a device
86 disappears and then reappears, it will then be ignored. To make
96 You can remove already known but now ignored devices via::
[all …]
/linux-6.3-rc2/drivers/staging/axis-fifo/
A Daxis-fifo.txt28 - xlnx,axis-tdest-width: AXI-Stream TDEST width (ignored by the driver)
29 - xlnx,axis-tid-width: AXI-Stream TID width (ignored by the driver)
30 - xlnx,axis-tuser-width: AXI-Stream TUSER width (ignored by the driver)
31 - xlnx,data-interface-type: Should be <0x0> (ignored by the driver)
39 (ignored by the driver)
41 (ignored by the driver)
42 - xlnx,s-axi-id-width: Should be <0x4> (ignored by the driver)
43 - xlnx,s-axi4-data-width: Should be <0x20> (ignored by the driver)
44 - xlnx,select-xpm: Should be <0x0> (ignored by the driver)
47 (ignored by the driver)
[all …]
/linux-6.3-rc2/arch/mips/fw/arc/
A Dcmdline.c26 static char *ignored[] = { variable
88 for (i = 0; i < ARRAY_SIZE(ignored); i++) { in prom_init_cmdline()
89 int len = strlen(ignored[i]); in prom_init_cmdline()
91 if (!strncmp(prom_argv(actr), ignored[i], len)) in prom_init_cmdline()
/linux-6.3-rc2/arch/arm/boot/dts/
A Dhighbank.dts29 /* kHz ignored */
48 /* kHz ignored */
67 /* kHz ignored */
86 /* kHz ignored */
/linux-6.3-rc2/scripts/kconfig/tests/preprocess/variable/
A DKconfig52 # Unreferenced parameters are just ignored.
53 $(warning,$(greeting,Hello,John,ignored,ignored))
/linux-6.3-rc2/drivers/net/wireless/silabs/wfx/
A Dtraces.h315 TP_PROTO(u32 val, bool ignored),
316 TP_ARGS(val, ignored),
319 __field(bool, ignored)
323 __entry->ignored = ignored;
327 __entry->ignored ? " (ignored)" : ""
331 TP_PROTO(u32 val, bool ignored),
332 TP_ARGS(val, ignored));
333 #define _trace_piggyback(val, ignored) trace_piggyback(val, ignored) argument
/linux-6.3-rc2/tools/testing/selftests/damon/
A Dhuge_count_read_write.c14 #pragma GCC diagnostic ignored "-Wstringop-overread"
15 #pragma GCC diagnostic ignored "-Wstringop-overflow"
/linux-6.3-rc2/drivers/misc/lkdtm/
A Dbugs.c277 volatile unsigned int ignored; variable
286 ignored = value; in lkdtm_OVERFLOW_SIGNED()
290 ignored = value; in lkdtm_OVERFLOW_SIGNED()
301 ignored = value; in lkdtm_OVERFLOW_UNSIGNED()
305 ignored = value; in lkdtm_OVERFLOW_UNSIGNED()
/linux-6.3-rc2/scripts/
A DMakefile.clang38 CLANG_FLAGS += -Werror=ignored-optimization-argument
39 CLANG_FLAGS += -Werror=option-ignored
A Dlist-gitignored.c679 bool ignored; in is_ignored() local
706 ignored = (flags & PATTERN_FLAG_NEGATIVE) == 0; in is_ignored()
707 if (ignored) in is_ignored()
710 return ignored; in is_ignored()
879 bool ignored; in traverse_directory() local
901 ignored = true; in traverse_directory()
907 ignored = traverse_directory(path, pathlen); in traverse_directory()
909 ignored = false; in traverse_directory()
912 if (ignored) { in traverse_directory()
/linux-6.3-rc2/crypto/
A Dalgif_skcipher.c51 size_t ignored, int flags) in _skcipher_recvmsg() argument
150 size_t ignored, int flags) in skcipher_recvmsg() argument
157 int err = _skcipher_recvmsg(sock, msg, ignored, flags); in skcipher_recvmsg()
262 size_t ignored, int flags) in skcipher_recvmsg_nokey() argument
270 return skcipher_recvmsg(sock, msg, ignored, flags); in skcipher_recvmsg_nokey()
A Dalgif_aead.c89 size_t ignored, int flags) in _aead_recvmsg() argument
324 size_t ignored, int flags) in aead_recvmsg() argument
331 int err = _aead_recvmsg(sock, msg, ignored, flags); in aead_recvmsg()
436 size_t ignored, int flags) in aead_recvmsg_nokey() argument
444 return aead_recvmsg(sock, msg, ignored, flags); in aead_recvmsg_nokey()
/linux-6.3-rc2/lib/
A Dstackinit_kunit.c152 int ignored; \
163 ignored = leaf_ ##name((unsigned long)&ignored, 1, \
173 ignored = leaf_ ##name((unsigned long)&ignored, 0, \
/linux-6.3-rc2/arch/powerpc/platforms/pseries/
A DhvCall_inst.c86 static void probe_hcall_entry(void *ignored, unsigned long opcode, unsigned long *args) in probe_hcall_entry() argument
98 static void probe_hcall_exit(void *ignored, unsigned long opcode, long retval, in probe_hcall_exit() argument
/linux-6.3-rc2/include/linux/
A Ddmar.h46 u8 ignored:1; /* ignore drhd */ member
77 if (drhd->ignored) {} else
82 if (i=drhd->iommu, drhd->ignored) {} else
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-devices-platform-sh_mobile_lcdc_fb9 from 0 (transparent) to 255 (opaque). The value is ignored if
43 range from 0 to 255. The value is ignored if the mode is not
A Ddebugfs-cec-error-inj12 Leading spaces/tabs are ignored. If the next character is a '#' or the
13 end of the line was reached, then the whole line is ignored. Otherwise
/linux-6.3-rc2/tools/testing/selftests/kvm/x86_64/
A Dkvm_pv_test.c43 uint64_t ignored; in test_msr() local
48 vector = rdmsr_safe(msr->idx, &ignored); in test_msr()
/linux-6.3-rc2/Documentation/fb/
A Dintel810.rst66 ignored if 'mode_option' is specified. See 'o' below).
73 is enabled, this will be ignored and computed as 3*xres/4. (This
74 parameter will be ignored if 'mode_option' is specified. See 'o'
103 ignored and values will be taken from the EDID block.
111 rate. If EDID probing is successful, these will be ignored and values
175 is specified, the options 'xres' and 'yres' will be ignored. See
/linux-6.3-rc2/arch/arm/kernel/
A Dsmp_tlb.c26 static inline void ipi_flush_tlb_all(void *ignored) in ipi_flush_tlb_all() argument
72 static inline void ipi_flush_bp_all(void *ignored) in ipi_flush_bp_all() argument
/linux-6.3-rc2/tools/build/feature/
A Dtest-gtk2.c2 #pragma GCC diagnostic ignored "-Wstrict-prototypes"
A Dtest-gtk2-infobar.c2 #pragma GCC diagnostic ignored "-Wstrict-prototypes"
/linux-6.3-rc2/drivers/block/drbd/
A Ddrbd_debugfs.c537 static int callback_history_show(struct seq_file *m, void *ignored) in callback_history_show() argument
573 static int connection_oldest_requests_show(struct seq_file *m, void *ignored) in connection_oldest_requests_show() argument
660 static int device_resync_extents_show(struct seq_file *m, void *ignored) in device_resync_extents_show() argument
675 static int device_act_log_extents_show(struct seq_file *m, void *ignored) in device_act_log_extents_show() argument
690 static int device_oldest_requests_show(struct seq_file *m, void *ignored) in device_oldest_requests_show() argument
718 static int device_data_gen_id_show(struct seq_file *m, void *ignored) in device_data_gen_id_show() argument
737 static int device_ed_gen_id_show(struct seq_file *m, void *ignored) in device_ed_gen_id_show() argument
843 static int drbd_version_show(struct seq_file *m, void *ignored) in drbd_version_show() argument
/linux-6.3-rc2/arch/arm64/include/asm/
A Dneon-intrinsics.h37 #pragma clang diagnostic ignored "-Wincompatible-pointer-types"

Completed in 50 milliseconds

12345678910>>...18