Home
last modified time | relevance | path

Searched refs:vg (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c182 vg_send_msg(VuGpu *vg, const VhostUserGpuMsg *msg, int fd) in vg_send_msg() argument
184 if (vg_sock_fd_write(vg->sock_fd, msg, in vg_send_msg()
186 vg_sock_fd_close(vg); in vg_send_msg()
271 VuGpu *vg = user_data; in get_display_info_cb() local
272 struct virtio_gpu_ctrl_command *cmd = QTAILQ_LAST(&vg->fenceq); in get_display_info_cb()
276 if (!vg_recv_msg(vg, VHOST_USER_GPU_GET_DISPLAY_INFO, in get_display_info_cb()
281 QTAILQ_REMOVE(&vg->fenceq, cmd, next); in get_display_info_cb()
282 vg_ctrl_response(vg, cmd, &dpy_info.hdr, sizeof(dpy_info)); in get_display_info_cb()
284 vg->wait_in = 0; in get_display_info_cb()
285 vg_handle_ctrl(&vg->dev.parent, 0); in get_display_info_cb()
[all …]
H A Dvirgl.h22 void vg_virgl_process_cmd(VuGpu *vg, struct virtio_gpu_ctrl_command *cmd);
H A Dvugpu.h192 void vg_get_display_info(VuGpu *vg, struct virtio_gpu_ctrl_command *cmd);
193 void vg_get_edid(VuGpu *vg, struct virtio_gpu_ctrl_command *cmd);
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c102 uint32_t HELPER(sve_predtest)(void *vd, void *vg, uint32_t words) in HELPER()
105 uint64_t *d = vd, *g = vg; in HELPER()
132 void HELPER(NAME)(void *vd, void *vn, void *vm, void *vg, uint32_t desc) \
135 uint64_t *d = vd, *n = vn, *m = vm, *g = vg; \
179 void HELPER(NAME)(void *vd, void *vn, void *vm, void *vg, uint32_t desc) \ in LOGICAL_PPPP()
183 uint16_t pg = *(uint16_t *)(vg + H1_2(i >> 3)); \ in LOGICAL_PPPP()
197 void HELPER(NAME)(void *vd, void *vn, void *vm, void *vg, uint32_t desc) \
201 uint8_t *pg = vg; \
664 void HELPER(NAME)(void *vd, void *vn, void *vm, void *vg, uint32_t desc) \ in DO_ZPZZ()
668 uint16_t pg = *(uint16_t *)(vg + H1_2(i >> 3)); \ in DO_ZPZZ()
[all …]
H A Dsme_helper.c106 void HELPER(NAME)(void *za, void *vn, void *vg, uint32_t desc) \
110 uint16_t pg = *(uint16_t *)(vg + H1_2(i >> 3)); \
125 void HELPER(sme_mova_cz_d)(void *za, void *vn, void *vg, uint32_t desc) in DO_MOVA_C()
128 uint8_t *pg = vg; in DO_MOVA_C()
139 void HELPER(sme_mova_cz_q)(void *za, void *vn, void *vg, uint32_t desc) in HELPER()
142 uint16_t *pg = vg; in HELPER()
163 void HELPER(NAME)(void *vd, void *za, void *vg, uint32_t desc) \
167 uint16_t pg = *(uint16_t *)(vg + H1_2(i >> 3)); \
182 void HELPER(sme_mova_zc_d)(void *vd, void *za, void *vg, uint32_t desc) in DO_MOVA_Z()
185 uint8_t *pg = vg; in DO_MOVA_Z()
[all …]
H A Dsve_ldst_internal.h282 bool sve_cont_ldst_elements(SVEContLdSt *info, target_ulong addr, uint64_t *vg,
296 sve_cont_ldst_watchpoints(SVEContLdSt *info, CPUARMState *env, uint64_t *vg, in sve_cont_ldst_watchpoints() argument
302 uint64_t *vg, target_ulong addr,
307 void sve_cont_ldst_mte_check(SVEContLdSt *info, CPUARMState *env, uint64_t *vg,
/openbmc/openbmc/poky/meta/recipes-devtools/valgrind/valgrind/
H A D0001-docs-Disable-manual-validation.patch13 | <!ENTITY % vg-entities SYSTEM "../../docs/xml/vg-entities.xml"> %vg-entities; ]
/openbmc/qemu/tests/tcg/aarch64/gdbstub/
H A Dtest-sve-ioctl.py52 vg = gdb.parse_and_eval("$vg")
53 initial_vlen = int(vg) * 8
/openbmc/u-boot/drivers/ddr/altera/
H A Dsequencer.c1183 int vg, r; in rw_mgr_mem_calibrate_write_test() local
1192 for (vg = rwcfg->mem_virtual_groups_per_write_dqs - 1; in rw_mgr_mem_calibrate_write_test()
1193 vg >= 0; vg--) { in rw_mgr_mem_calibrate_write_test()
1199 rwcfg->mem_virtual_groups_per_write_dqs + vg, in rw_mgr_mem_calibrate_write_test()
1251 int vg, r; in rw_mgr_mem_calibrate_read_test_patterns() local
1270 for (vg = rwcfg->mem_virtual_groups_per_read_dqs - 1; in rw_mgr_mem_calibrate_read_test_patterns()
1271 vg >= 0; vg--) { in rw_mgr_mem_calibrate_read_test_patterns()
1277 addr + addr_offset + (vg << 2)); in rw_mgr_mem_calibrate_read_test_patterns()
1381 int r, vg, ret; in rw_mgr_mem_calibrate_read_test() local
1419 for (vg = rwcfg->mem_virtual_groups_per_read_dqs - 1; vg >= 0; in rw_mgr_mem_calibrate_read_test()
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/
H A Duserland_git.bb91 ln -sf brcmvg.pc ${D}${libdir}/pkgconfig/vg.pc
/openbmc/u-boot/arch/arm/dts/
H A Ddra76-evm.dts291 ai3x-micbias-vg = <1>; /* 2.0V */
H A Ddra7-evm.dts298 ai3x-micbias-vg = <1>; /* 2.0V */
H A Ddra72-evm-common.dtsi247 ai3x-micbias-vg = <1>; /* 2.0V */
H A Dam43x-epos-evm.dts513 ai31xx-micbias-vg = <MICBIAS_2_0V>;
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-requests-toolbelt/
H A D090856f4159c40a2927fb88546419f2e1697ad5f.patch977vg/8Kc3xx6EV+EO6gDDiT5VzCnod/4+3UW84XM+ItZ9PtauzPVsiduvMVdq8xWkyJR0R45SlKI+JXxH9NCynZwgB5zV+R6FhwS…
1105vg/8Kc3xx6EV+EO6gDDiT5VzCnod/4+3UW84XM+ItZ9PtauzPVsiduvMVdq8xWkyJR0R45SlKI+JXxH9NCynZwgB5zV+R6FhwS…