Home
last modified time | relevance | path

Searched refs:test_code (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/tcg/s390x/
H A Dnoexec.c44 .test_code = noexec_1, in main()
54 .test_code = noexec_1, in main()
64 .test_code = exrl_1, in main()
74 .test_code = noexec_1, in main()
84 .test_code = noexec_1, in main()
94 .test_code = exrl_1, in main()
/openbmc/qemu/tests/tcg/x86_64/
H A Dnoexec.c33 .test_code = noexec_1, in main()
43 .test_code = noexec_1, in main()
53 .test_code = noexec_1, in main()
63 .test_code = noexec_1, in main()
/openbmc/qemu/tests/tcg/riscv64/
H A Dnoexec.c37 .test_code = noexec_1, in main()
47 .test_code = noexec_1, in main()
57 .test_code = noexec_1, in main()
67 .test_code = noexec_1, in main()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D2001-configure-setup-for-OE-core-usage.patch59 enabled omx_rpi && { test_code cc OMX_Core.h OMX_IndexConfigBrcmVideoRequestIFrame ||
62 - test_code cc OMX_Core.h OMX_IndexConfigBrcmVideoRequestIFrame; } …
64 + test_code cc IL/OMX_Core.h OMX_IndexConfigBrcmVideoRequestIFrame;…
H A D0001-ffmpeg-5.1.4-rpi_24.patch159test_code cc sys/videoio.h "struct v4l2_frmsizeenum vfse; vfse.discrete.width = 0;" && enable_sani…
/openbmc/qemu/tests/tcg/multiarch/
H A Dnoexec.c.inc27 const char *test_code;
92 memcpy(start, test->test_code, test->test_len);
/openbmc/u-boot/drivers/video/rockchip/
H A Drk_mipi.c172 static void rk_mipi_phy_write(uintptr_t regs, unsigned char test_code, in rk_mipi_phy_write() argument
179 rk_mipi_dsi_write(regs, PHY_TESTDIN, test_code); in rk_mipi_phy_write()