Searched refs:sharedPmap (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dpmap.h239 extern pmap_t sharedPmap;
H A Dpmap.c156 pmap_t sharedPmap; /* Pointer to common pmap for 64-bit address spaces */ variable
1983 sharedPmap = pmap_create(0, FALSE); /* Get a pmap to hold the common segment */
1984 if(!sharedPmap) { /* Check for errors */
1985 panic("pmap_init_sharedpage: couldn't make sharedPmap\n");
1995 cva = mapping_make(sharedPmap, (addr64_t)((uint32_t)_COMM_PAGE_BASE_ADDRESS) + cpoff,
2020 ret = pmap_nest(pmap, sharedPmap, 0xFFFFFFFFF0000000ULL, 0x00000000F0000000ULL,

Completed in 32 milliseconds