class GuestDispatcher
Defined at line 19 of file ../../zircon/kernel/object/include/object/guest_dispatcher.h
Public Methods
zx_status_t Create (uint32_t options, KernelHandle<GuestDispatcher> * guest_handle, zx_rights_t * guest_rights, KernelHandle<VmAddressRegionDispatcher> * vmar_handle, zx_rights_t * vmar_rights)
static
Defined at line 20 of file ../../zircon/kernel/object/guest_dispatcher.cc
zx_obj_type_t get_type ()
Defined at line 27 of file ../../zircon/kernel/object/include/object/guest_dispatcher.h
Guest & guest ()
Defined at line 28 of file ../../zircon/kernel/object/include/object/guest_dispatcher.h
void ~GuestDispatcher ()
Defined at line 55 of file ../../zircon/kernel/object/guest_dispatcher.cc
zx_status_t SetTrap (uint32_t kind, zx_vaddr_t addr, size_t len, fbl::RefPtr<PortDispatcher> port, uint64_t key)
Defined at line 57 of file ../../zircon/kernel/object/guest_dispatcher.cc