Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Duser.h512 struct kinfo_vmentry { struct
514 int kve_type; /* Type of map entry. */
515 uint64_t kve_start; /* Starting address. */
516 uint64_t kve_end; /* Finishing address. */
520 int kve_flags; /* Flags on map entry. */
523 int kve_protection; /* Protection bitmask. */
524 int kve_ref_count; /* VM obj ref count. */
526 int kve_vn_type; /* Vnode type. */
527 uint64_t kve_vn_size; /* File size. */
529 uint16_t kve_vn_mode; /* File mode. */
[all …]
/f-stack/tools/compat/include/sys/
H A Duser.h465 struct kinfo_vmentry { struct
467 int kve_type; /* Type of map entry. */
468 uint64_t kve_start; /* Starting address. */
469 uint64_t kve_end; /* Finishing address. */
473 int kve_flags; /* Flags on map entry. */
476 int kve_protection; /* Protection bitmask. */
477 int kve_ref_count; /* VM obj ref count. */
479 int kve_vn_type; /* Vnode type. */
480 uint64_t kve_vn_size; /* File size. */
482 uint16_t kve_vn_mode; /* File mode. */
[all …]