class GuestDispatcher
Defined at line 19 of file ../../zircon/kernel/object/include/object/guest_dispatcher.h
Public Methods
zx_status_t Create (uint32_toptions,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_tkind,zx_vaddr_taddr,size_tlen,fbl::RefPtr<PortDispatcher>port,uint64_tkey)
Defined at line 57 of file ../../zircon/kernel/object/guest_dispatcher.cc