Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/x86_64/
H A DWKdmCompress_new.s163 #define CHKPT_TAG_BYTES (CHKPT_BYTES/16) // size of the tags for CHKPT_BYTES of data macro
618 addq $CHKPT_TAG_BYTES, %rax // rax += bytes taken by the tags
/xnu-8792.61.2/osfmk/arm64/
H A DWKdmCompress_16k.s228 #define CHKPT_TAG_BYTES (CHKPT_BYTES/16) // size of the tags for CHKPT_BYTES of data macro
630 subs rax, rax, #((CHKPT_SHRUNK_BYTES - CHKPT_TAG_BYTES)*scale)
H A DWKdmCompress_4k.s226 #define CHKPT_TAG_BYTES (CHKPT_BYTES/16) // size of the tags for CHKPT_BYTES of data macro
628 subs rax, rax, #((CHKPT_SHRUNK_BYTES - CHKPT_TAG_BYTES)*scale)