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

/freebsd-9.3-release/sys/amd64/amd64/
H A Dpmap.c281 static void pmap_pvh_free(struct md_page *pvh, pmap_t pmap, vm_offset_t va);
282 static pv_entry_t pmap_pvh_remove(struct md_page *pvh, pmap_t pmap,
284 static int pmap_pvh_wired_mappings(struct md_page *pvh, int count);
298 static boolean_t pmap_is_modified_pvh(struct md_page *pvh);
299 static boolean_t pmap_is_referenced_pvh(struct md_page *pvh);
2131 struct md_page *pvh;
2199 pvh = pa_to_pvh(VM_PAGE_TO_PHYS(m));
2200 if (TAILQ_EMPTY(&pvh->pv_list)) {
2475 pmap_pvh_remove(struct md_page *pvh, pmap_t pmap, vm_offset_t va)
2480 TAILQ_FOREACH(pv, &pvh
2130 struct md_page *pvh; local
2474 pmap_pvh_remove(struct md_page *pvh, pmap_t pmap, vm_offset_t va) argument
2497 struct md_page *pvh; local
2564 struct md_page *pvh; local
2602 pmap_pvh_free(struct md_page *pvh, pmap_t pmap, vm_offset_t va) argument
2641 struct md_page *pvh; local
2814 struct md_page *pvh; local
2874 struct md_page *pvh; local
3085 struct md_page *pvh; local
4285 struct md_page *pvh; local
4353 pmap_pvh_wired_mappings(struct md_page *pvh, int count) argument
4418 struct md_page *pvh; local
4599 pmap_is_modified_pvh(struct md_page *pvh) argument
4670 pmap_is_referenced_pvh(struct md_page *pvh) argument
4697 struct md_page *pvh; local
4769 struct md_page *pvh; local
4847 struct md_page *pvh; local
4927 struct md_page *pvh; local
[all...]
/freebsd-9.3-release/sys/i386/i386/
H A Dpmap.c311 static void pmap_pvh_free(struct md_page *pvh, pmap_t pmap, vm_offset_t va);
312 static pv_entry_t pmap_pvh_remove(struct md_page *pvh, pmap_t pmap,
314 static int pmap_pvh_wired_mappings(struct md_page *pvh, int count);
324 static boolean_t pmap_is_modified_pvh(struct md_page *pvh);
325 static boolean_t pmap_is_referenced_pvh(struct md_page *pvh);
2248 struct md_page *pvh;
2315 pvh = pa_to_pvh(VM_PAGE_TO_PHYS(m));
2316 if (TAILQ_EMPTY(&pvh->pv_list)) {
2481 * Access to the ptelist "pv_vafree" is synchronized by the pvh
2512 pmap_pvh_remove(struct md_page *pvh, pmap_
2247 struct md_page *pvh; local
2511 pmap_pvh_remove(struct md_page *pvh, pmap_t pmap, vm_offset_t va) argument
2528 struct md_page *pvh; local
2561 struct md_page *pvh; local
2593 pmap_pvh_free(struct md_page *pvh, pmap_t pmap, vm_offset_t va) argument
2605 struct md_page *pvh; local
2657 struct md_page *pvh; local
2837 struct md_page *pvh; local
3072 struct md_page *pvh; local
4322 struct md_page *pvh; local
4386 pmap_pvh_wired_mappings(struct md_page *pvh, int count) argument
4440 struct md_page *pvh; local
4599 pmap_is_modified_pvh(struct md_page *pvh) argument
4672 pmap_is_referenced_pvh(struct md_page *pvh) argument
4701 struct md_page *pvh; local
4779 struct md_page *pvh; local
4859 struct md_page *pvh; local
4951 struct md_page *pvh; local
[all...]
/freebsd-9.3-release/sys/mips/mips/
H A Dpmap.c161 static void pmap_pvh_free(struct md_page *pvh, pmap_t pmap, vm_offset_t va);
162 static pv_entry_t pmap_pvh_remove(struct md_page *pvh, pmap_t pmap,
1481 pmap_pvh_remove(struct md_page *pvh, pmap_t pmap, vm_offset_t va) argument
1487 if (pvh->pv_list_count < pmap->pm_stats.resident_count) {
1488 TAILQ_FOREACH(pv, &pvh->pv_list, pv_list) {
1499 TAILQ_REMOVE(&pvh->pv_list, pv, pv_list);
1500 pvh->pv_list_count--;
1507 pmap_pvh_free(struct md_page *pvh, pmap_t pmap, vm_offset_t va) argument
1511 pv = pmap_pvh_remove(pvh, pmap, va);
1513 (u_long)VM_PAGE_TO_PHYS(member2struct(vm_page, md, pvh)),
[all...]
/freebsd-9.3-release/sys/i386/xen/
H A Dpmap.c284 static void pmap_pvh_free(struct md_page *pvh, pmap_t pmap, vm_offset_t va);
285 static pv_entry_t pmap_pvh_remove(struct md_page *pvh, pmap_t pmap,
2234 pmap_pvh_remove(struct md_page *pvh, pmap_t pmap, vm_offset_t va)
2239 TAILQ_FOREACH(pv, &pvh->pv_list, pv_list) {
2241 TAILQ_REMOVE(&pvh->pv_list, pv, pv_list);
2249 pmap_pvh_free(struct md_page *pvh, pmap_t pmap, vm_offset_t va)
2253 pv = pmap_pvh_remove(pvh, pmap, va);
2233 pmap_pvh_remove(struct md_page *pvh, pmap_t pmap, vm_offset_t va) argument
2248 pmap_pvh_free(struct md_page *pvh, pmap_t pmap, vm_offset_t va) argument

Completed in 116 milliseconds