Home
last modified time | relevance | path

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

/linux/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);
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 Dproc-v7.S112 hvc #0
/linux/arch/arm64/kernel/
H A Dhyp-stub.S234 hvc #0
240 hvc #0
260 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 */
H A Dentry.S917 99: hvc #0
/linux/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/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/drivers/tty/
H A DMakefile14 obj-$(CONFIG_HVC_DRIVER) += hvc/
/linux/arch/arm/boot/dts/xen/
H A Dxenvm-4.2.dts43 method = "hvc";
/linux/Documentation/devicetree/bindings/arm/firmware/
H A Dsdei.txt34 * "hvc" : HVC #0, with the register assignments specified in this
/linux/Documentation/virt/kvm/arm/
H A Dhyp-abi.rst25 SVC/EL1. These stubs are accessible by using a 'hvc #0' instruction,
/linux/arch/arm64/boot/dts/exynos/
H A Dexynos990.dtsi168 method = "hvc";
/linux/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/tools/testing/selftests/kvm/lib/arm64/
H A Dprocessor.c656 __smccc_call(hvc, function_id, arg0, arg1, arg2, arg3, arg4, arg5, in smccc_hvc()
/linux/arch/arm/boot/compressed/
H A Dhead.S1423 W(b) __enter_kernel_from_hyp @ hvc from HYP
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt990 hvc<n> Use the hypervisor console device <n>. This is for
/linux/
H A DMAINTAINERS11790 F: drivers/tty/hvc/
14504 F: drivers/tty/hvc/hvc_opal.c