Searched refs:error (Results 1 – 12 of 12) sorted by relevance
124 RT_ASSERT(ret.error == SBI_SUCCESS); in sbi_set_timer()140 RT_ASSERT(ret.error == SBI_SUCCESS); in sbi_send_ipi()157 RT_ASSERT(ret.error == SBI_SUCCESS); in sbi_remote_fence_i()169 struct sbi_ret ret = {.error = SBI_SUCCESS}; in sbi_remote_sfence_vma()182 return ret.error; in sbi_remote_sfence_vma()196 RT_ASSERT(ret.error == SBI_SUCCESS); in sbi_remote_sfence_vma_asid()211 return (ret.error != 0 ? (int)ret.error : 0); in sbi_hsm_hart_start()225 return (ret.error != 0 ? (int)ret.error : (int)ret.value); in sbi_hsm_hart_status()237 if (sret.error != 0) in sbi_init()
140 long error; member164 ret.error = a0; in sbi_call()232 return (SBI_CALL0(SBI_CONSOLE_GETCHAR, 0).error); in sbi_console_getchar()
29 #error "Not supported XLEN"
75 #error "TODO: cache maintainence have not ported to RISC-V SMP yet"
94 #error "TODO: cache maintainence have not ported to RISC-V SMP yet"
313 goto error; in unwind_exec_insn()322 goto error; in unwind_exec_insn()344 goto error; in unwind_exec_insn()361 error: in unwind_exec_insn()
312 goto error; in unwind_exec_insn()321 goto error; in unwind_exec_insn()343 goto error; in unwind_exec_insn()360 error: in unwind_exec_insn()
19 #error "No supported VLEN"
57 #error ZERO_LATENCY_INT_MASK must be defined for zero latency interrupt59 #error RTOS bit (0x8000) must not be set in ZERO_LATENCY_INT_MASK
45 #error Implementation for the AVR32 architecture only.
43 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
1234 #error "Machine not defined correctly"
Completed in 21 milliseconds