| /linux-6.15/arch/arm/mm/ |
| H A D | proc.c | 20 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 D | mtk-hsdma.c | 534 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 D | hvc_xen.c | 42 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 D | hvc_iucv.c | 65 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 D | linaro,optee-tz.yaml | 35 enum: [smc, hvc] 37 The method of calling the OP-TEE Trusted OS depending on smc or hvc 65 method = "hvc";
|
| H A D | sdei.txt | 34 * "hvc" : HVC #0, with the register assignments specified in this
|
| /linux-6.15/arch/arm64/xen/ |
| H A D | hypercall.S | 61 hvc XEN_IMM; \ 104 hvc XEN_IMM
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | hyp-stub.S | 229 hvc #0 235 hvc #0 255 hvc #0
|
| H A D | smccc-call.S | 43 SMCCC hvc 91 SMCCC_1_2 hvc
|
| H A D | cpu-reset.S | 44 hvc #0 // no return
|
| H A D | hibernate-asm.S | 92 hvc #0
|
| H A D | relocate_kernel.S | 93 hvc #0 /* Jumps from el2 */
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | proc-fns.h | 47 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 D | intel,stratix10-svc.txt | 27 - method: smc or hvc 29 hvc - Hypervisor Call
|
| /linux-6.15/drivers/char/ |
| H A D | virtio_console.c | 69 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 D | Makefile | 14 obj-$(CONFIG_HVC_DRIVER) += hvc/
|
| /linux-6.15/Documentation/devicetree/bindings/mailbox/ |
| H A D | xlnx,zynqmp-ipi-mailbox.yaml | 49 - "hvc" : HVC #0, following the SMCCC 54 - hvc
|
| /linux-6.15/Documentation/devicetree/bindings/firmware/xilinx/ |
| H A D | xlnx,zynqmp-firmware.yaml | 40 - "hvc" : HVC #0, following the SMCCC 45 - hvc
|
| /linux-6.15/arch/arm/boot/dts/xen/ |
| H A D | xenvm-4.2.dts | 43 method = "hvc";
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | psci.yaml | 71 - hvc 180 method = "hvc";
|
| /linux-6.15/Documentation/virt/kvm/arm/ |
| H A D | hyp-abi.rst | 25 SVC/EL1. These stubs are accessible by using a 'hvc #0' instruction,
|
| /linux-6.15/arch/arm64/boot/dts/exynos/ |
| H A D | exynos990.dtsi | 168 method = "hvc";
|
| /linux-6.15/Documentation/arch/powerpc/ |
| H A D | hvcs.rst | 552 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 D | insn.h | 414 __AARCH64_INSN_FUNCS(hvc, 0xFFE0001F, 0xD4000002)
|
| /linux-6.15/tools/testing/selftests/kvm/lib/arm64/ |
| H A D | processor.c | 620 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc()
|