Home
last modified time | relevance | path

Searched refs:hvc (Results 1 – 25 of 33) sorted by relevance

12

/linux-6.15/arch/arm/mm/
H A Dproc.c20 void cpu_arm7tdmi_reset(unsigned long addr, bool hvc);
35 void cpu_arm720_reset(unsigned long addr, bool hvc);
52 void cpu_arm740_reset(unsigned long addr, bool hvc);
82 void cpu_arm920_reset(unsigned long addr, bool hvc);
105 void cpu_arm922_reset(unsigned long addr, bool hvc);
122 void cpu_arm925_reset(unsigned long addr, bool hvc);
192 void cpu_fa526_reset(unsigned long addr, bool hvc);
340 void cpu_xsc3_reset(unsigned long addr, bool hvc);
409 void cpu_v6_reset(unsigned long addr, bool hvc);
432 void cpu_v7_reset(unsigned long addr, bool hvc);
[all …]
/linux-6.15/drivers/dma/mediatek/
H A Dmtk-hsdma.c534 struct mtk_hsdma_vchan *hvc; in mtk_hsdma_free_rooms_in_ring() local
585 spin_lock(&hvc->vc.lock); in mtk_hsdma_free_rooms_in_ring()
593 if (hvc->issue_synchronize && in mtk_hsdma_free_rooms_in_ring()
598 spin_unlock(&hvc->vc.lock); in mtk_hsdma_free_rooms_in_ring()
633 hvc = &hsdma->vc[i]; in mtk_hsdma_free_rooms_in_ring()
634 spin_lock(&hvc->vc.lock); in mtk_hsdma_free_rooms_in_ring()
636 spin_unlock(&hvc->vc.lock); in mtk_hsdma_free_rooms_in_ring()
765 spin_lock(&hvc->vc.lock); in mtk_hsdma_free_active_desc()
767 hvc->issue_synchronize = true; in mtk_hsdma_free_active_desc()
770 spin_unlock(&hvc->vc.lock); in mtk_hsdma_free_active_desc()
[all …]
/linux-6.15/drivers/tty/hvc/
H A Dhvc_xen.c42 struct hvc_struct *hvc; member
381 if (info->hvc != NULL) in xencons_disconnect_backend()
382 hvc_remove(info->hvc); in xencons_disconnect_backend()
383 info->hvc = NULL; in xencons_disconnect_backend()
447 if (IS_ERR(info->hvc)) in xencons_connect_backend()
448 return PTR_ERR(info->hvc); in xencons_connect_backend()
568 if (info->hvc) { in xencons_backend_changed()
569 hvc_remove(info->hvc); in xencons_backend_changed()
570 info->hvc = NULL; in xencons_backend_changed()
628 if (IS_ERR(info->hvc)) { in xen_hvc_init()
[all …]
H A Dhvc_iucv.c65 struct hvc_struct *hvc; /* HVC struct reference */ member
284 __hvc_resize(priv->hvc, *((struct winsize *) rb->mbuf->data)); in hvc_iucv_write()
1074 priv->hvc = hvc_alloc(id, /* PAGE_SIZE */ in hvc_iucv_alloc()
1076 if (IS_ERR(priv->hvc)) { in hvc_iucv_alloc()
1077 rc = PTR_ERR(priv->hvc); in hvc_iucv_alloc()
1082 priv->hvc->irq_requested = 1; in hvc_iucv_alloc()
1105 hvc_remove(priv->hvc); in hvc_iucv_alloc()
1118 hvc_remove(priv->hvc); in hvc_iucv_destroy()
/linux-6.15/Documentation/devicetree/bindings/arm/firmware/
H A Dlinaro,optee-tz.yaml35 enum: [smc, hvc]
37 The method of calling the OP-TEE Trusted OS depending on smc or hvc
65 method = "hvc";
H A Dsdei.txt34 * "hvc" : HVC #0, with the register assignments specified in this
/linux-6.15/arch/arm64/xen/
H A Dhypercall.S61 hvc XEN_IMM; \
104 hvc XEN_IMM
/linux-6.15/arch/arm64/kernel/
H A Dhyp-stub.S229 hvc #0
235 hvc #0
255 hvc #0
H A Dsmccc-call.S43 SMCCC hvc
91 SMCCC_1_2 hvc
H A Dcpu-reset.S44 hvc #0 // no return
H A Dhibernate-asm.S92 hvc #0
H A Drelocate_kernel.S93 hvc #0 /* Jumps from el2 */
/linux-6.15/arch/arm/include/asm/
H A Dproc-fns.h47 void (*reset)(unsigned long addr, bool hvc) __attribute__((noreturn));
96 extern void cpu_reset(unsigned long addr, bool hvc) __attribute__((noreturn));
/linux-6.15/Documentation/devicetree/bindings/firmware/
H A Dintel,stratix10-svc.txt27 - method: smc or hvc
29 hvc - Hypervisor Call
/linux-6.15/drivers/char/
H A Dvirtio_console.c69 struct hvc_struct *hvc; member
325 if (port->cons.hvc) in is_console_port()
1162 hvc_resize(port->cons.hvc, port->cons.ws); in resize_console()
1220 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()
1221 if (IS_ERR(port->cons.hvc)) { in init_port_console()
1222 ret = PTR_ERR(port->cons.hvc); in init_port_console()
1225 port->cons.hvc = NULL; in init_port_console()
1340 port->cons.hvc = NULL; in add_port()
1494 hvc_remove(port->cons.hvc); in unplug_port()
1591 port->cons.hvc->irq_requested = 1; in handle_control_message()
[all …]
/linux-6.15/drivers/tty/
H A DMakefile14 obj-$(CONFIG_HVC_DRIVER) += hvc/
/linux-6.15/Documentation/devicetree/bindings/mailbox/
H A Dxlnx,zynqmp-ipi-mailbox.yaml49 - "hvc" : HVC #0, following the SMCCC
54 - hvc
/linux-6.15/Documentation/devicetree/bindings/firmware/xilinx/
H A Dxlnx,zynqmp-firmware.yaml40 - "hvc" : HVC #0, following the SMCCC
45 - hvc
/linux-6.15/arch/arm/boot/dts/xen/
H A Dxenvm-4.2.dts43 method = "hvc";
/linux-6.15/Documentation/devicetree/bindings/arm/
H A Dpsci.yaml71 - hvc
180 method = "hvc";
/linux-6.15/Documentation/virt/kvm/arm/
H A Dhyp-abi.rst25 SVC/EL1. These stubs are accessible by using a 'hvc #0' instruction,
/linux-6.15/arch/arm64/boot/dts/exynos/
H A Dexynos990.dtsi168 method = "hvc";
/linux-6.15/Documentation/arch/powerpc/
H A Dhvcs.rst552 for extra /dev/hvc* devices (where /dev/hvc0 is most likely the console).
555 partition with the HMC gui which will show up as /dev/hvc* when the target
564 /dev/hvc* and another program on the current partition can be configured to
/linux-6.15/arch/arm64/include/asm/
H A Dinsn.h414 __AARCH64_INSN_FUNCS(hvc, 0xFFE0001F, 0xD4000002)
/linux-6.15/tools/testing/selftests/kvm/lib/arm64/
H A Dprocessor.c620 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc()

12