Home
last modified time | relevance | path

Searched full:skips (Results 1 – 25 of 220) sorted by relevance

123456789

/linux-6.14.4/drivers/video/fbdev/nvidia/
Dnv_accel.c60 at the jump offset + SKIPS dwords with noop padding in between
62 #define SKIPS 8 macro
131 if (dmaGet <= SKIPS) { in NVDmaWait()
132 if (par->dmaPut <= SKIPS) in NVDmaWait()
133 WRITE_PUT(par, SKIPS + 1); in NVDmaWait()
137 } while (--cnt && dmaGet <= SKIPS); in NVDmaWait()
143 WRITE_PUT(par, SKIPS); in NVDmaWait()
144 par->dmaCurrent = par->dmaPut = SKIPS; in NVDmaWait()
145 par->dmaFree = dmaGet - (SKIPS + 1); in NVDmaWait()
211 for (i = 0; i < SKIPS; i++) in NVResetGraphics()
[all …]
/linux-6.14.4/drivers/gpu/drm/ci/
Digt_runner.sh30 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt" ]; then
31 IGT_SKIPS="--skips /install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt"
/linux-6.14.4/drivers/gpu/drm/nouveau/
Dnouveau_dma.h39 * to avoid this we jump to offset + SKIPS and fill the difference with
43 * a SKIPS value of 8. Lets assume that the race condition is to do
45 * bytes so we need a larger SKIPS value.
Dnouveau_dma.c187 * from the SKIPS area, so the code below doesn't have to deal in nouveau_dma_wait()
217 /* wait for GET to depart from the skips area. in nouveau_dma_wait()
/linux-6.14.4/arch/s390/include/asm/
Dunwind.h24 * If 'first_frame' is not zero unwind_start skips unwind frames until it
28 * unwind_next_frame skips to the next frame.
/linux-6.14.4/Documentation/driver-api/mtd/
Dnand_ecc.rst90 - rp6 covers 8 bytes then skips 8 etc
91 - rp7 skips 8 bytes then covers 8 etc
92 - rp8 covers 16 bytes then skips 16 etc
93 - rp9 skips 16 bytes then covers 16 etc
94 - rp10 covers 32 bytes then skips 32 etc
95 - rp11 skips 32 bytes then covers 32 etc
96 - rp12 covers 64 bytes then skips 64 etc
97 - rp13 skips 64 bytes then covers 64 etc
98 - rp14 covers 128 bytes then skips 128
99 - rp15 skips 128 bytes then covers 128
/linux-6.14.4/Documentation/trace/
Dfprobe.rst184 skips both of entry and exit callback and the latter skips the exit
189 counter may not work correctly, because ftrace skips the fprobe function which
/linux-6.14.4/Documentation/gpu/
Dautomated_testing.rst55 IGT tests to be run on all drivers (unless mentioned in a driver's \*-skips.txt
90 drivers/gpu/drm/ci/${DRIVER_NAME}-${HW_REVISION}-skips.txt
132 issues, for example), you can remove tests from the flakes and/or skips lists,
/linux-6.14.4/drivers/gpu/drm/xe/
Dxe_pt_walk.c41 /* Shared pt walk skips to the last pagetable */ in xe_pt_next()
126 * This function is similar to xe_pt_walk_range() but it skips page tables
/linux-6.14.4/tools/testing/selftests/bpf/
Dtest_maps.h18 extern int skips;
Dtest_verifier.c75 static int skips; variable
535 skips++; in skip_unsupported_map()
1522 skips++; in do_test_single()
1534 fixup_skips = skips; in do_test_single()
1542 /* If there were some map skips during fixup due to missing bpf in do_test_single()
1545 if (fixup_skips != skips) in do_test_single()
1612 skips++; in do_test_single()
1618 skips++; in do_test_single()
1777 skips++; in do_test()
1789 skips++; in do_test()
[all …]
/linux-6.14.4/tools/testing/selftests/sched_ext/
Dselect_cpu_dfl.c70 "when idles cores are found, and skips ops.enqueue()",
/linux-6.14.4/tools/virtio/ringtest/
Dvirtio_ring_0_9.c25 * (which skips index reads on consumer in favor of looking at
30 * (which skips ring updates and reads and writes len in descriptor).
/linux-6.14.4/tools/perf/Documentation/
Ditrace.txt57 skips the first million instructions.
/linux-6.14.4/tools/testing/selftests/kvm/x86/
Dsmaller_maxphyaddr_emulation_test.c30 * userspace, and then the selftest host "VMM" skips the instruction. in guest_code()
/linux-6.14.4/mm/
Dmapping_dirty_helpers.c255 * Note: This function currently skips transhuge page-table entries, since
306 * This function currently skips transhuge page-table entries, since
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgp100.c48 * binary driver skips the one that's already been setup by in gp100_ram_init()
/linux-6.14.4/arch/x86/kernel/
Drethook.c97 * arch_rethook_trampoline() skips updating frame pointer. The frame pointer
/linux-6.14.4/arch/arm/kernel/
Dsigreturn_codes.S29 * Note in this case codes skips those instructions but it uses .org
/linux-6.14.4/tools/testing/selftests/bpf/map_tests/
Dtask_storage_map.c84 skips++; in test_task_storage_map_stress_lookup()
/linux-6.14.4/include/linux/iio/frequency/
Dadf4350.h99 * @ref_div_factor: Optional, if set the driver skips dynamic calculation
/linux-6.14.4/Documentation/virt/hyperv/
Dclocks.rst31 in Linux reads this MSR to get the frequency, so it skips TSC
/linux-6.14.4/tools/testing/selftests/powerpc/pmu/
Dlib.c151 /* This skips line with no executable which is what we want */ in parse_proc_maps()
/linux-6.14.4/Documentation/arch/powerpc/
Ddawr-power9.rst101 Any errors/failures/skips mean something is wrong.
/linux-6.14.4/tools/testing/selftests/tc-testing/
DTdcResults.py113 …xunit += '\t<testsuite tests=\"{}\" skips=\"{}\">\n'.format(self.count_tests(), self.count_skips())

123456789