Home
last modified time | relevance | path

Searched refs:sbiret (Results 1 – 9 of 9) sorted by relevance

/linux/arch/riscv/kernel/
H A Dsbi_ecall.c10 struct sbiret ret; in __sbi_base_ecall()
20 struct sbiret __sbi_ecall(unsigned long arg0, unsigned long arg1, in __sbi_ecall()
25 struct sbiret ret; in __sbi_ecall()
H A Dcpu_ops_sbi.c29 struct sbiret ret; in sbi_hsm_hart_start()
42 struct sbiret ret; in sbi_hsm_hart_stop()
54 struct sbiret ret; in sbi_hsm_hart_get_status()
H A Dsuspend.c116 struct sbiret ret; in sbi_system_suspend()
154 struct sbiret ret; in sbi_suspend_finisher()
H A Dparavirt.c60 struct sbiret ret; in sbi_sta_steal_time_set_shmem()
/linux/tools/testing/selftests/kvm/riscv/
H A Dsbi_pmu_test.c102 struct sbiret ret; in start_counter()
112 struct sbiret ret; in stop_reset_counter()
122 struct sbiret ret; in stop_counter()
183 struct sbiret ret; in get_counter_index()
196 struct sbiret ret; in get_num_counters()
210 struct sbiret ret; in update_counter_info()
229 struct sbiret ret; in read_fw_counter()
270 struct sbiret ret = sbi_ecall(SBI_EXT_PMU, SBI_EXT_PMU_SNAPSHOT_SET_SHMEM, in snapshot_set_shmem()
406 struct sbiret ret; in test_invalid_event()
436 struct sbiret ret; in test_pmu_basic_sanity()
/linux/tools/testing/selftests/kvm/include/riscv/
H A Dsbi.h78 struct sbiret { struct
124 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0,
/linux/tools/testing/selftests/kvm/lib/riscv/
H A Dprocessor.c462 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0, in sbi_ecall()
475 struct sbiret ret; in sbi_ecall()
490 struct sbiret ret; in guest_sbi_probe_extension()
509 struct sbiret ret; in get_host_sbi_spec_version()
/linux/drivers/acpi/riscv/
H A Dcppc.c31 struct sbiret ret;
/linux/arch/riscv/include/asm/
H A Dsbi.h561 struct sbiret { struct
568 struct sbiret __sbi_ecall(unsigned long arg0, unsigned long arg1, argument