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

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dlowglobals.h66 uint64_t lgPMWvaddr; /* 5020 physical memory window virtual address */ member in struct:lowglo
H A Dpmap.c267 * Maps physical memory into the kernel's address map beginning at lgPMWvaddr, the
283 vaddr = paddr + lowGlo.lgPMWvaddr; /* Get starting virtual address */
316 vaddr = paddr + lowGlo.lgPMWvaddr; /* Get starting virtual address */
548 lowGlo.lgPMWvaddr = PHYS_MEM_WINDOW_VADDR; /* Initialize the physical memory window's virtual address */
H A Dmovc.s1123 ld r6,lgPMWvaddr(0) // get physical memory window virtual address
H A Dgenassym.c1391 DECLARE("lgPMWvaddr", offsetof(struct lowglo *, lgPMWvaddr));

Completed in 33 milliseconds