Searched refs:space (Results 76 - 82 of 82) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dgenassym.c770 DECLARE("pmapSpace", offsetof(struct pmap *, space));
H A Dcswtch.s139 lwz r9,umwSpace(r5) ; Get user memory window address space
154 sth r9,ppUMWmp+mpSpace(r12) ; Save the space
H A DFirmware.s919 li r3,0x20 /* Get a space for a separator */
2472 ; diagTrap - this is used to trigger checks from user space
H A Dsavearea_asm.s975 subi r1,r1,(FM_ALIGN(16)+FM_SIZE) ; Make space for 4 registers on stack
H A Dskiplists.s46 * for example when tearing down an address space. Large-range deletes are the
54 * The major problem with skip-lists is that we could waste a lot of space with 12
838 stwu r1,-(FM_ALIGN((31-13+1)*4)+FM_SIZE)(r1) ; Make some space on the stack
H A Dmachine_routines_asm.s2049 stwu r1, -(FM_ALIGN(4*4)+FM_SIZE)(r1) ; Make some space on the stack
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c291 operations, one of them being address space teardown. In that case, we basically do this
293 for (every page/pte in the space) {
306 the address space we were tearing down. Because of the locks we hold, likely taking a cache
1125 * end of kernel address space
1195 * Reserve some special page table entries/VA space for temporary
1321 kprintf("Kernel virtual space from 0x%x to 0x%x.\n",
1327 kprintf("Available physical space from 0x%llx to 0x%llx\n",
1335 kprintf("Shared kernel address space disabled\n");
1450 e.g. kext pages from the middle of our addr space */
1540 * the entire top-most 2MB of address space
3986 pmap_list_resident_pages( __unused pmap_t pmap, __unused vm_offset_t *listp, __unused int space) argument
[all...]

Completed in 48 milliseconds

1234