Enumerations

enum AccessType
Name Value
Rd 0
Wr 1

Defined at line 11 of file ../../zircon/system/ulib/fzl/tests/vmo-probe.h

Functions

  • void probe_access (void * addr, AccessType access_type, bool expect_can_access)

    Test read or write access at the address |addr|.

    Defined at line 14 of file ../../zircon/system/ulib/fzl/tests/vmo-probe.cc

  • void probe_verify_region (void * startsize_t sizeuint32_t access)

    Tests read or write access over a region starting at |start| and ending at

    |start| + |size|.

    Defined at line 38 of file ../../zircon/system/ulib/fzl/tests/vmo-probe.cc