Home
last modified time | relevance | path

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

/dflybsd-src/sys/platform/pc64/x86_64/
H A Dpmap.c303 static int pmap_enter_debug = 0; variable
304 SYSCTL_INT(_machdep, OID_AUTO, pmap_enter_debug, CTLFLAG_RW,
305 &pmap_enter_debug, 0, "Debug pmap_enter's");
3564 if (pmap_enter_debug > 0) { in pv_drop()
3565 --pmap_enter_debug; in pv_drop()
3902 if (pmap_enter_debug > 0) { in _pv_lock()
3903 --pmap_enter_debug; in _pv_lock()
3951 if (pmap_enter_debug > 0) { in pv_put()
3952 --pmap_enter_debug; in pv_put()
4024 if (pmap_enter_debug > 0) { in _pv_free()
[all …]