Home
last modified time | relevance | path

Searched defs:kinfo_vmobject (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/sys/
H A Duser.h583 struct kinfo_vmobject { struct
585 int kvo_type; /* Object type: KVME_TYPE_*. */
586 uint64_t kvo_size; /* Object size in pages. */
589 int kvo_ref_count; /* Reference count. */
590 int kvo_shadow_count; /* Shadow count. */
591 int kvo_memattr; /* Memory attribute. */
595 union {
598 } kvo_type_spec; /* Type-specific union */
599 uint64_t kvo_me; /* Uniq handle for anon obj */
600 uint64_t _kvo_qspare[6];
[all …]