/openbmc/linux/scripts/ |
H A D | Makefile.asm-generic | 37 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 D | Makefile.headersinst | 50 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 D | transport.cpp | 77 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 D | volatile-considered-harmful.rst | 17 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 D | alsa-utils_1.2.13.bb | 23 …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 D | unaccepted_memory.c | 60 * 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 D | pops-clicks.rst | 5 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 D | qmp | 8 facilities here is unwanted, and the divergence of syntax harmful.''',
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | vgtod.h | 7 * unwanted headers.
|
/openbmc/linux/arch/x86/kernel/ |
H A D | crash_dump_32.c | 20 * bits and poke unwanted space counting again from address 0, we in is_crashed_pfn_valid()
|
H A D | crash.c | 165 * 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 D | bin_package.bbclass | 23 # Skip the unwanted steps
|
/openbmc/linux/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_proto.c | 305 * 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 D | dt_cpu_ftrs.c | 940 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 D | microchip,sama7g5-pdmc.yaml | 69 enabling the PDMC microphones to avoid unwanted noise due to microphones
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | mpc85xx_gpio.h | 24 /* First mask off the unwanted parts of "dir" and "val" */ in mpc85xx_gpio_set()
|
/openbmc/linux/drivers/platform/x86/dell/ |
H A D | dell-rbtn.c | 270 * 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 D | lock.c | 99 WARN_ONCE((sb_i->lock_depth > 0), "Unwanted recursive reiserfs lock!\n"); in reiserfs_lock_check_recursive()
|
/openbmc/qemu/include/qemu/ |
H A D | typedefs.h | 13 * You can break such cycles and unwanted dependencies by declaring
|
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_tis.c | 68 * 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 D | ucall_common.h | 47 * the full ucall() are problematic and/or unwanted. Note, this will come out
|
/openbmc/linux/Documentation/arch/arc/ |
H A D | arc.rst | 49 up front is critical to help prevent any unwanted issues during
|
/openbmc/openbmc/meta-openembedded/meta-oe/classes/ |
H A D | gitpkgv.bbclass | 43 # This regexp is used to drop unwanted parts of the found tags. Any matching
|
/openbmc/u-boot/drivers/mtd/onenand/ |
H A D | onenand_spl.c | 180 * pulling further unwanted functions into the SPL. in onenand_spl_load_image()
|
/openbmc/linux/arch/sh/boards/mach-dreamcast/ |
H A D | irq.c | 126 /* Mask the ESR to filter any spurious, unwanted interrupts */ in systemasic_irq_demux()
|