HomeSort by: relevance | last modified time | path
    Searched defs:INSN_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/riscv/riscv/
syscall.c 65 #define INSN_SIZE 4
207 INSN_SIZE + // ecall
208 INSN_SIZE * 2; // jump to cerror (or nops)
244 INSN_SIZE + // ecall
245 INSN_SIZE * 2; // jump to cerror (or nops)
253 tf->tf_pc -= INSN_SIZE * 2; // jump to cerror.
  /src/sys/arch/riscv/include/
insn.h 173 #define INSN_SIZE(insn) (INSN_HALFWORDS(insn) * sizeof(uint16_t))
  /src/sys/arch/arm/include/
armreg.h 422 #define INSN_SIZE 4 /* Always 4 bytes */

Completed in 15 milliseconds