Home
last modified time | relevance | path

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

/freebsd-14.2/sys/i386/i386/
H A Dpmap_base.c231 long pv_entry_frees, pv_entry_allocs; variable
249 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD,
250 &pv_entry_allocs, 0,
H A Dpmap.c2297 extern long pv_entry_frees, pv_entry_allocs;
2513 PV_STAT(pv_entry_allocs++); in get_pv_entry()
/freebsd-14.2/sys/riscv/riscv/
H A Dpmap.c1748 static long pv_entry_frees, pv_entry_allocs, pv_entry_count;
1753 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
1847 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()
/freebsd-14.2/sys/arm/arm/
H A Dpmap-v6.c2761 static long pv_entry_frees, pv_entry_allocs; variable
2766 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs,
3010 PV_STAT(pv_entry_allocs++); in get_pv_entry()
/freebsd-14.2/sys/arm64/arm64/
H A Dpmap.c2785 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable
2790 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0,
3106 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()
3289 PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1)); in pmap_pv_demote_l2()
/freebsd-14.2/sys/amd64/amd64/
H A Dpmap.c5237 static COUNTER_U64_DEFINE_EARLY(pv_entry_allocs);
5238 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD,
5239 &pv_entry_allocs, "Total number of pv entries allocated");
5591 PV_STAT(counter_u64_add(pv_entry_allocs, 1)); in get_pv_entry()
5813 PV_STAT(counter_u64_add(pv_entry_allocs, NPTEPG - 1)); in pmap_pv_demote_pde()
/freebsd-14.2/sys/powerpc/aim/
H A Dmmu_radix.c1314 PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1)); in pmap_pv_demote_l3e()
1613 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()