Enumerations
enum class 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,AccessTypeaccess_type,boolexpect_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 *start,size_tsize,uint32_taccess)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