/linux-6.6.21/arch/x86/boot/ |
D | cpuflags.c | 81 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.6.21/Documentation/arch/s390/ |
D | common_io.rst | 19 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-6.6.21/drivers/staging/axis-fifo/ |
D | axis-fifo.txt | 28 - 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.6.21/arch/mips/fw/arc/ |
D | cmdline.c | 26 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.6.21/Documentation/userspace-api/ |
D | ELF.rst | 20 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-6.6.21/arch/arm/boot/dts/calxeda/ |
D | highbank.dts | 29 /* kHz ignored */ 48 /* kHz ignored */ 67 /* kHz ignored */ 86 /* kHz ignored */
|
/linux-6.6.21/drivers/misc/lkdtm/ |
D | bugs.c | 277 static 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() 381 ignored = inst->array[1]; in lkdtm_FAM_BOUNDS() 385 ignored = inst->array[fam_count]; in lkdtm_FAM_BOUNDS()
|
/linux-6.6.21/scripts/kconfig/tests/preprocess/variable/ |
D | Kconfig | 52 # Unreferenced parameters are just ignored. 53 $(warning,$(greeting,Hello,John,ignored,ignored))
|
/linux-6.6.21/drivers/net/wireless/silabs/wfx/ |
D | traces.h | 315 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.6.21/tools/testing/selftests/damon/ |
D | huge_count_read_write.c | 14 #pragma GCC diagnostic ignored "-Wstringop-overread" 15 #pragma GCC diagnostic ignored "-Wstringop-overflow"
|
/linux-6.6.21/scripts/ |
D | Makefile.clang | 35 CLANG_FLAGS += -Werror=ignored-optimization-argument 36 CLANG_FLAGS += -Werror=option-ignored
|
/linux-6.6.21/crypto/ |
D | algif_skcipher.c | 51 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() 249 size_t ignored, int flags) in skcipher_recvmsg_nokey() argument 257 return skcipher_recvmsg(sock, msg, ignored, flags); in skcipher_recvmsg_nokey()
|
D | algif_aead.c | 89 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-6.6.21/lib/ |
D | stackinit_kunit.c | 152 int ignored; \ 163 ignored = leaf_ ##name((unsigned long)&ignored, 1, \ 173 ignored = leaf_ ##name((unsigned long)&ignored, 0, \
|
/linux-6.6.21/arch/powerpc/platforms/pseries/ |
D | hvCall_inst.c | 86 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.6.21/include/linux/ |
D | dmar.h | 46 u8 ignored:1; /* ignore drhd */ member 77 if (drhd->ignored) {} else 82 if (i=drhd->iommu, drhd->ignored) {} else
|
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/ |
D | kvm_pv_test.c | 43 uint64_t ignored; in test_msr() local 48 vector = rdmsr_safe(msr->idx, &ignored); in test_msr()
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-devices-platform-sh_mobile_lcdc_fb | 9 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
|
D | debugfs-cec-error-inj | 12 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.6.21/Documentation/fb/ |
D | intel810.rst | 66 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.6.21/arch/arm/kernel/ |
D | smp_tlb.c | 26 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.6.21/tools/build/feature/ |
D | test-gtk2.c | 2 #pragma GCC diagnostic ignored "-Wstrict-prototypes"
|
D | test-gtk2-infobar.c | 2 #pragma GCC diagnostic ignored "-Wstrict-prototypes"
|
/linux-6.6.21/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-devtrace.c | 16 #pragma GCC diagnostic ignored "-Wsuggest-attribute=format"
|
/linux-6.6.21/drivers/block/drbd/ |
D | drbd_debugfs.c | 537 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
|