Home
last modified time | relevance | path

Searched refs:test_code (Results 1 – 12 of 12) 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/linux/drivers/gpu/drm/kmb/
H A Dkmb_dsi.c772 u32 test_code, u32 test_data) in test_mode_send() argument
786 SET_TEST_DIN0_3(kmb_dsi, dphy_no, test_code); in test_mode_send()
797 if (test_code) { in test_mode_send()
997 u32 test_code = 0, test_data = 0; in set_slewrate_gt_1500() local
1001 test_code = TEST_CODE_SLEW_RATE_OVERRIDE_CTRL; in set_slewrate_gt_1500()
1003 test_mode_send(kmb_dsi, dphy_no, test_code, test_data); in set_slewrate_gt_1500()
1006 test_code = TEST_CODE_SLEW_RATE_DDL_LOOP_CTRL; in set_slewrate_gt_1500()
1008 test_mode_send(kmb_dsi, dphy_no, test_code, test_data); in set_slewrate_gt_1500()
1013 u32 test_code = 0, test_data = 0; in set_slewrate_gt_1000() local
1022 test_code = TEST_CODE_SLEW_RATE_OVERRIDE_CTRL; in set_slewrate_gt_1000()
[all …]
/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/linux/arch/arm/probes/kprobes/
H A Dtest-core.c1320 unsigned long test_code; in kprobes_test_case_start() local
1333 test_code = (unsigned long)(args + 1); /* Code starts after args */ in kprobes_test_case_start()
1337 test_code |= 1; in kprobes_test_case_start()
1339 current_code_start = test_code; in kprobes_test_case_start()
1343 current_branch_target = test_code + end_arg->branch_offset; in kprobes_test_case_start()
1345 test_code += end_arg->code_offset; in kprobes_test_case_start()
1346 test_before_probe.kprobe.addr = (kprobe_opcode_t *)test_code; in kprobes_test_case_start()
1348 test_code = next_instruction(test_code); in kprobes_test_case_start()
1349 test_case_probe.kprobe.addr = (kprobe_opcode_t *)test_code; in kprobes_test_case_start()
1352 u16 *p = (u16 *)(test_code & ~1); in kprobes_test_case_start()
[all …]
/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()
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-dphy-rx0.c172 static void rk_dphy_write(struct rk_dphy *priv, u8 test_code, u8 test_data) in rk_dphy_write() argument
174 rk_dphy_write_grf(priv, GRF_DPHY_RX0_TESTDIN, test_code); in rk_dphy_write()
/openbmc/linux/drivers/staging/media/imx/
H A Dimx6-mipi-csi2.c151 u32 test_code, u32 test_data) in dw_mipi_csi2_phy_write() argument
162 writel(PHY_TESTEN | test_code, csi2->base + CSI2_PHY_TST_CTRL1); in dw_mipi_csi2_phy_write()
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Ddw-mipi-dsi-rockchip.c364 u8 test_code, in dw_mipi_dsi_phy_write() argument
375 PHY_TESTDIN(test_code)); in dw_mipi_dsi_phy_write()