Searched refs:pv_entry_allocs (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/ia64/ia64/ |
| HD | pmap.c | 759 static long pv_entry_frees, pv_entry_allocs; variable 764 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0, 953 PV_STAT(pv_entry_allocs++); in get_pv_entry()
|
| /trueos/sys/mips/mips/ |
| HD | pmap.c | 1349 static long pv_entry_frees, pv_entry_allocs; variable 1354 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0, 1548 PV_STAT(pv_entry_allocs++); in get_pv_entry()
|
| /trueos/sys/i386/xen/ |
| HD | pmap.c | 1952 static long pv_entry_frees, pv_entry_allocs; variable 1957 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0, 2163 PV_STAT(pv_entry_allocs++); in get_pv_entry()
|
| /trueos/sys/arm/arm/ |
| HD | pmap-v6.c | 487 static long pv_entry_frees, pv_entry_allocs; variable 492 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0, 4271 PV_STAT(pv_entry_allocs++); in pmap_get_pv_entry()
|
| /trueos/sys/amd64/amd64/ |
| HD | pmap.c | 2702 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable 2707 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0, 2934 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry() 3134 PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1)); in pmap_pv_demote_pde()
|
| /trueos/sys/i386/i386/ |
| HD | pmap.c | 2180 static long pv_entry_frees, pv_entry_allocs; variable 2185 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0, 2404 PV_STAT(pv_entry_allocs++); in get_pv_entry()
|