Home
last modified time | relevance | path

Searched refs:error (Results 1 – 12 of 12) sorted by relevance

/libcpu/risc-v/common64/
A Dsbi.c124 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()
A Dsbi.h140 long error; member
164 ret.error = a0; in sbi_call()
232 return (SBI_CALL0(SBI_CONSOLE_GETCHAR, 0).error); in sbi_console_getchar()
A Dstackframe.h29 #error "Not supported XLEN"
/libcpu/risc-v/t-head/c906/
A Dcache.h75 #error "TODO: cache maintainence have not ported to RISC-V SMP yet"
/libcpu/risc-v/t-head/c908/
A Dcache.h94 #error "TODO: cache maintainence have not ported to RISC-V SMP yet"
/libcpu/arm/cortex-r52/
A Dbacktrace.c313 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()
/libcpu/arm/cortex-a/
A Dbacktrace.c312 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()
/libcpu/risc-v/vector/rvv-1.0/
A Drvv_context.h19 #error "No supported VLEN"
/libcpu/ti-dsp/c28x/
A Dcontext.s57 #error ZERO_LATENCY_INT_MASK must be defined for zero latency interrupt
59 #error RTOS bit (0x8000) must not be set in ZERO_LATENCY_INT_MASK
/libcpu/avr32/uc3/
A Dexception_gcc.S45 #error Implementation for the AVR32 architecture only.
/libcpu/c-sky/ck802/
A Dcore_ck802.h43 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
/libcpu/ppc/ppc405/include/asm/
A Dprocessor.h1234 #error "Machine not defined correctly"

Completed in 28 milliseconds