Home
last modified time | relevance | path

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

/libcpu/risc-v/common64/
A Dio.h10 #define RISCV_FENCE(p, s) \ macro
14 #define mb() RISCV_FENCE(iorw,iorw)
15 #define rmb() RISCV_FENCE(ir,ir)
16 #define wmb() RISCV_FENCE(ow,ow)

Completed in 4 milliseconds