Home
last modified time | relevance | path

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

1234567891011

/openbmc/linux/drivers/video/fbdev/nvidia/
H A 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 …]
/openbmc/openbmc/poky/scripts/contrib/
H A Dconvert-overrides.py66 skips = args.skip variable
67 skips += ["parser_append", "recipe_to_append", "extra_append", "to_remove", "show_appends", "applie…
68 skips += ["expanded_removes", "color_remove", "test_remove", "empty_remove", "toaster_prepend", "nu…
69 skips += ["no_report_remove", "test_prepend", "test_append", "multiple_append", "test_remove", "sha…
70 skips += ["parser_remove", "to_append", "no_remove", "bblayers_add_remove", "bblayers_remove", "app…
71 skips += ["autotools_dep_prepend", "go_map_arm", "alt_remove_links", "systemd_append_file", "file_a…
72 skips += ["run_loaddata_poky", "determine_if_poky_env", "do_populate_poky_src", "libc_cv_include_x8…
73 skips += ["get_appends_for_files", "test_doubleref_remove", "test_bitbakelayers_add_remove", "elf32…
74 skips += ["test_rpm_remove", "test_bitbakelayers_add_remove", "recipe_append_file", "log_data_remov…
75 skips += ["recipetool_append", "changetype_remove", "try_appendfile_wc", "test_qemux86_directdisk",…
[all …]
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dcontext.py49 def skipTests(self, skips): argument
50 if not skips:
60 for skip in skips:
65 for skip in skips:
81 def runTests(self, processes=None, skips=[]): argument
85 self.skipTests(skips)
188 self.tc_kwargs['run']['skips'] = []
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dresulttooltests.py134 "skips": None,
161 "skips": None,
176 "skips": None,
195 "skips": None,
210 "skips": None,
228 "skips": None,
241 "skips": None,
/openbmc/linux/drivers/gpu/drm/ci/
H A Digt_runner.sh29 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt" ]; then
30 IGT_SKIPS="--skips /install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt"
/openbmc/linux/drivers/gpu/drm/nouveau/
H A 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.
H A 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()
/openbmc/openbmc/poky/scripts/lib/resulttool/
H A Dregression.py22 "skips": None,
30 "skips": None,
38 "skips": None,
46 "skips": None,
54 "skips": None,
62 …"skips": ["distrodata.Distrodata.test_checkpkg", "buildoptions.SourceMirroring.test_yocto_source_m…
70 …"skips": ["distrodata.Distrodata.test_checkpkg", "buildoptions.SourceMirroring.test_yocto_source_m…
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/
H A Dcontext.py26 OESELFTEST_METADATA=["run_all_tests", "run_tests", "skips", "machine", "select_tags", "exclude_tags…
164 def runTests(self, processes=None, machine=None, skips=[]): argument
165 return super(OESelftestTestContext, self).runTests(processes, skips)
199 nargs='+', dest="skips", default=None,
285 self.tc_kwargs['run']['skips'] = args.skips
/openbmc/linux/arch/s390/include/asm/
H A Dunwind.h24 * If 'first_frame' is not zero unwind_start skips unwind frames until it
28 * unwind_next_frame skips to the next frame.
/openbmc/linux/Documentation/trace/
H A Dfprobe.rst172 skips both of entry and exit callback and the latter skips the exit
177 counter may not work correctly, because ftrace skips the fprobe function which
/openbmc/linux/Documentation/driver-api/mtd/
H A 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
/openbmc/linux/Documentation/gpu/
H A Dautomated_testing.rst55 IGT tests to be run on all drivers (unless mentioned in a driver's \*-skips.txt
70 drivers/gpu/drm/ci/${DRIVER_NAME}-${HW_REVISION}-skips.txt
109 issues, for example), you can remove tests from the flakes and/or skips lists,
/openbmc/openbmc/poky/meta/lib/oeqa/files/maturin/guessing-game/
H A Dpyproject.toml6 # "extension-module" tells pyo3 we want to build an extension module (skips linking against libpyth…
/openbmc/openbmc/meta-ibm/recipes-core/systemd/systemd/
H A Dsystemd-sulogin-force.conf2 # systemd-sulogin-shell. This skips asking for the root password if the root
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_maps.h17 extern int skips;
H A Dtest_verifier.c77 static int skips; variable
537 skips++; in skip_unsupported_map()
1577 fixup_skips = skips; in do_test_single()
1585 /* If there were some map skips during fixup due to missing bpf in do_test_single()
1588 if (fixup_skips != skips) in do_test_single()
1655 skips++; in do_test_single()
1661 skips++; in do_test_single()
1820 skips++; in do_test()
1832 skips++; in do_test()
1843 skips, errors); in do_test()
/openbmc/qemu/tests/tcg/hexagon/
H A Dtest_reorder.S4 * Here we perform a jump that skips the code resetting R2 from 0xDEADBEEF to 0,
/openbmc/u-boot/doc/
H A DREADME.fec_mxc24 Relevant only if PHYLIB not used. Skips auto-negotiation restart.
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/
H A D0001-Set-interpreter-only-when-necessary.patch7 As with modifySoname(), it skips unnecessary processing.
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
H A DREADME.falcon3 Falcon boot is a short cut boot method for SD/eMMC targets. It skips loading the
144 Falcon boot skips a lot of initialization in U-Boot. If Linux expects the
/openbmc/linux/tools/virtio/ringtest/
H A 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).
/openbmc/linux/tools/perf/Documentation/
H A Ditrace.txt56 skips the first million instructions.
/openbmc/openbmc/meta-phosphor/recipes-phosphor/preinit-mounts/preinit-mounts/
H A Dinit33 # rm -rf specifically skips . and .. directories; pipe all output to null to avoid the error message
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dsmaller_maxphyaddr_emulation_test.c33 * userspace, and then the selftest host "VMM" skips the instruction. in guest_code()

1234567891011