- "(%p,0x%llx+0x%llx+0x%04llx): "
- "in crypto range [0x%llx:0x%llx]: "
- "DECRYPT offset 0x%llx="
- "(0x%llx-0x%llx+0x%llx+0x%llx+0x%04llx)"
- "[0x%016llx 0x%016llx] "
- "code_signed=%d "
- "cs_validated=%d "
- "cs_tainted=%d "
- "cs_nx=%d "
- "ret=0x%x\n",
- pager,
- offset,
- (uint64_t) cur_offset,
- (uint64_t) offset_in_page,
- pager->crypto_start, pager->crypto_end,
- ((pager->crypto_backing_offset -
- pager->crypto_start) +
- offset +
- cur_offset +
- offset_in_page),
- pager->crypto_backing_offset,
- pager->crypto_start,
- offset,
- (uint64_t) cur_offset,
- (uint64_t) offset_in_page,
- *(uint64_t *)(dst_vaddr+offset_in_page),
- *(uint64_t *)(dst_vaddr+offset_in_page+8),
- src_page_object->code_signed,
- src_page->vmp_cs_validated,
- src_page->vmp_cs_tainted,
- src_page->vmp_cs_nx,
- ret);
+ "(%p,0x%llx+0x%llx+0x%04llx): "
+ "in crypto range [0x%llx:0x%llx]: "
+ "DECRYPT offset 0x%llx="
+ "(0x%llx-0x%llx+0x%llx+0x%llx+0x%04llx)"
+ "[0x%016llx 0x%016llx] "
+ "code_signed=%d "
+ "cs_validated=%d "
+ "cs_tainted=%d "
+ "cs_nx=%d "
+ "ret=0x%x\n",
+ pager,
+ offset,
+ (uint64_t) cur_offset,
+ (uint64_t) offset_in_page,
+ pager->crypto_start, pager->crypto_end,
+ ((pager->crypto_backing_offset -
+ pager->crypto_start) +
+ offset +
+ cur_offset +
+ offset_in_page),
+ pager->crypto_backing_offset,
+ pager->crypto_start,
+ offset,
+ (uint64_t) cur_offset,
+ (uint64_t) offset_in_page,
+ *(uint64_t *)(dst_vaddr + offset_in_page),
+ *(uint64_t *)(dst_vaddr + offset_in_page + 8),
+ src_page_object->code_signed,
+ src_page->vmp_cs_validated,
+ src_page->vmp_cs_tainted,
+ src_page->vmp_cs_nx,
+ ret);