25 #include <l4/sys/utcb.h> 159 #include <l4/sys/ipc.h> 190 return l4_platform_ctl_system_suspend_u(pfc, extras,
l4_utcb());
197 return l4_platform_ctl_system_shutdown_u(pfc, reboot,
l4_utcb());
228 return l4_platform_ctl_cpu_enable_u(pfc, phys_id,
l4_utcb());
235 return l4_platform_ctl_cpu_disable_u(pfc, phys_id,
l4_utcb());
Encapsulation of the message-register block in the UTCB.
l4_umword_t mr[L4_UTCB_GENERIC_DATA_SIZE]
Message registers.
Common L4 ABI Data Types.
l4_msgtag_t l4_ipc_call(l4_cap_idx_t object, l4_utcb_t *utcb, l4_msgtag_t tag, l4_timeout_t timeout) L4_NOTHROW
Object call (usual invocation).
L4_platform_ctl_proto
Predefined protocol type for messages to platform-control objects.
L4_platform_ctl_ops
Operations on platform-control objects.
unsigned long l4_cap_idx_t
L4 Capability selector Type.
struct l4_utcb_t l4_utcb_t
Opaque type for the UTCB.
#define L4_IPC_NEVER
never timeout
unsigned long l4_umword_t
Unsigned machine word.
l4_utcb_t * l4_utcb(void) L4_NOTHROW L4_PURE
Get the UTCB address.
l4_msgtag_t l4_msgtag(long label, unsigned words, unsigned items, unsigned flags) L4_NOTHROW
Create a message tag from the specified values.
Protocol messages to a platform control object.
Message tag data structure.
#define L4_NOTHROW
Mark a function declaration and definition as never throwing an exception.