genode/base-nova/include/base
Alexander Boettcher 1dd2a199a5 nova: support cap receive window of various sizes
Open a capability receive window according to the number of the capabilities
expected as out parameter per RPC function.

Typically the number of capabilities expected during the reply of a RPC/IPC
call is 0 to 1. Before this patch ever a capability receive window of 4 has
been opened.

On Nova the capability selectors of receive windows must be naturally aligned
to the size/order of the expected capabilities. This leads until now to the
issue that the left over 3 capabilities couldn't be reused for new IPCs since
they are not naturally aligned to 4.

Issue #905
2013-11-18 11:01:45 +01:00
..
bit_allocator.h nova: speed up cap selector allocation 2013-09-23 14:26:01 +02:00
bit_array.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cap_sel_alloc.h nova: increase number of available cap indexes 2013-02-11 12:01:25 +01:00
ipc_msgbuf.h nova: support cap receive window of various sizes 2013-11-18 11:01:45 +01:00
ipc_pager.h nova: map write_combined ds as dma able 2013-02-21 11:52:02 +01:00
native_types.h base-nova: Coding style 2013-01-11 23:11:07 +01:00
pager.h nova: don't wait for workers in cpu_session::pause 2013-10-16 09:26:09 +02:00
sleep.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
thread_state.h GDB monitor: find out page faulting thread 2013-10-25 23:49:00 +02:00