Searched refs:pv_entry_allocs (Results 1 – 7 of 7) sorted by relevance
| /freebsd/sys/i386/i386/ |
| H A D | pmap_base.c | 230 long pv_entry_frees, pv_entry_allocs; variable 248 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, 249 &pv_entry_allocs, 0,
|
| H A D | pmap.c | 2295 extern long pv_entry_frees, pv_entry_allocs; 2511 PV_STAT(pv_entry_allocs++); in get_pv_entry()
|
| /freebsd/sys/riscv/riscv/ |
| H A D | pmap.c | 2135 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable 2140 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0, 2233 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry() 2452 PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1)); in pmap_pv_demote_l2()
|
| /freebsd/sys/arm/arm/ |
| H A D | pmap-v6.c | 2793 static long pv_entry_frees, pv_entry_allocs; variable 2798 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 3042 PV_STAT(pv_entry_allocs++); in get_pv_entry()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | pmap.c | 3537 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable 3542 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0, 3853 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry() 4036 PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1)); in pmap_pv_demote_l2()
|
| /freebsd/sys/amd64/amd64/ |
| H A D | pmap.c | 5172 static COUNTER_U64_DEFINE_EARLY(pv_entry_allocs); 5173 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, 5174 &pv_entry_allocs, "Total number of pv entries allocated"); 5519 PV_STAT(counter_u64_add(pv_entry_allocs, 1)); in get_pv_entry() 5740 PV_STAT(counter_u64_add(pv_entry_allocs, NPTEPG - 1)); in pmap_pv_demote_pde()
|
| /freebsd/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 1324 PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1)); in pmap_pv_demote_l3e() 1623 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()
|