Searched refs:CHKPT_BYTES (Results 1 – 3 of 3) sorted by relevance
162 #define CHKPT_BYTES 416 // for early aborts: checkpoint after processin… macro163 #define CHKPT_TAG_BYTES (CHKPT_BYTES/16) // size of the tags for CHKPT_BYTES of data167 #if CHKPT_BYTES > 4096168 #error CHKPT_BYTES must be <= 4096170 #if CHKPT_BYTES < 4171 #error CHKPT_BYTES must be >= 4216 leaq CHKPT_BYTES(%rdi), checkpoint // checkpoint = src_buf + CHKPT_BYTES
226 #define CHKPT_BYTES 416 // for early aborts: checkpoint after processin… macro227 #define CHKPT_WORDS (CHKPT_BYTES/4) // checkpoint bytes in words228 #define CHKPT_TAG_BYTES (CHKPT_BYTES/16) // size of the tags for CHKPT_BYTES of data231 #if CHKPT_BYTES > 4096232 #error CHKPT_BYTES must be <= 4096234 #if CHKPT_BYTES < 4235 #error CHKPT_BYTES must be >= 4
224 #define CHKPT_BYTES 416 // for early aborts: checkpoint after processin… macro225 #define CHKPT_WORDS (CHKPT_BYTES/4) // checkpoint bytes in words226 #define CHKPT_TAG_BYTES (CHKPT_BYTES/16) // size of the tags for CHKPT_BYTES of data229 #if CHKPT_BYTES > 4096230 #error CHKPT_BYTES must be <= 4096232 #if CHKPT_BYTES < 4233 #error CHKPT_BYTES must be >= 4