Home
last modified time | relevance | path

Searched refs:SBI_EXT_0_1_CONSOLE_GETCHAR (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dsbi_ecall_interface.h18 #define SBI_EXT_0_1_CONSOLE_GETCHAR 0x2 macro
/openbmc/linux/arch/riscv/kvm/
H A Dvcpu_sbi_v01.c28 case SBI_EXT_0_1_CONSOLE_GETCHAR: in kvm_sbi_ext_v01_handler()
/openbmc/linux/arch/riscv/include/asm/
H A Dsbi.h18 SBI_EXT_0_1_CONSOLE_GETCHAR = 0x2, enumerator
/openbmc/linux/arch/riscv/kernel/
H A Dsbi.c117 ret = sbi_ecall(SBI_EXT_0_1_CONSOLE_GETCHAR, 0, 0, 0, 0, 0, 0, 0); in sbi_console_getchar()
/openbmc/qemu/target/riscv/kvm/
H A Dkvm-cpu.c1195 case SBI_EXT_0_1_CONSOLE_GETCHAR: in kvm_riscv_handle_sbi()