Searched refs:VA (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.h249 #define pmap_kernel_va(VA) \
250 (((VA) >= VM_MIN_KERNEL_ADDRESS) && ((VA) <= vm_last_addr))
H A Dskiplists.s85 * Given a pmap and a virtual address (VA), find the mapping for that address.
97 * We return the mapping ptr (or 0) in r3, and the next VA (or 0 if no more) in r4 and r5.
205 lwz r5,mpVAddr+4(r4) ; get VA of next node
295 lwz r5,mpVAddr+4(r4) ; get VA of next node
320 * Given a pmap and a virtual address (VA), find the mapping for that address.
332 * We return the mapping ptr (or 0) in r3, and the next VA (or 0 if no more) in r4 and r5.
353 li r10,0 ; initialize prev ptrs VA to 0 too
400 addi r10,r4,0x1000 ; Get the lowest VA we can get next
483 addi r10,r4,0x1000 ; Get the lowest VA we can get next
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.h756 #define pmap_kernel_va(VA) \
757 ((((vm_offset_t) (VA)) >= vm_min_kernel_address) && \
758 (((vm_offset_t) (VA)) <= vm_max_kernel_address))
H A Dstart.s84 #define VA(addr) (addr) define
386 /* install a pde for temp double map of bottom of VA */
660 movl $(VA(MP_BOOTSTACK+MP_BOOT+4)), %esp

Completed in 58 milliseconds