vm_cache_type_to_string
const char* vm_cache_type_to_string(int32 type);
kprintf(" type: %s\n", vm_cache_type_to_string(type));
"pages: %" B_PRIu32, cache, vm_cache_type_to_string(cache->type),
kprintf("cache_type:\t%s\n", vm_cache_type_to_string(area->cache_type));
vm_cache_type_to_string(page->Cache()->type),