Home
last modified time | relevance | path

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

/linux-6.1.9/arch/riscv/kvm/
Dvcpu_sbi_v01.c30 case SBI_EXT_0_1_CONSOLE_GETCHAR: in kvm_sbi_ext_v01_handler()
/linux-6.1.9/arch/riscv/include/asm/
Dsbi.h18 SBI_EXT_0_1_CONSOLE_GETCHAR = 0x2, enumerator
/linux-6.1.9/arch/riscv/kernel/
Dsbi.c116 ret = sbi_ecall(SBI_EXT_0_1_CONSOLE_GETCHAR, 0, 0, 0, 0, 0, 0, 0); in sbi_console_getchar()