Searched refs:pv_entry_allocs (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/sys/i386/i386/ |
| H A D | pmap_base.c | 233 long pv_entry_frees, pv_entry_allocs; variable 251 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, 252 &pv_entry_allocs, 0,
|
| H A D | pmap.c | 2315 extern long pv_entry_frees, pv_entry_allocs; 2531 PV_STAT(pv_entry_allocs++); in get_pv_entry()
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | pmap.c | 1421 static long pv_entry_frees, pv_entry_allocs; variable 1426 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0, 1630 PV_STAT(pv_entry_allocs++); in get_pv_entry()
|
| /freebsd-13.1/sys/riscv/riscv/ |
| H A D | pmap.c | 1572 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; 1577 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0, 1672 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()
|
| /freebsd-13.1/sys/arm64/arm64/ |
| H A D | pmap.c | 2266 static long pv_entry_frees, pv_entry_allocs, pv_entry_count; variable 2271 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 0, 2536 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry() 2717 PV_STAT(atomic_add_long(&pv_entry_allocs, Ln_ENTRIES - 1)); in pmap_pv_demote_l2()
|
| /freebsd-13.1/sys/arm/arm/ |
| H A D | pmap-v6.c | 2780 static long pv_entry_frees, pv_entry_allocs; variable 2785 SYSCTL_LONG(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, &pv_entry_allocs, 3029 PV_STAT(pv_entry_allocs++); in get_pv_entry()
|
| /freebsd-13.1/sys/amd64/amd64/ |
| H A D | pmap.c | 4996 static COUNTER_U64_DEFINE_EARLY(pv_entry_allocs); 4997 SYSCTL_COUNTER_U64(_vm_pmap, OID_AUTO, pv_entry_allocs, CTLFLAG_RD, 4998 &pv_entry_allocs, "Total number of pv entries allocated"); 5352 PV_STAT(counter_u64_add(pv_entry_allocs, 1)); in get_pv_entry() 5574 PV_STAT(counter_u64_add(pv_entry_allocs, NPTEPG - 1)); in pmap_pv_demote_pde()
|
| /freebsd-13.1/sys/powerpc/aim/ |
| H A D | mmu_radix.c | 1306 PV_STAT(atomic_add_long(&pv_entry_allocs, NPTEPG - 1)); in pmap_pv_demote_l3e() 1605 PV_STAT(atomic_add_long(&pv_entry_allocs, 1)); in get_pv_entry()
|