Home
last modified time | relevance | path

Searched refs:ve (Results 1 – 25 of 271) sorted by relevance

1234567891011

/openbmc/linux/arch/x86/coco/tdx/
H A Dtdx.c280 static int ve_instr_len(struct ve_info *ve) in ve_instr_len() argument
282 switch (ve->exit_reason) { in ve_instr_len()
289 return ve->instr_len; in ve_instr_len()
299 WARN_ONCE(1, "Unexpected #VE-type: %lld\n", ve->exit_reason); in ve_instr_len()
300 return ve->instr_len; in ve_instr_len()
327 static int handle_halt(struct ve_info *ve) in handle_halt() argument
334 return ve_instr_len(ve); in handle_halt()
348 static int read_msr(struct pt_regs *regs, struct ve_info *ve) in read_msr() argument
366 return ve_instr_len(ve); in read_msr()
369 static int write_msr(struct pt_regs *regs, struct ve_info *ve) in write_msr() argument
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/
H A Dintel_execlists_submission.c547 resubmit_virtual_request(struct i915_request *rq, struct virtual_engine *ve) in resubmit_virtual_request() argument
554 WRITE_ONCE(rq->engine, &ve->base); in resubmit_virtual_request()
555 ve->base.submit_request(rq); in resubmit_virtual_request()
562 struct virtual_engine *ve = container_of(ce, typeof(*ve), context); in kick_siblings() local
583 resubmit_virtual_request(rq, ve); in kick_siblings()
585 if (READ_ONCE(ve->request)) in kick_siblings()
586 tasklet_hi_schedule(&ve->base.sched_engine->tasklet); in kick_siblings()
996 static bool virtual_matches(const struct virtual_engine *ve, in virtual_matches() argument
1017 inflight = intel_context_inflight(&ve->context); in virtual_matches()
1031 struct virtual_engine *ve = in first_virtual_engine() local
[all …]
H A Dselftest_execlists.c3720 struct intel_context *ve[16]; in nop_virtual_engine() local
3726 GEM_BUG_ON(!nctx || nctx > ARRAY_SIZE(ve)); in nop_virtual_engine()
3729 ve[n] = intel_engine_create_virtual(siblings, nsibling, 0); in nop_virtual_engine()
3730 if (IS_ERR(ve[n])) { in nop_virtual_engine()
3731 err = PTR_ERR(ve[n]); in nop_virtual_engine()
3736 err = intel_context_pin(ve[n]); in nop_virtual_engine()
3738 intel_context_put(ve[n]); in nop_virtual_engine()
3744 err = igt_live_test_begin(&t, gt->i915, __func__, ve[0]->engine->name); in nop_virtual_engine()
3756 rq = i915_request_create(ve[nc]); in nop_virtual_engine()
3773 rq = i915_request_create(ve[nc]); in nop_virtual_engine()
[all …]
/openbmc/linux/arch/mips/math-emu/
H A Dieee754int.h54 #define EXPLODESP(v, vc, vs, ve, vm) \ argument
57 ve = SPBEXP(v); \
59 if (ve == SP_EMAX+1+SP_EBIAS) { \
66 } else if (ve == SP_EMIN-1+SP_EBIAS) { \
68 ve = SP_EMIN; \
73 ve -= SP_EBIAS; \
92 #define EXPLODEDP(v, vc, vs, ve, vm) \ argument
96 ve = DPBEXP(v); \
97 if (ve == DP_EMAX+1+DP_EBIAS) { \
104 } else if (ve == DP_EMIN-1+DP_EBIAS) { \
[all …]
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp-video.c97 isp_dbg(2, &video->ve.vdev, in isp_video_capture_start_streaming()
111 ret = fimc_pipeline_call(&video->ve, set_stream, 1); in isp_video_capture_start_streaming()
126 ret = fimc_pipeline_call(&isp->video_capture.ve, set_stream, 0); in isp_video_capture_stop_streaming()
164 v4l2_err(&video->ve.vdev, in isp_video_capture_buffer_prepare()
213 isp_dbg(2, &video->ve.vdev, in isp_video_capture_buffer_queue()
267 struct exynos_video_entity *ve = &isp->video_capture.ve; in isp_video_open() local
268 struct media_entity *me = &ve->vdev.entity; in isp_video_open()
285 ret = fimc_pipeline_call(ve, open, me, true); in isp_video_open()
306 struct media_entity *entity = &ivc->ve.vdev.entity; in isp_video_release()
315 video_device_pipeline_stop(&ivc->ve.vdev); in isp_video_release()
[all …]
H A Dfimc-capture.c121 return fimc_pipeline_call(&cap->ve, set_stream, 0); in fimc_capture_state_cleanup()
181 struct fimc_pipeline *p = to_fimc_pipeline(cap->ve.pipe); in fimc_capture_irq_handler()
284 return fimc_pipeline_call(&vid_cap->ve, set_stream, 1); in start_streaming()
308 return fimc_pipeline_call(&fimc->vid_cap.ve, close); in fimc_capture_suspend()
316 struct exynos_video_entity *ve = &vid_cap->ve; in fimc_capture_resume() local
325 fimc_pipeline_call(ve, open, &ve->vdev.entity, false); in fimc_capture_resume()
389 v4l2_err(&ctx->fimc_dev->vid_cap.ve.vdev, in buffer_prepare()
408 struct exynos_video_entity *ve = &vid_cap->ve; in buffer_queue() local
446 ret = fimc_pipeline_call(ve, set_stream, 1); in buffer_queue()
448 v4l2_err(&ve->vdev, "stream on failed: %d\n", ret); in buffer_queue()
[all …]
H A Dmedia-dev.h166 static inline void fimc_md_graph_lock(struct exynos_video_entity *ve) in fimc_md_graph_lock() argument
168 mutex_lock(&ve->vdev.entity.graph_obj.mdev->graph_mutex); in fimc_md_graph_lock()
171 static inline void fimc_md_graph_unlock(struct exynos_video_entity *ve) in fimc_md_graph_unlock() argument
173 mutex_unlock(&ve->vdev.entity.graph_obj.mdev->graph_mutex); in fimc_md_graph_unlock()
H A Dfimc-lite.c212 return fimc_pipeline_call(&fimc->ve, set_stream, 0); in fimc_lite_reinit()
331 fimc_pipeline_call(&fimc->ve, set_stream, 1); in start_streaming()
392 v4l2_err(&fimc->ve.vdev, in buffer_prepare()
434 fimc_pipeline_call(&fimc->ve, set_stream, 1); in buffer_queue()
462 struct media_entity *me = &fimc->ve.vdev.entity; in fimc_lite_open()
486 ret = fimc_pipeline_call(&fimc->ve, open, me, true); in fimc_lite_open()
512 struct media_entity *entity = &fimc->ve.vdev.entity; in fimc_lite_release()
519 video_device_pipeline_stop(&fimc->ve.vdev); in fimc_lite_release()
523 fimc_pipeline_call(&fimc->ve, close); in fimc_lite_release()
823 ret = video_device_pipeline_start(&fimc->ve.vdev, &fimc->ve.pipe->mp); in fimc_lite_streamon()
[all …]
H A Dmedia-dev.c783 dev->vid_cap.ve.pipe = NULL; in fimc_md_unregister_entities()
791 dev->ve.pipe = NULL; in fimc_md_unregister_entities()
895 sink = &fimc->ve.vdev.entity; in __fimc_md_create_flite_source_links()
934 sink = &isp->video_capture.ve.vdev.entity; in __fimc_md_create_fimc_is_links()
1041 sink = &fmd->fimc[i]->vid_cap.ve.vdev.entity; in fimc_md_create_links()
1133 struct exynos_video_entity *ve; in __fimc_md_modify_pipeline() local
1142 ve = vdev_to_exynos_video_entity(vdev); in __fimc_md_modify_pipeline()
1143 p = to_fimc_pipeline(ve->pipe); in __fimc_md_modify_pipeline()
1152 ret = __fimc_pipeline_open(ve->pipe, entity, true); in __fimc_md_modify_pipeline()
1154 ret = __fimc_pipeline_close(ve->pipe); in __fimc_md_modify_pipeline()
/openbmc/libpldm/docs/checklists/
H A Dchanges.md131 - [ ] Each new `struct` I've defined is used in at least one new function I've
143 - [ ] I've implemented an accessor function so the array base pointer can be
152 - [ ] I've annotated the flexible array member with `LIBPLDM_CC_COUNTED_BY()`
179 - [ ] If I've added support for a new PLDM message type, then I've implemented
186 - [ ] I've implemented test cases with reasonable branch coverage of each new
187 function I've added
189 - [ ] I've guarded the test cases of functions marked `LIBPLDM_ABI_TESTING` so
193 - [ ] If I've added support for a new message type, then my commit message
200 - [ ] If my work impacts the public API of the library, then I've added an entry
214 - [ ] I've removed guards from the function's tests so they are always compiled
[all …]
/openbmc/linux/fs/f2fs/
H A Dgc.c427 struct victim_entry *ve = NULL; in __lookup_victim_entry() local
430 ve = rb_entry(node, struct victim_entry, rb_node); in __lookup_victim_entry()
432 if (mtime < ve->mtime) in __lookup_victim_entry()
437 return ve; in __lookup_victim_entry()
444 struct victim_entry *ve; in __create_victim_entry() local
446 ve = f2fs_kmem_cache_alloc(victim_entry_slab, GFP_NOFS, true, NULL); in __create_victim_entry()
448 ve->mtime = mtime; in __create_victim_entry()
449 ve->segno = segno; in __create_victim_entry()
451 list_add_tail(&ve->list, &am->victim_list); in __create_victim_entry()
454 return ve; in __create_victim_entry()
[all …]
/openbmc/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c1676 guc_virtual_get_sibling(struct intel_engine_cs *ve, unsigned int sibling) in guc_reset_state()
1679 intel_engine_mask_t tmp, mask = ve->mask; in guc_reset_state()
1682 for_each_engine_masked(engine, ve->gt, mask, tmp) in guc_reset_state()
3281 struct guc_virtual_engine *ve = in deregister_destroyed_contexts()
3282 container_of(ce, typeof(*ve), context); in deregister_destroyed_contexts()
3284 if (ve->base.breadcrumbs) in deregister_destroyed_contexts()
3285 intel_breadcrumbs_put(ve->base.breadcrumbs); in deregister_destroyed_contexts()
3287 kfree(ve); in deregister_destroyed_contexts()
5367 * requests need to be skipped. The front end (execuf IOCTL) should've called in emit_fini_breadcrumb_parent_no_preempt_mid_batch()
5508 struct guc_virtual_engine *ve; in guc_create_virtual()
1639 guc_virtual_get_sibling(struct intel_engine_cs * ve,unsigned int sibling) guc_virtual_get_sibling() argument
3244 struct guc_virtual_engine *ve = __guc_context_destroy() local
5471 struct guc_virtual_engine *ve; guc_create_virtual() local
5566 intel_guc_virtual_engine_has_heartbeat(const struct intel_engine_cs * ve) intel_guc_virtual_engine_has_heartbeat() argument
[all...]
H A Dintel_guc_submission.h34 bool intel_guc_virtual_engine_has_heartbeat(const struct intel_engine_cs *ve);
/openbmc/linux/arch/x86/include/asm/
H A Dtdx.h45 void tdx_get_ve_info(struct ve_info *ve);
47 bool tdx_handle_virt_exception(struct pt_regs *regs, struct ve_info *ve);
/openbmc/qemu/tests/qemu-iotests/
H A D12672 TEST_IMG=$TOP_IMG _img_info | grep -ve 'cluster_size' -e 'backing file format'
88 TEST_IMG=$TOP_IMG _img_info | grep -ve 'cluster_size' -e 'backing file format'
/openbmc/webui-vue/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md15 **Describe alternatives you've considered** A clear and concise description of
16 any alternative solutions or features you've considered.
/openbmc/linux/Documentation/input/devices/
H A Dcs461x.rst14 driver as a backend. I've tested this driver with CS4610, 4-axis and
15 4-button joystick; I mean the jstest utility. Also I've tried to
31 comments about them; but I've found the joystick can be initialized
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_xsk.sh96 VETH0=ve${VETH0_POSTFIX}
98 VETH1=ve${VETH1_POSTFIX}
/openbmc/openbmc/poky/documentation/
H A Dtransitioning-to-a-custom-environment.rst11 So you've finished the :doc:`brief-yoctoprojectqs/index` and
15 to do. And, the documentation is daunting. We've put together a few hints to
39 that you've downloaded. Be aware that some BSPs may not be immediately
47 #. **Based on the layers you've chosen, make needed changes in your
49 For instance, you've chosen a machine type and added in the corresponding BSP
/openbmc/linux/drivers/tty/vt/
H A Dvt_ioctl.c121 struct vt_event_wait *ve = list_entry(pos, in vt_event_post() local
123 if (!(ve->event.event & event)) in vt_event_post()
125 ve->event.event = event; in vt_event_post()
128 ve->event.oldev = old + 1; in vt_event_post()
129 ve->event.newev = new + 1; in vt_event_post()
131 ve->done = 1; in vt_event_post()
/openbmc/bmcweb/
H A DREDFISH_CHECKLIST.md20 Verify that the @odata.type on the schema on which you've added functionality
21 has a version that includes the parameters you've added
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/byacc/
H A Dbyacc_20230219.bb3 # "I've found no reliable source which states that byacc must bear a UCB copyright."
/openbmc/linux/arch/m68k/hp300/
H A DREADME.hp3007 work now but I've only tried 16MB and 12MB.
/openbmc/linux/Documentation/arch/openrisc/
H A Dtodo.rst13 which was an older name for the architecture. The name we've settled on is
/openbmc/openbmc/poky/meta/recipes-devtools/chrpath/
H A Dchrpath_0.18.bb18 # relocatable, so use the one we've just built

1234567891011