/linux/arch/x86/coco/tdx/ |
H A D | tdx.c | 332 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 D | intel_execlists_submission.c | 547 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 D | selftest_execlists.c | 3720 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 D | ieee754int.h | 54 #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 D | intel_guc_submission.c | 1736 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 D | intel_guc_submission.h | 34 bool intel_guc_virtual_engine_has_heartbeat(const struct intel_engine_cs *ve);
|
/linux/Documentation/input/devices/ |
H A D | cs461x.rst | 14 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 D | tdx.h | 57 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 D | test_xsk.sh | 112 VETH0=ve${VETH0_POSTFIX} 114 VETH1=ve${VETH1_POSTFIX}
|
/linux/drivers/tty/vt/ |
H A D | vt_ioctl.c | 121 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 D | README.hp300 | 7 work now but I've only tried 16MB and 12MB.
|
/linux/Documentation/arch/openrisc/ |
H A D | todo.rst | 13 which was an older name for the architecture. The name we've settled on is
|
/linux/arch/parisc/math-emu/ |
H A D | README | 1 All files except driver.c are snapshots from the HP-UX kernel. They've
|
/linux/arch/x86/kernel/ |
H A D | traps.c | 1418 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 D | asiliantfb.c | 181 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 D | Makefile | 13 obj-$(CONFIG_CLK_SUNXI_CLOCKS) += clk-a10-ve.o
|
/linux/drivers/net/wan/ |
H A D | Makefile | 47 cmd_build_wanxlfw = hexdump -ve '"\n" 16/1 "0x%02X,"' $< | \
|
/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | fimc-isp.h | 129 struct exynos_video_entity ve; member
|
H A D | fimc-lite.h | 143 struct exynos_video_entity ve; member
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | rt5651.txt | 27 set this bool in the rare case you've a jack-detect switch which is not
|
/linux/Documentation/scsi/ |
H A D | sym53c500_cs.rst | 22 other products using this chip, but I've never laid eyes (much less hands)
|
/linux/tools/perf/tests/shell/ |
H A D | buildid.sh | 60 cut -c 33-48 | hexdump -ve '/1 "%02x"' | \
|
/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-veyron-analog-audio.dtsi | 83 * we've got a ts3a227e chip but the driver requires it.
|
/linux/Documentation/ABI/testing/ |
H A D | dell-smbios-wmi | 22 2) After you've determined the minimum size of the calling
|
/linux/drivers/net/vxlan/ |
H A D | vxlan_vnifilter.c | 258 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()
|