/linux/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); 67 void cpu_arm9tdmi_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); 139 void cpu_arm926_reset(unsigned long addr, bool hvc); 162 void cpu_arm940_reset(unsigned long addr, bool hvc); 177 void cpu_arm946_reset(unsigned long addr, bool hvc); [all …]
|
H A D | proc-v7.S | 112 hvc #0
|
/linux/drivers/dma/mediatek/ |
H A D | mtk-hsdma.c | 495 struct mtk_hsdma_vchan *hvc) in mtk_hsdma_issue_vchan_pending() argument 500 lockdep_assert_held(&hvc->vc.lock); in mtk_hsdma_issue_vchan_pending() 502 list_for_each_entry_safe(vd, vd2, &hvc->vc.desc_issued, node) { in mtk_hsdma_issue_vchan_pending() 528 list_move_tail(&vd->node, &hvc->desc_hw_processing); in mtk_hsdma_issue_vchan_pending() 534 struct mtk_hsdma_vchan *hvc; in mtk_hsdma_free_rooms_in_ring() local 583 hvc = to_hsdma_vchan(cb->vd->tx.chan); in mtk_hsdma_free_rooms_in_ring() 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() 594 list_empty(&hvc->desc_hw_processing)) { in mtk_hsdma_free_rooms_in_ring() 595 complete(&hvc->issue_completion); in mtk_hsdma_free_rooms_in_ring() [all …]
|
/linux/arch/arm64/xen/ |
H A D | hypercall.S | 61 hvc XEN_IMM; \ 104 hvc XEN_IMM
|
/linux/arch/arm64/kernel/ |
H A D | hyp-stub.S | 229 hvc #0 235 hvc #0 255 hvc #0
|
H A D | smccc-call.S | 72 SMCCC hvc 120 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 */
|
H A D | entry.S | 913 99: hvc #0
|
/linux/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/Documentation/devicetree/bindings/firmware/ |
H A D | intel,stratix10-svc.txt | 27 - method: smc or hvc 29 hvc - Hypervisor Call
|
/linux/drivers/char/ |
H A D | virtio_console.c | 68 struct hvc_struct *hvc; member 324 if (port->cons.hvc) in is_console_port() 1161 hvc_resize(port->cons.hvc, port->cons.ws); in resize_console() 1219 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console() 1220 if (IS_ERR(port->cons.hvc)) { in init_port_console() 1221 ret = PTR_ERR(port->cons.hvc); in init_port_console() 1224 port->cons.hvc = NULL; in init_port_console() 1341 port->cons.hvc = NULL; in add_port() 1497 hvc_remove(port->cons.hvc); in unplug_port() 1593 port->cons.hvc->irq_requested = 1; in handle_control_message() [all …]
|
/linux/drivers/tty/ |
H A D | Makefile | 14 obj-$(CONFIG_HVC_DRIVER) += hvc/
|
H A D | Kconfig | 396 source "drivers/tty/hvc/Kconfig"
|
/linux/arch/arm/boot/dts/xen/ |
H A D | xenvm-4.2.dts | 43 method = "hvc";
|
/linux/Documentation/devicetree/bindings/arm/firmware/ |
H A D | sdei.txt | 34 * "hvc" : HVC #0, with the register assignments specified in this
|
/linux/Documentation/virt/kvm/arm/ |
H A D | hyp-abi.rst | 25 SVC/EL1. These stubs are accessible by using a 'hvc #0' instruction,
|
/linux/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/arch/arm64/include/asm/ |
H A D | insn.h | 409 __AARCH64_INSN_FUNCS(hvc, 0xFFE0001F, 0xD4000002)
|
/linux/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | processor.c | 612 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc()
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8994.dtsi | 178 method = "hvc";
|
/linux/arch/arm/boot/compressed/ |
H A D | head.S | 1423 W(b) __enter_kernel_from_hyp @ hvc from HYP
|
/linux/Documentation/admin-guide/ |
H A D | kernel-parameters.txt | 846 hvc<n> Use the hypervisor console device <n>. This is for
|
/linux/ |
H A D | MAINTAINERS | 10604 F: drivers/tty/hvc/ 13095 F: drivers/tty/hvc/hvc_opal.c
|