ddb show pginfo: print pages reference value in hex.
It is more useful this way after the VPRC_ flags were introduced. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
628db19a7c
commit
b4a174101e
@ -5453,7 +5453,7 @@ DB_SHOW_COMMAND(pginfo, vm_page_print_pginfo)
|
||||
else
|
||||
m = (vm_page_t)addr;
|
||||
db_printf(
|
||||
"page %p obj %p pidx 0x%jx phys 0x%jx q %d ref %u\n"
|
||||
"page %p obj %p pidx 0x%jx phys 0x%jx q %d ref 0x%x\n"
|
||||
" af 0x%x of 0x%x f 0x%x act %d busy %x valid 0x%x dirty 0x%x\n",
|
||||
m, m->object, (uintmax_t)m->pindex, (uintmax_t)m->phys_addr,
|
||||
m->a.queue, m->ref_count, m->a.flags, m->oflags,
|
||||
|
Loading…
Reference in New Issue
Block a user