Searched refs:pmapTrans (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.c139 pmapTransTab *pmapTrans; /* Point to the hash to pmap translations */ variable
507 pmapTrans = (pmapTransTab *)addr; /* Point to the pmap to hash translation table */
509 pmapTrans[PPC_SID_KERNEL].pmapPAddr = (addr64_t)((uintptr_t)kernel_pmap); /* Initialize the kernel pmap in the translate table */
510 pmapTrans[PPC_SID_KERNEL].pmapVAddr = CAST_DOWN(unsigned int, kernel_pmap); /* Initialize the kernel pmap in the translate table */
735 pmapTrans[pmap->space].pmapPAddr = physpmap; /* Set translate table physical to point to us */
736 pmapTrans[pmap->space].pmapVAddr = CAST_DOWN(unsigned int, pmap); /* Set translate table virtual to point to us */
814 pmapTrans[pmap->space].pmapPAddr = -1; /* Invalidate the translate table physical */
815 pmapTrans[pmap->space].pmapVAddr = -1; /* Invalidate the translate table virtual */
H A Ddb_low_trace.c293 pmap = pmapTrans[dvspace].pmapVAddr; /* Find the pmap address */
345 pmap = pmapTrans[dvspace].pmapVAddr; /* Find the pmap address */
478 db_printf("Dump of mapping block: %08X, pmap: %08X (%016llX)\n", mp, pmapTrans[mp->mpSpace].pmapVAddr,
479 pmapTrans[mp->mpSpace].pmapPAddr); /* Header */
590 pmap = (pmap_t)pmapTrans[dvspace].pmapVAddr; /* Find the pmap address */
964 pmap = pmapTrans[space].pmapVAddr; /* Find the pmap address */
H A Dpmap.h244 extern pmapTransTab *pmapTrans; /* Space to pmap translate table */
H A Dmappings.c477 curpmap = (pmap_t) pmapTrans[mp->mpSpace].pmapVAddr; /* Get the address of the nested pmap */
H A Dhw_vm.s1785 lis r28,hi16(EXT(pmapTrans)) ; Get the top of the start of the pmap hash to pmap translate table
1787 ori r28,r28,lo16(EXT(pmapTrans)) ; Get the top of the start of the pmap hash to pmap translate table
2170 lis r28,hi16(EXT(pmapTrans)) ; Get the top of the start of the pmap hash to pmap translate table
2172 ori r28,r28,lo16(EXT(pmapTrans)) ; Get the top of the start of the pmap hash to pmap translate table
2206 lis r28,hi16(EXT(pmapTrans)) ; Get the top of the start of the pmap hash to pmap translate table
2208 ori r28,r28,lo16(EXT(pmapTrans)) ; Get the top of the start of the pmap hash to pmap translate table
3848 #error pmapTrans entry size is not 12 bytes!!!!!!!!!!!! It is pmapTransSize
3859 lis r10,hi16(EXT(pmapTrans)) ; Get the translate table
3864 ori r10,r10,lo16(EXT(pmapTrans)) ; Get the translate table low part

Completed in 57 milliseconds