Home
last modified time | relevance | path

Searched full:unwanted (Results 1 – 25 of 185) sorted by relevance

12345678

/openbmc/linux/scripts/
H A DMakefile.asm-generic37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers))
42 quiet_cmd_remove = REMOVE $(unwanted)
43 cmd_remove = rm -f $(unwanted)
46 $(if $(unwanted),$(call cmd,remove))
H A DMakefile.headersinst50 unwanted := $(filter-out $(all-headers), $(old-headers))
68 quiet_cmd_remove = REMOVE $(unwanted)
69 cmd_remove = rm -f $(unwanted)
72 ifneq ($(unwanted),)
/openbmc/libpldm/tests/transport/
H A Dtransport.cpp77 uint8_t unwanted[] = {0x01, 0x00, 0x01, 0x01}; in TEST() local
86 .msg = unwanted, in TEST()
87 .len = sizeof(unwanted), in TEST()
119 EXPECT_NE(memcmp(msg, unwanted, len), 0); in TEST()
/openbmc/linux/Documentation/process/
H A Dvolatile-considered-harmful.rst17 unwanted concurrent access, which is very much a different task. The
18 process of protecting against unwanted concurrency will also avoid almost
23 unwanted optimization. If they are being used properly, there will be no
58 architectures. Those accessors are written to prevent unwanted
/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/
H A Dalsa-utils_1.2.13.bb23 …ules-dir=`pkg-config --variable=udevdir udev`/rules.d,--with-udev-rules-dir=/unwanted/rules.d,udev"
118 # in /unwanted, so we can remove them now. If udev is enabled,
119 # then /unwanted won't exist and this will have no effect.
120 rm -rf ${D}/unwanted
/openbmc/linux/drivers/firmware/efi/
H A Dunaccepted_memory.c60 * load_unaligned_zeropad() can lead to unwanted loads across page in accept_memory()
61 * boundaries. The unwanted loads are typically harmless. But, they in accept_memory()
64 * #VE) to recover from these unwanted loads. in accept_memory()
/openbmc/linux/Documentation/sound/soc/
H A Dpops-clicks.rst5 Pops and clicks are unwanted audio artifacts caused by the powering up and down
50 An unwanted zipper noise can occur within the audio playback or capture stream
/openbmc/qemu/scripts/qmp/
H A Dqmp8 facilities here is unwanted, and the divergence of syntax harmful.''',
/openbmc/linux/arch/x86/include/asm/
H A Dvgtod.h7 * unwanted headers.
/openbmc/linux/arch/x86/kernel/
H A Dcrash_dump_32.c20 * bits and poke unwanted space counting again from address 0, we in is_crashed_pfn_valid()
H A Dcrash.c165 * Look for any unwanted ranges between mstart, mend and remove them. This
215 /* Exclude unwanted mem ranges */ in prepare_elf_headers()
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dbin_package.bbclass23 # Skip the unwanted steps
/openbmc/linux/drivers/gpu/drm/hyperv/
H A Dhyperv_drm_proto.c305 * which is unwanted, especially when Xorg is running.
307 * The hyperv_fb driver uses synthvid_send_ptr() to hide the unwanted
315 * draws an extra unwanted mouse pointer after the VM Connection window is
/openbmc/linux/arch/powerpc/kernel/
H A Ddt_cpu_ftrs.c940 pr_warn("%s: unwanted hfscr_bit_nr\n", uname); in process_cpufeatures_node()
952 pr_warn("%s: unwanted hv_support/hfscr_bit_nr\n", uname); in process_cpufeatures_node()
959 pr_warn("%s: unwanted fscr_bit_nr\n", uname); in process_cpufeatures_node()
971 pr_warn("%s: unwanted os_support/fscr_bit_nr\n", uname); in process_cpufeatures_node()
978 pr_warn("%s: unwanted hwcap_bit_nr\n", uname); in process_cpufeatures_node()
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Dmicrochip,sama7g5-pdmc.yaml69 enabling the PDMC microphones to avoid unwanted noise due to microphones
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dmpc85xx_gpio.h24 /* First mask off the unwanted parts of "dir" and "val" */ in mpc85xx_gpio_set()
/openbmc/linux/drivers/platform/x86/dell/
H A Ddell-rbtn.c270 * an unwanted input event. In order to ignore it, we use a flag in rbtn_resume()
455 * Ignore it to prevent unwanted input events. in rbtn_notify()
/openbmc/linux/fs/reiserfs/
H A Dlock.c99 WARN_ONCE((sb_i->lock_depth > 0), "Unwanted recursive reiserfs lock!\n"); in reiserfs_lock_check_recursive()
/openbmc/qemu/include/qemu/
H A Dtypedefs.h13 * You can break such cycles and unwanted dependencies by declaring
/openbmc/linux/drivers/char/tpm/
H A Dtpm_tis.c68 * write requests can lead to unwanted latency spikes by blocking the CPU until
81 * write requests can lead to unwanted latency spikes by blocking the CPU until
/openbmc/linux/tools/testing/selftests/kvm/include/
H A Ducall_common.h47 * the full ucall() are problematic and/or unwanted. Note, this will come out
/openbmc/linux/Documentation/arch/arc/
H A Darc.rst49 up front is critical to help prevent any unwanted issues during
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dgitpkgv.bbclass43 # This regexp is used to drop unwanted parts of the found tags. Any matching
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_spl.c180 * pulling further unwanted functions into the SPL. in onenand_spl_load_image()
/openbmc/linux/arch/sh/boards/mach-dreamcast/
H A Dirq.c126 /* Mask the ESR to filter any spurious, unwanted interrupts */ in systemasic_irq_demux()

12345678