Searched refs:sbiret (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/riscv/kernel/ |
| H A D | sbi_ecall.c | 10 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 D | cpu_ops_sbi.c | 29 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 D | suspend.c | 116 struct sbiret ret; in sbi_system_suspend() 154 struct sbiret ret; in sbi_suspend_finisher()
|
| H A D | paravirt.c | 60 struct sbiret ret; in sbi_sta_steal_time_set_shmem()
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| H A D | sbi_pmu_test.c | 102 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 D | sbi.h | 78 struct sbiret { struct 124 struct sbiret sbi_ecall(int ext, int fid, unsigned long arg0,
|
| /linux/tools/testing/selftests/kvm/lib/riscv/ |
| H A D | processor.c | 462 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 D | cppc.c | 31 struct sbiret ret;
|
| /linux/arch/riscv/include/asm/ |
| H A D | sbi.h | 561 struct sbiret { struct 568 struct sbiret __sbi_ecall(unsigned long arg0, unsigned long arg1, argument
|