Home
last modified time | relevance | path

Searched refs:m_code (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/amd64/amd64/
H A Dpmap.c2012 vm_page_t m_code, m_pml4, m_pdp, m_pd, m_pt, m_pml5; in pmap_bootstrap_la57() local
2026 m_code = vm_page_alloc_contig(NULL, 0, in pmap_bootstrap_la57()
2029 if ((m_code->flags & PG_ZERO) == 0) in pmap_bootstrap_la57()
2030 pmap_zero_page(m_code); in pmap_bootstrap_la57()
2031 v_code = (char *)PHYS_TO_DMAP(VM_PAGE_TO_PHYS(m_code)); in pmap_bootstrap_la57()
2072 v_pdp[pmap_pdpe_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2075 v_pd[pmap_pde_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2078 v_pt[pmap_pte_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2092 v_pml5[pmap_pml5e_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
2095 v_pml4[pmap_pml4e_index(VM_PAGE_TO_PHYS(m_code))] = in pmap_bootstrap_la57()
[all …]