Home | Sort by: relevance | last modified time | path |
/src/sys/arch/mips/mips/ | |
pmap_machdep.c | 621 struct vm_page * const dst_pg = PHYS_TO_VM_PAGE(dst_pa); local in function:pmap_zero_page 622 struct vm_page_md * const dst_mdpg = VM_PAGE_TO_MD(dst_pg); 650 struct vm_page * const dst_pg = PHYS_TO_VM_PAGE(dst_pa); local in function:pmap_copy_page 653 struct vm_page_md * const dst_mdpg = VM_PAGE_TO_MD(dst_pg); |
/src/sys/arch/arm/arm32/ | |
pmap.c | 5737 struct vm_page * const dst_pg = PHYS_TO_VM_PAGE(dst); local in function:pmap_copy_page_generic 5738 struct vm_page_md *dst_md = VM_PAGE_TO_MD(dst_pg); |