Home
last modified time | relevance | path

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

/xnu-8792.61.2/osfmk/x86_64/
H A DWKdmCompress_new.s190 #define byte_budget 96(%rsp) macro
252 movl %ecx, byte_budget // save the byte budget
560 cmpl byte_budget, %r11d // can the sparse packer fit into the given budget?
/xnu-8792.61.2/osfmk/arm64/
H A DWKdmCompress_16k.s281 #define byte_budget x26 macro
289 add byte_budget, byte_count, #(12+256*scale) // remember the byte budget
583 …cmp r11, byte_budget // can the sparse packer fit into the given bu…
H A DWKdmCompress_4k.s279 #define byte_budget x26 macro
287 add byte_budget, byte_count, #(12+256*scale) // remember the byte budget
581 …cmp r11, byte_budget // can the sparse packer fit into the given bu…