Protection domain (PD) session interface

A pd session represents the protection domain of a program.

Class Genode::Pd_session

Public definitions

Enum: Opcode

Public functions

assign_parent

Assign parent to protection domain

Argument
Parent_capability parent Capability of parent interface
Return

int 0 on success, or negative error code

bind_thread

Bind thread to protection domain

Argument
Thread_capability thread Capability of thread to bind
Return

int 0 on success or negative error code

After successful bind, the thread will execute inside this protection domain when started.

service_name

Return

char *