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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dlowmem_vectors.s85 .fill 280, 4, 0 /* 0x2020 Reserved */
102 .fill 729, 4, 0
H A Dloose_ends.c500 * Machine-dependent routine to fill in an array with up to callstack_max
511 void fillPage(ppnum_t pa, unsigned int fill) argument
526 *addr++ = fill;
/macosx-10.5.8/xnu-1228.15.4/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::__anon49
/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dpmap.h467 extern void fillPage(ppnum_t pa, unsigned int fill);
H A Dvm_resident.c266 queue_head_t vm_page_queue_zf; /* inactive memory queue for zero fill */
653 unsigned int i, npages, pages_initialized, fill, fillval; local
686 fill = 0; /* Assume no fill */
687 if (PE_parse_boot_argn("fill", &fillval, sizeof (fillval))) fill = 1; /* Set fill */
718 if (fill)
729 if(fill) fillPage(vm_pages[i - 1].phys_page, fillval); /* Fill the page with a know value if requested at boot */
743 if(fill) fillPag
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dxsumas.s79 li r7,-1 ; start of mask for partial fill
85 and r2,r6,r7 ; zero fill on left
/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A Ddp_backing_store.c2563 * page and let the fault handler provide a zero-fill
2847 * it up to a page boundary, zero fill
2852 int fill; local
2855 fill = residual & ~vm_page_size;
2856 lsize = (xfer_size - residual) + fill;
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dcswtch.s718 ; Check if we need to fill the registers with junk, because this level has
1466 ; Check if we need to fill the registers with junk, because this level has
1472 ; constant that we may need to fill unused vector registers.
H A Dlowmem_vectors.s3990 .fill 504*4,1,0 ; (filled with 0s)
4000 .fill 512*4,1,0 ; 6800 32x64 slots for code injection streams
H A Dhw_vm.s8680 rlwinm r4,r4,0,1,0 ; Copy fill to top of 64-bit register

Completed in 145 milliseconds