Home | Sort by: relevance | last modified time | path |
/src/sys/arch/x86/x86/ | |
pmap.c | 4993 struct vm_page *new_pg, *old_pg; local in function:pmap_enter_ma 5221 if ((old_pg = PHYS_TO_VM_PAGE(oldpa)) != NULL) { 5222 old_pp = VM_PAGE_TO_PP(old_pg); 5366 struct vm_page *old_pg; local in function:pmap_enter_gnt 5504 if ((old_pg = PHYS_TO_VM_PAGE(oldpa)) != NULL) { 5505 old_pp = VM_PAGE_TO_PP(old_pg); 6292 struct vm_page *new_pg, *old_pg; local in function:pmap_ept_enter 6457 if ((old_pg = PHYS_TO_VM_PAGE(oldpa)) != NULL) { 6458 old_pp = VM_PAGE_TO_PP(old_pg); |
pmap.c | 4993 struct vm_page *new_pg, *old_pg; local in function:pmap_enter_ma 5221 if ((old_pg = PHYS_TO_VM_PAGE(oldpa)) != NULL) { 5222 old_pp = VM_PAGE_TO_PP(old_pg); 5366 struct vm_page *old_pg; local in function:pmap_enter_gnt 5504 if ((old_pg = PHYS_TO_VM_PAGE(oldpa)) != NULL) { 5505 old_pp = VM_PAGE_TO_PP(old_pg); 6292 struct vm_page *new_pg, *old_pg; local in function:pmap_ept_enter 6457 if ((old_pg = PHYS_TO_VM_PAGE(oldpa)) != NULL) { 6458 old_pp = VM_PAGE_TO_PP(old_pg); |