Searched refs:fill (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dlowmem_vectors.s84 .fill 280, 4, 0 /* 0x2020 Reserved */
103 .fill 728, 4, 0
H A Dloose_ends.c533 * Machine-dependent routine to fill in an array with up to callstack_max
544 void fillPage(ppnum_t pa, unsigned int fill) argument
559 *addr++ = fill;
/darwin-on-arm/xnu/bsd/dev/
H A Dkmreg_com.h62 * color to be used for the clear operation (data.fill).
74 int fill; /* Const color for erase operation. */ member in union:km_drawrect::__anon37
/darwin-on-arm/xnu/libkern/zlib/
H A Dinftrees.c77 unsigned fill; /* index for replicating entries */ local
177 Create and fill in decoding tables. In this loop, the table being
182 fill the table with replicated entries.
231 next = *table; /* current table to fill in */
261 fill = 1U << curr;
262 min = fill; /* save offset to next table */
264 fill -= incr;
265 next[(huff >> drop) + fill] = this;
266 } while (fill != 0);
323 drops back to the root table to fill i
[all...]
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dloose_ends.c518 * Machine-dependent routine to fill in an array with up to callstack_max
529 void fillPage(ppnum_t pa, unsigned int fill) argument
538 *addr++ = fill;
/darwin-on-arm/xnu/osfmk/arm/
H A Dloose_ends.c397 void fillPage(ppnum_t pa, unsigned int fill) argument
/darwin-on-arm/xnu/osfmk/vm/
H A Dpmap.h553 extern void fillPage(ppnum_t pa, unsigned int fill);
H A Dvm_resident.c789 unsigned int i, npages, pages_initialized, fill, fillval; local
822 fill = 0; /* Assume no fill */
823 if (PE_parse_boot_argn("fill", &fillval, sizeof (fillval))) fill = 1; /* Set fill */
829 if (fill == 0) {
830 fill = 1;
835 if (fill)
841 if(fill) fillPag
[all...]
/darwin-on-arm/xnu/osfmk/default_pager/
H A Ddp_backing_store.c2961 * page and let the fault handler provide a zero-fill
3283 * it up to a page boundary, zero fill
3288 int fill; local
3291 fill = residual & ~vm_page_size;
3292 lsize = (xfer_size - residual) + fill;

Completed in 168 milliseconds