Home
last modified time | relevance | path

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

12345678910>>...18

/linux/arch/x86/boot/ !
H A Dcpuflags.c72 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 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, devic
[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 b
[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/scripts/kconfig/tests/preprocess/variable/ !
H A DKconfig52 # Unreferenced parameters are just ignored.
53 $(warning,$(greeting,Hello,John,ignored,ignored))
/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/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_piggybac argument
[all...]
/linux/lib/tests/ !
H A Drandstruct_kunit.c30 #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 Dstackinit_kunit.c208 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 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()
/linux/tools/net/ynl/pyynl/ !
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/scripts/ !
H A DMakefile.clang38 CLANG_FLAGS += -Werror=ignored-optimization-argument
39 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.c67 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 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/include/linux/ !
H A Ddmar.h46 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 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.h174 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 Dunaligned.h10 #pragma GCC diagnostic ignored "-Wpacked"
11 #pragma GCC diagnostic ignored "-Wattributes"
/linux/arch/riscv/ !
H A DKconfig.vendor14 requested by hardware probing to be ignored.
27 requested by hardware probing to be ignored.
/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/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>>...18