/openbmc/linux/arch/x86/boot/ |
H A 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()
|
/openbmc/sdbusplus/include/sdbusplus/async/ |
H A D | execution.hpp | 8 #pragma clang diagnostic ignored "-Wunused-parameter" 9 #pragma clang diagnostic ignored "-Wnon-pod-varargs" 10 #pragma clang diagnostic ignored "-Winconsistent-missing-override" 11 #pragma clang diagnostic ignored "-Wdeprecated-copy" 13 #pragma GCC diagnostic ignored "-Wnon-template-friend" 15 #pragma GCC diagnostic ignored "-Wmissing-field-initializers" 16 #pragma GCC diagnostic ignored "-Wunused-parameter"
|
/openbmc/openbmc/poky/meta-selftest/recipes-test/devtool/devtool-test-ignored/ |
H A D | devtool-test-ignored.patch.expected | 8 ignored | 2 +- 11 diff --git a/ignored b/ignored 13 --- a/ignored 14 +++ b/ignored 16 -I'm so ignored 17 +# I'm so ignored
|
H A D | devtool-test-ignored.patch | 3 diff --git a/ignored b/ignored 5 --- a/ignored 6 +++ b/ignored 8 -I'm so ignored 9 +# I'm so ignored
|
/openbmc/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, device recognition and sensing is performed and 80 You can also add ranges of devices to be ignored by piping to [all …]
|
/openbmc/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 by the driver) [all …]
|
/openbmc/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()
|
/openbmc/u-boot/doc/device-tree-bindings/video/ |
H A D | display-timing.txt | 26 - hsync-active: hsync pulse is active low/high/ignored 27 - vsync-active: vsync pulse is active low/high/ignored 28 - de-active: data-enable pulse is active low/high/ignored 34 - ignored = ignored
|
/openbmc/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.
|
/openbmc/linux/arch/arm/boot/dts/calxeda/ |
H A D | highbank.dts | 29 /* kHz ignored */ 48 /* kHz ignored */ 67 /* kHz ignored */ 86 /* kHz ignored */
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A 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()
|
/openbmc/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_piggyback(val, ignored) argument
|
/openbmc/linux/scripts/kconfig/tests/preprocess/variable/ |
H A D | Kconfig | 52 # Unreferenced parameters are just ignored. 53 $(warning,$(greeting,Hello,John,ignored,ignored))
|
/openbmc/openpower-vpd-parser/vpdecc/ |
H A D | vpdecc.h | 4 #pragma GCC diagnostic ignored "-Wunused-variable" 5 #pragma GCC diagnostic ignored "-Wunused-parameter"
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/packagegroups/ |
H A D | packagegroup-obmc-ipmid-providers.bbappend | 1 # Warning: Any providers listed here will have their whitelists ignored. Add 2 # providers with whitelists that should not be ignored to
|
/openbmc/linux/tools/testing/selftests/damon/ |
H A D | huge_count_read_write.c | 14 #pragma GCC diagnostic ignored "-Wstringop-overread" 15 #pragma GCC diagnostic ignored "-Wstringop-overflow"
|
/openbmc/pldm/ |
H A D | .eslintignore | 2 # be ignored by the eslint json validator 6 # required to be ignored by the json validator.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/collectd/collectd/ |
H A D | 0005-Disable-new-gcc8-warnings.patch | 28 +#pragma GCC diagnostic ignored "-Wstringop-truncation" 53 +#pragma GCC diagnostic ignored "-Wstringop-overflow" 54 +#pragma GCC diagnostic ignored "-Wstringop-truncation"
|
/openbmc/linux/scripts/ |
H A D | Makefile.clang | 35 CLANG_FLAGS += -Werror=ignored-optimization-argument 36 CLANG_FLAGS += -Werror=option-ignored
|
/openbmc/linux/crypto/ |
H A 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()
|
/openbmc/openbmc/poky/meta/recipes-support/gnupg/gnupg/ |
H A D | 0001-Woverride-init-is-not-needed-with-gcc-9.patch | 24 #define DNS_PRAGMA_QUIET _Pragma("clang diagnostic ignored \"-Winitializer-overrides\"") 30 #define DNS_PRAGMA_QUIET _Pragma("GCC diagnostic ignored \"-Woverride-init\"")
|
/openbmc/linux/lib/ |
H A D | stackinit_kunit.c | 152 int ignored; \ 163 ignored = leaf_ ##name((unsigned long)&ignored, 1, \ 173 ignored = leaf_ ##name((unsigned long)&ignored, 0, \
|
/openbmc/phosphor-networkd/src/ |
H A D | network_manager.cpp | 214 const auto& ignored = internal::getIgnoredInterfaces(); in addInterface() local 215 if (ignored.find(*info.name) != ignored.end()) in addInterface() 217 static std::unordered_set<std::string> ignored; in addInterface() local 218 if (!ignored.contains(*info.name)) in addInterface() 220 ignored.emplace(*info.name); in addInterface()
|
/openbmc/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
|
/openbmc/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
|