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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c610 pd_entry_t high_shared_pde; variable
1181 high_shared_pde = *pmap_pde(kernel_pmap, HIGH_MEM_BASE);
1183 high_shared_pde |= INTEL_PTE_GLOBAL;
1185 pmap_store_pte(pmap_pde(kernel_pmap, HIGH_MEM_BASE), high_shared_pde); local
1539 * The "high_shared_pde" is used to share
1645 pmap_store_pte(pmap_pde(p, HIGH_MEM_BASE), high_shared_pde); local
1685 pmap_store_pte(pdp, high_shared_pde);
1946 * The range is in the "high_shared_pde" which is shared

Completed in 21 milliseconds