struct fake_bti_pinned_vmo_info_t

Defined at line 31 of file ../../src/devices/testing/fake-bti/include/lib/fake-bti/bti.h

This struct stores state of a VMO pinned to a BTI. |size| and |offset| are

the actual size and offset used to pin pages when calling |zx_bti_pin()|;

|vmo| is a duplicate of the original pinned VMO.

Public Members

zx_handle_t vmo
uint64_t size
uint64_t offset