Home
last modified time | relevance | path

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

1234567

/linux/arch/x86/coco/tdx/
H A Dtdx.c332 static int ve_instr_len(struct ve_info *ve) in ve_instr_len() argument
334 switch (ve->exit_reason) { in ve_instr_len()
341 return ve->instr_len; in ve_instr_len()
351 WARN_ONCE(1, "Unexpected #VE-type: %lld\n", ve->exit_reason); in ve_instr_len()
352 return ve->instr_len; in ve_instr_len()
379 static int handle_halt(struct ve_info *ve) in handle_halt() argument
386 return ve_instr_len(ve); in handle_halt()
400 static int read_msr(struct pt_regs *regs, struct ve_info *ve) in read_msr() argument
418 return ve_instr_len(ve); in read_msr()
421 static int write_msr(struct pt_regs *regs, struct ve_info *ve) in write_msr() argument
[all …]
/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 …]
/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 …]
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_submission.c1736 guc_virtual_get_sibling(struct intel_engine_cs *ve, unsigned int sibling) in guc_virtual_get_sibling() argument
1739 intel_engine_mask_t tmp, mask = ve->mask; in guc_virtual_get_sibling()
1742 for_each_engine_masked(engine, ve->gt, mask, tmp) in guc_virtual_get_sibling()
3453 struct guc_virtual_engine *ve = in __guc_context_destroy() local
3454 container_of(ce, typeof(*ve), context); in __guc_context_destroy()
3456 if (ve->base.breadcrumbs) in __guc_context_destroy()
3457 intel_breadcrumbs_put(ve->base.breadcrumbs); in __guc_context_destroy()
3459 kfree(ve); in __guc_context_destroy()
5865 struct guc_virtual_engine *ve; in guc_create_virtual() local
5870 ve = kzalloc(sizeof(*ve), GFP_KERNEL); in guc_create_virtual()
[all …]
H A Dintel_guc_submission.h34 bool intel_guc_virtual_engine_has_heartbeat(const struct intel_engine_cs *ve);
/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
/linux/arch/x86/include/asm/
H A Dtdx.h57 void tdx_get_ve_info(struct ve_info *ve);
59 bool tdx_handle_virt_exception(struct pt_regs *regs, struct ve_info *ve);
/linux/tools/testing/selftests/bpf/
H A Dtest_xsk.sh112 VETH0=ve${VETH0_POSTFIX}
114 VETH1=ve${VETH1_POSTFIX}
/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()
/linux/arch/m68k/hp300/
H A DREADME.hp3007 work now but I've only tried 16MB and 12MB.
/linux/Documentation/arch/openrisc/
H A Dtodo.rst13 which was an older name for the architecture. The name we've settled on is
/linux/arch/parisc/math-emu/
H A DREADME1 All files except driver.c are snapshots from the HP-UX kernel. They've
/linux/arch/x86/kernel/
H A Dtraps.c1418 struct ve_info ve; in DEFINE_IDTENTRY() local
1425 tdx_get_ve_info(&ve); in DEFINE_IDTENTRY()
1433 if (!tdx_handle_virt_exception(regs, &ve)) in DEFINE_IDTENTRY()
1434 ve_raise_fault(regs, 0, ve.gla); in DEFINE_IDTENTRY()
/linux/drivers/video/fbdev/
H A Dasiliantfb.c181 unsigned ve = p->var.yres + p->var.lower_margin + p->var.vsync_len; in asiliant_set_timing() local
191 write_cr(0x11, (ve - 1) & 0x0f); in asiliant_set_timing()
206 write_cr(0x11, ((ve - 1) & 0x0f) | 0x80); in asiliant_set_timing()
/linux/drivers/clk/sunxi/
H A DMakefile13 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-ve.o
/linux/drivers/net/wan/
H A DMakefile47 cmd_build_wanxlfw = hexdump -ve '"\n" 16/1 "0x%02X,"' $< | \
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp.h129 struct exynos_video_entity ve; member
H A Dfimc-lite.h143 struct exynos_video_entity ve; member
/linux/Documentation/devicetree/bindings/sound/
H A Drt5651.txt27 set this bool in the rare case you've a jack-detect switch which is not
/linux/Documentation/scsi/
H A Dsym53c500_cs.rst22 other products using this chip, but I've never laid eyes (much less hands)
/linux/tools/perf/tests/shell/
H A Dbuildid.sh60 cut -c 33-48 | hexdump -ve '/1 "%02x"' | \
/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-analog-audio.dtsi83 * we've got a ts3a227e chip but the driver requires it.
/linux/Documentation/ABI/testing/
H A Ddell-smbios-wmi22 2) After you've determined the minimum size of the calling
/linux/drivers/net/vxlan/
H A Dvxlan_vnifilter.c258 u32 ve = 0; in vxlan_fill_vni_filter_entry() local
261 ve = be32_to_cpu(vend->vni); in vxlan_fill_vni_filter_entry()
270 if (ve && nla_put_u32(skb, VXLAN_VNIFILTER_ENTRY_END, ve)) in vxlan_fill_vni_filter_entry()

1234567