/linux/arch/x86/boot/ ! |
H A D | cpuflags.c | 72 u32 ignored; in get_cpuflags() local 87 cpuid(0x1, &tfms, &ignored, &cpu.flags[4], in get_cpuflags() 97 cpuid_count(0x00000007, 0, &ignored, &ignored, in get_cpuflags() 98 &cpu.flags[16], &ignored); in get_cpuflags() 101 cpuid(0x80000000, &max_amd_level, &ignored, &ignored, in get_cpuflags() 102 &ignored); in get_cpuflags() 106 cpuid(0x80000001, &ignored, &ignored, in get_cpuflags() [all...] |
/linux/Documentation/arch/s390/ ! |
H A 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, devic [all...] |
/linux/drivers/staging/axis-fifo/ ! |
H A 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 b [all...] |
/linux/arch/mips/fw/arc/ ! |
H A 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/Documentation/userspace-api/ ! |
H A 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/arch/arm/boot/dts/calxeda/ ! |
H A D | highbank.dts | 29 /* kHz ignored */ 48 /* kHz ignored */ 67 /* kHz ignored */ 86 /* kHz ignored */
|
/linux/scripts/kconfig/tests/preprocess/variable/ ! |
H A D | Kconfig | 52 # Unreferenced parameters are just ignored. 53 $(warning,$(greeting,Hello,John,ignored,ignored))
|
/linux/drivers/misc/lkdtm/ ! |
H A D | bugs.c | 334 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/drivers/net/wireless/silabs/wfx/ ! |
H A 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_piggybac argument [all...] |
/linux/lib/tests/ ! |
H A D | randstruct_kunit.c | 30 #define do_enum(x, ignored) MEMBER_NAME_ ## x, argument 39 #define unsigned_long_member(x, ignored) unsigned long x; argument 51 #define func_member(x, ignored) size_t (*x)(int); argument 60 #define func_body(x, ignored) \ argument 262 #define func_member(x, ignored) \ in randstruct_initializers() argument
|
H A D | stackinit_kunit.c | 208 int ignored; \ 219 ignored = leaf_ ##name((unsigned long)&ignored, 1, \ 227 ignored = leaf_ ##name((unsigned long)&ignored, 0, \
|
/linux/tools/testing/selftests/kvm/x86/ ! |
H A D | hwcr_msr_test.c | 13 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()
|
/linux/tools/net/ynl/pyynl/ ! |
H A D | ynl_gen_rst.py | 212 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/scripts/ ! |
H A D | Makefile.clang | 38 CLANG_FLAGS += -Werror=ignored-optimization-argument 39 CLANG_FLAGS += -Werror=option-ignored
|
/linux/crypto/ ! |
H A D | algif_skcipher.c | 97 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 D | algif_aead.c | 67 size_t ignored, int flags) in _aead_recvmsg() argument 295 size_t ignored, int flags) in aead_recvmsg() argument 302 int err = _aead_recvmsg(sock, msg, ignored, flags); in aead_recvmsg() 394 size_t ignored, int flags) in aead_recvmsg_nokey() argument 402 return aead_recvmsg(sock, msg, ignored, flags); in aead_recvmsg_nokey()
|
/linux/arch/powerpc/platforms/pseries/ ! |
H A 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/include/linux/ ! |
H A D | dmar.h | 46 u8 ignored:1; /* ignore drhd */ member 77 if (drhd->ignored) {} else 82 if (i=drhd->iommu, drhd->ignored) {} else
|
/linux/Documentation/ABI/testing/ ! |
H A 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
|
H A 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/arch/x86/include/asm/ ! |
H A D | resctrl.h | 174 static inline bool resctrl_arch_match_rmid(struct task_struct *tsk, u32 ignored, in resctrl_arch_match_rmid() argument 192 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 D | unaligned.h | 10 #pragma GCC diagnostic ignored "-Wpacked" 11 #pragma GCC diagnostic ignored "-Wattributes"
|
/linux/arch/riscv/ ! |
H A D | Kconfig.vendor | 14 requested by hardware probing to be ignored. 27 requested by hardware probing to be ignored.
|
/linux/Documentation/fb/ ! |
H A 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/arch/arm/kernel/ ! |
H A 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
|