Searched refs:SB_SIZE_8 (Results 1 – 2 of 2) sorted by relevance
242 case SB_SIZE_8: in sandbox_read()263 case SB_SIZE_8: in sandbox_write()
10 SB_SIZE_8, enumerator51 #define readb(addr) sandbox_read((const void *)addr, SB_SIZE_8)57 #define writeb(v, addr) sandbox_write((void *)addr, v, SB_SIZE_8)
Completed in 4 milliseconds