L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
L4Re Protocol identifiers

Fix L4Re Protocol Constants. More...

Collaboration diagram for L4Re Protocol identifiers:

Enumerations

enum  L4Re::Dataspace_::Opcodes
 Data-space communication-protocol opcodes.
enum  L4Re::Event_::Opcodes
 Event communication-protocol opcodes.
enum  L4Re::Inhibitor_::Opcodes
 Inhibitor communication-protocol opcodes.
enum  L4Re::Log_::Opcodes
 Logging-service communication-protocol opcodes.
enum  L4Re::Mem_alloc_::Opcodes
 Memory-allocator communication-protocol opcodes.
enum  L4Re::Namespace_::Opcodes
 Name-space communication-protocol opcodes.
enum  L4Re::Parent_::Opcodes
 Parent communication-protocol opcodes.
enum  L4re_protocols {
  L4RE_PROTO_DATASPACE = 0x4000 , L4RE_PROTO_NAMESPACE , L4RE_PROTO_PARENT , L4RE_PROTO_GOOS ,
  L4RE_PROTO_RSVD_1 , L4RE_PROTO_RM , L4RE_PROTO_EVENT , L4RE_PROTO_INHIBITOR ,
  L4RE_PROTO_DMA_SPACE , L4RE_PROTO_MMIO_SPACE , L4RE_PROTO_ITAS , L4RE_PROTO_MEM_ALLOC ,
  L4RE_PROTO_REMOTE_ACCESS , L4RE_PROTO_DEBUG = ~0x7fffL
}
 Common L4Re Protocol Constants. More...
enum  L4Re::Rm_::Opcodes
 Region-map communication-protocol opcodes.
enum  L4Re::Video::Goos_::Opcodes
 Frame buffer communication-protocol opcodes.

Detailed Description

Fix L4Re Protocol Constants.

Enumeration Type Documentation

◆ L4re_protocols

Common L4Re Protocol Constants.

Enumerator
L4RE_PROTO_DATASPACE 

ID for L4Re::Dataspace RPCs.

L4RE_PROTO_NAMESPACE 

ID for L4Re::Namespace RPCs.

L4RE_PROTO_PARENT 

ID for L4Re::Parent RPCs.

L4RE_PROTO_GOOS 

ID for L4Re::Video::Goos RPCs.

L4RE_PROTO_RSVD_1 

Reserved ID.

L4RE_PROTO_RM 

ID for L4Re::Rm RPCs.

L4RE_PROTO_EVENT 

ID for L4Re::Event RPCs.

L4RE_PROTO_INHIBITOR 

ID for L4Re::Inhibitor RPCs.

L4RE_PROTO_DMA_SPACE 

ID for L4Re::Dma_space RPCs.

L4RE_PROTO_MMIO_SPACE 

ID for L4Re::Mmio_space.

L4RE_PROTO_ITAS 

ID for L4Re::Itas.

L4RE_PROTO_MEM_ALLOC 

ID for L4Re::Mem_alloc.

L4RE_PROTO_REMOTE_ACCESS 

ID for L4Re::Remote_access.

L4RE_PROTO_DEBUG 

ID for debugging RPCs.

Definition at line 24 of file protocols.h.