Home
last modified time | relevance | path

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

/trueos/sys/ia64/ia64/
HDpmap.c759 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/
HDpmap.c1349 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/
HDpmap.c1952 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/
HDpmap-v6.c487 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/
HDpmap.c2702 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/
HDpmap.c2180 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()