Searched full:badly (Results 1 – 25 of 146) sorted by relevance
123456
/linux-6.12.1/drivers/gpu/drm/tests/ |
D | drm_rect_test.c | 64 src.y1 != 0 || src.y2 != 1 << 16, "Source badly clipped\n"); in drm_test_rect_clip_scaled_not_clipped() 66 dst.y1 != 0 || dst.y2 != 1, "Destination badly clipped\n"); in drm_test_rect_clip_scaled_not_clipped() 78 src.y1 != 0 || src.y2 != 2 << 16, "Source badly clipped\n"); in drm_test_rect_clip_scaled_not_clipped() 80 dst.y1 != 0 || dst.y2 != 1, "Destination badly clipped\n"); in drm_test_rect_clip_scaled_not_clipped() 92 src.y1 != 0 || src.y2 != 1 << 16, "Source badly clipped\n"); in drm_test_rect_clip_scaled_not_clipped() 94 dst.y1 != 0 || dst.y2 != 2, "Destination badly clipped\n"); in drm_test_rect_clip_scaled_not_clipped() 112 src.y1 != 0 || src.y2 != 1 << 16, "Source badly clipped\n"); in drm_test_rect_clip_scaled_clipped() 114 dst.y1 != 0 || dst.y2 != 1, "Destination badly clipped\n"); in drm_test_rect_clip_scaled_clipped() 126 src.y1 != 1 << 16 || src.y2 != 2 << 16, "Source badly clipped\n"); in drm_test_rect_clip_scaled_clipped() 128 dst.y2 != 2, "Destination badly clipped\n"); in drm_test_rect_clip_scaled_clipped() [all …]
|
/linux-6.12.1/tools/testing/selftests/arm64/signal/testcases/ |
D | fake_sigreturn_bad_size_for_magic0.c | 5 * Place a fake sigframe on the stack including a badly sized terminator 27 /* at least HDR_SZ for the badly sized terminator. */ in fake_sigreturn_bad_size_for_magic0_run()
|
D | testcases.h | 53 "Using badly built context - ERR: %s\n",\
|
/linux-6.12.1/tools/perf/tests/workloads/ |
D | datasym.c | 31 * badly with the bias. in datasym()
|
/linux-6.12.1/Documentation/devicetree/bindings/mips/brcm/ |
D | soc.yaml | 61 address might be badly or never initialized by the Bootloader
|
/linux-6.12.1/drivers/net/wireless/silabs/wfx/ |
D | hwio.h | 16 * stack allocated buffers). In doubt, enable CONFIG_DEBUG_SG to detect badly located buffer.
|
/linux-6.12.1/drivers/gpu/drm/i915/ |
D | i915_file_private.h | 96 * will fail. This is a stop gap measure to limit the badly behaving
|
/linux-6.12.1/Documentation/filesystems/ |
D | isofs.rst | 35 cruft Try to handle badly formatted CDs.
|
/linux-6.12.1/Documentation/driver-api/mmc/ |
D | mmc-test.rst | 171 | 11 | Badly aligned write | Performs write operations with buffers | 176 | 12 | Badly aligned read | same for read | 178 | 13 | Badly aligned multi-block write| same for multi-write | 180 | 14 | Badly aligned multi-block read | same for multi-read |
|
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/ |
D | xen_vmcall_test.c | 72 rdx = 0x5a5a5a5a; /* ingpa (badly aligned) */ in guest_code()
|
/linux-6.12.1/Documentation/admin-guide/device-mapper/ |
D | cache-policies.rst | 99 performing badly then it starts moving entries more quickly between
|
/linux-6.12.1/drivers/mfd/ |
D | rohm-bd9576.c | 129 * BD9576 behaves badly. It kepts IRQ line asserted for the whole in bd957x_i2c_probe()
|
/linux-6.12.1/fs/smb/client/compress/ |
D | lz77.c | 184 * Bail out if @dstp reached >= 7/8 of @slen -- already compressed badly, not worth in lz77_compress()
|
/linux-6.12.1/arch/m68k/q40/ |
D | README | 66 Most problems seem to be caused by fawlty or badly configured io-cards or
|
/linux-6.12.1/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-prng.c | 129 /* the PRNG act badly (failing rngtest) without SS_KEY_ADR_REG set */ in sun8i_ss_prng_generate()
|
/linux-6.12.1/drivers/video/fbdev/omap/ |
D | omapfb.h | 46 * Needed b/c of the badly chosen 0
|
/linux-6.12.1/arch/arm64/kvm/ |
D | pkvm.c | 258 * at, which would end badly once inaccessible. in finalize_pkvm()
|
/linux-6.12.1/arch/arm/mach-omap2/ |
D | clkt2xxx_virt_prcm_set.c | 21 * this badly enough to write the code to handle it, we should support it
|
/linux-6.12.1/scripts/dtc/libfdt/ |
D | libfdt_internal.h | 113 * complete garbage may cause libfdt to behave badly or crash. Truncated
|
/linux-6.12.1/Documentation/arch/x86/ |
D | buslock.rst | 128 malicious or just badly written.
|
/linux-6.12.1/arch/powerpc/platforms/powermac/ |
D | time.c | 234 /* Special case: QuickSilver G4s seem to have a badly calibrated in pmac_calibrate_decr()
|
/linux-6.12.1/drivers/mailbox/ |
D | mailbox-mpfs.c | 165 * still in the busy state. If we do, something has gone badly in mpfs_mbox_rx_data()
|
/linux-6.12.1/Documentation/arch/x86/x86_64/ |
D | boot-options.rst | 117 It may also interact badly with hyperthreading.
|
/linux-6.12.1/Documentation/usb/ |
D | ehci.rst | 147 badly when they see different faults than OHCI or UHCI report.
|
/linux-6.12.1/arch/sparc/kernel/ |
D | setup_32.c | 64 /* XXX Badly broken. FIX! - Anton */ in prom_sync_me()
|
123456