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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c353 pmap_store_pte(
398 pmap_store_pte(
465 pmap_store_pte(
544 pmap_store_pte(ptep, (pa & PG_FRAME)
698 pmap_store_pte(
702 pmap_store_pte(pdpt, pa | INTEL_PTE_VALID);
718 pmap_store_pte(pmap_pde(kernel_pmap, HIGH_MEM_BASE), high_shared_pde);
790 pmap_store_pte(kernel_pmap->pm_pml4,
792 pmap_store_pte((ppdpt64+0), *(ppdpt+0) | PAGE_BITS);
793 pmap_store_pte((ppdpt6
[all...]
H A Dcopyio.c255 pmap_store_pte(kpdp, updp ? *updp : 0);
429 pmap_store_pte((current_cpu_datap()->cpu_physwindow_ptep), pentry);
435 pmap_store_pte((current_cpu_datap()->cpu_physwindow_ptep), old_pentry);
469 pmap_store_pte((current_cpu_datap()->cpu_physwindow_ptep), pentry);
620 pmap_store_pte(kpdp, *updp);
H A Dpmap_x86_common.c156 pmap_store_pte(pde, tpde);
177 pmap_store_pte(pde, tpde);
231 pmap_store_pte(pde, (pd_entry_t)0);
240 pmap_store_pte(pde, (pd_entry_t)0);
639 pmap_store_pte(pte, 0);
796 pmap_store_pte(pte, template);
902 pmap_store_pte(cpte, 0);
955 pmap_store_pte(cpte, 0);
1205 pmap_store_pte(pte, 0);
1525 pmap_store_pte(pt
[all...]
H A Dpmap.h206 pmap_store_pte(pt_entry_t *entryp, pt_entry_t value) function
760 pmap_store_pte(kpdp, updp ? *updp : 0); \
770 pmap_store_pte((current_cpu_datap()->cpu_physwindow_ptep), \
H A Dphys.c275 pmap_store_pte(debugger_ptep, debug_pa | INTEL_PTE_NCACHE | INTEL_PTE_RW | INTEL_PTE_REF| INTEL_PTE_MOD | INTEL_PTE_VALID);
H A Dloose_ends.c618 pmap_store_pte(map->prv_CMAP, (pt_entry_t)(i386_ptob(atop_64(addr)) | INTEL_PTE_VALID));
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c824 pmap_store_pte(ptep, *ptep & ~INTEL_PTE_WRITE);
863 DBG("pmap_store_pte(%p,0x%llx)\n",
865 pmap_store_pte(pdep, pde);
926 pmap_store_pte(dptep, dpte);
965 pmap_store_pte(pte, kvtophys((vm_offset_t)&lowGlo)
1426 pmap_store_pte(pml4p, pa_to_pte(pa)
1515 pmap_store_pte(pdptp, pa_to_pte(pa)
1634 pmap_store_pte(pdp, pa_to_pte(pa)
1665 pmap_store_pte(pte, pa_to_pte(i386_ptob(pn))
1679 pmap_store_pte(pt
[all...]

Completed in 42 milliseconds