Searched refs:scratch (Results 1 - 6 of 6) sorted by relevance

/xnu-2422.115.4/osfmk/vm/
H A DWKdm_new.h252 WK_word* scratch,
257 WK_word* scratch,
/xnu-2422.115.4/bsd/dev/i386/
H A Dfasttrap_isa.c60 * in user-land, we copy out the following sequence of instructions to scratch
63 * We then set the program counter (%eip or %rip) to point to this scratch
586 * were in our scratch space, the subsequent
1365 uint8_t scratch[2 * FASTTRAP_MAX_INSTR_SIZE + 7]; local
1372 * This is the layout of the scratch space in the user-land
1402 * instruction), the scratch space will just contain the
1418 bcopy(tp->ftt_instr, &scratch[i], tp->ftt_size);
1425 scratch[i++] = FASTTRAP_JMP32;
1427 *(uint32_t *)&scratch[i] = pc - addr - 5;
1431 bcopy(tp->ftt_instr, &scratch[
1905 uint8_t scratch[2 * FASTTRAP_MAX_INSTR_SIZE + 22]; local
[all...]
/xnu-2422.115.4/osfmk/x86_64/
H A DWKdmCompress_new.s32 int WKdm_compress (WK_word* src_buf, WK_word* dest_buf, WK_word* scratch, unsigned int bytes_budget);
37 scratch : a 16-byte aligned 4k bytes scratch memory provided by the caller,
177 #define scratch %r11
185 movq %rdx, scratch // scratch = dictionary
/xnu-2422.115.4/iokit/Kernel/
H A DIOHibernateRestoreKernel.c121 UART_SCR = 7 /* scratch register */
399 uint8_t scratch[WKdm_SCRATCH_BUF_SIZE] __attribute__ ((aligned (16))); local
404 if (compressedSize) WKdm_decompress_new((WK_word*) src, (WK_word*)(uintptr_t)dst, (WK_word*) &scratch[0], PAGE_SIZE);
H A DIOHibernateIO.cpp2142 uint8_t * scratch; local
2465 scratch = compressed + page_size;
2472 (WK_word*) scratch,
2569 (WK_word*) scratch,
2955 uint8_t * scratch = compressed + page_size; local
3032 WKdm_decompress_new((WK_word*) src, (WK_word*) compressed, (WK_word*) scratch, page_size);
/xnu-2422.115.4/security/
H A Dmac_base.c1181 char *scratch; local
1185 /* allocate a scratch buffer the size of the string */
1192 /* copy the elementlist to the scratch buffer */
1197 * scratch buffer without losing the allocation address
1199 scratch = scratch_base;
1207 /* iterate the scratch buffer; NOTE: buffer contents modified! */
1208 while ((element = strsep(&scratch, ",")) != NULL) {

Completed in 91 milliseconds