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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c745 pmap_store_pte(
790 pmap_store_pte(
855 pmap_store_pte(
933 pmap_store_pte(pte, template);
986 pmap_store_pte(ptep, (pa & PG_FRAME)
1168 pmap_store_pte(
1172 pmap_store_pte(pdpt, pa | INTEL_PTE_VALID);
1185 pmap_store_pte(pmap_pde(kernel_pmap, HIGH_MEM_BASE), high_shared_pde);
1249 pmap_store_pte(ptep, *ptep & ~INTEL_PTE_RW);
1255 pmap_store_pte(pt
[all...]
H A Dloose_ends.c585 pmap_store_pte(map->prv_CMAP, (pt_entry_t)(i386_ptob(atop_64(addr)) | INTEL_PTE_VALID));
873 pmap_store_pte(kpdp, updp ? *updp : 0);
1043 pmap_store_pte((current_cpu_datap()->cpu_physwindow_ptep), pentry);
1049 pmap_store_pte((current_cpu_datap()->cpu_physwindow_ptep), old_pentry);
1082 pmap_store_pte((current_cpu_datap()->cpu_physwindow_ptep), pentry);
H A Dpmap.h167 pmap_store_pte(pt_entry_t *entryp, pt_entry_t value) function
666 pmap_store_pte(kpdp, updp ? *updp : 0); \
676 pmap_store_pte((current_cpu_datap()->cpu_physwindow_ptep), \
H A Dtrap.c500 pmap_store_pte(
569 pmap_store_pte(kpdp, *updp);

Completed in 43 milliseconds