Home
last modified time | relevance | path

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

12345678910>>...17

/linux/arch/x86/boot/
H 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/Documentation/arch/s390/
H 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.
59 Lists the ranges of devices (by bus id) which are ignored by common I/O.
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;
73 - echo free all > /proc/cio_ignore will un-ignore all remaining ignored
76 When a device is un-ignored, device recognition and sensing is performed and
80 You can also add ranges of devices to be ignored by piping to
[all …]
/linux/drivers/staging/axis-fifo/
H 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/arch/mips/fw/arc/
H 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/Documentation/userspace-api/
H A DELF.rst20 interpreter. Other PT_INTERP headers are ignored (since Linux 2.4.11).
26 (since Linux 2.6.6). Other PT_GNU_STACK headers are ignored.
34 are ignored.
/linux/arch/arm/boot/dts/calxeda/
H A Dhighbank.dts29 /* kHz ignored */
48 /* kHz ignored */
67 /* kHz ignored */
86 /* kHz ignored */
/linux/drivers/net/wireless/silabs/wfx/
H 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/drivers/misc/lkdtm/
H A Dbugs.c334 static volatile unsigned int ignored; variable
343 ignored = value; in lkdtm_OVERFLOW_SIGNED()
347 ignored = value; in lkdtm_OVERFLOW_SIGNED()
358 ignored = value; in lkdtm_OVERFLOW_UNSIGNED()
362 ignored = value; in lkdtm_OVERFLOW_UNSIGNED()
438 ignored = inst->array[1]; in lkdtm_FAM_BOUNDS()
442 ignored = inst->array[fam_count]; in lkdtm_FAM_BOUNDS()
/linux/scripts/kconfig/tests/preprocess/variable/
H A DKconfig52 # Unreferenced parameters are just ignored.
53 $(warning,$(greeting,Hello,John,ignored,ignored))
/linux/tools/testing/selftests/damon/
H A Dhuge_count_read_write.c14 #pragma GCC diagnostic ignored "-Wstringop-overread"
15 #pragma GCC diagnostic ignored "-Wstringop-overflow"
/linux/tools/net/ynl/
H A Dynl-gen-rst.py212 ignored = ["pad"]
218 if field_name in ignored:
238 ignored = ["render-max"] # This is not printed
244 if k in preprocessed + ignored:
264 ignored = ["checks"]
279 if k in preprocessed + ignored:
/linux/tools/testing/selftests/kvm/x86_64/
H A Dhwcr_msr_test.c13 const uint64_t ignored = BIT_ULL(3) | BIT_ULL(6) | BIT_ULL(8); in test_hwcr_bit() local
15 const uint64_t legal = ignored | valid; in test_hwcr_bit()
H A Dkvm_pv_test.c43 uint64_t ignored; in test_msr() local
48 vector = rdmsr_safe(msr->idx, &ignored); in test_msr()
/linux/scripts/
H A DMakefile.clang36 CLANG_FLAGS += -Werror=ignored-optimization-argument
37 CLANG_FLAGS += -Werror=option-ignored
/linux/crypto/
H A Dalgif_skcipher.c97 size_t ignored, int flags) in _skcipher_recvmsg() argument
214 size_t ignored, int flags) in skcipher_recvmsg() argument
221 int err = _skcipher_recvmsg(sock, msg, ignored, flags); in skcipher_recvmsg()
313 size_t ignored, int flags) in skcipher_recvmsg_nokey() argument
321 return skcipher_recvmsg(sock, msg, ignored, flags); in skcipher_recvmsg_nokey()
H A Dalgif_aead.c89 size_t ignored, int flags) in _aead_recvmsg() argument
326 size_t ignored, int flags) in aead_recvmsg() argument
333 int err = _aead_recvmsg(sock, msg, ignored, flags); in aead_recvmsg()
425 size_t ignored, int flags) in aead_recvmsg_nokey() argument
433 return aead_recvmsg(sock, msg, ignored, flags); in aead_recvmsg_nokey()
/linux/lib/
H A Dstackinit_kunit.c161 int ignored; \
172 ignored = leaf_ ##name((unsigned long)&ignored, 1, \
180 ignored = leaf_ ##name((unsigned long)&ignored, 0, \
/linux/arch/powerpc/platforms/pseries/
H 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/Documentation/ABI/testing/
H 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
H 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/arch/x86/include/asm/
H A Dresctrl.h147 static inline bool resctrl_arch_match_rmid(struct task_struct *tsk, u32 ignored, in resctrl_arch_match_rmid() argument
165 static inline u32 resctrl_arch_rmid_idx_encode(u32 ignored, u32 rmid) in resctrl_arch_rmid_idx_encode() argument
/linux/tools/include/linux/
H A Dunaligned.h10 #pragma GCC diagnostic ignored "-Wpacked"
11 #pragma GCC diagnostic ignored "-Wattributes"
/linux/Documentation/fb/
H 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/drivers/block/drbd/
H 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/arch/arm/kernel/
H 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

12345678910>>...17