genode/base/include/base
Norman Feske 5fe29e8e4a Express affinities via Cartesian coordinates
This patch introduces new types for expressing CPU affinities. Instead
of dealing with physical CPU numbers, affinities are expressed as
rectangles in a grid of virtual CPU nodes. This clears the way to
conveniently assign sets of adjacent CPUs to subsystems, each of them
managing their respective viewport of the coordinate space.

By using 2D Cartesian coordinates, the locality of CPU nodes can be
modeled for different topologies such as SMP (simple Nx1 grid), grids of
NUMA nodes, or ring topologies.
2013-08-13 17:08:24 +02:00
..
affinity.h Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
allocator.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
allocator_avl.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
allocator_guard.h base: add method to withdraw memory w/o allocating 2013-07-05 12:37:42 +02:00
blocking.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
cancelable_lock.h Rework the internal lock interface 2013-02-25 22:14:21 +01:00
capability.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
child.h Fixed some unused parameters warnings 2013-02-25 16:45:49 +01:00
connection.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
console.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
crt0.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
elf.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
env.h Turn 'platform_env.h' into a private header 2013-02-14 13:23:36 +01:00
errno.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
exception.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
heap.h heap: Reduce maximum chunk size to 1 MiB on 32bit 2013-03-27 19:27:25 +01:00
ipc.h base: avoid deadlock if invalid object is called 2013-08-13 17:08:23 +02:00
lock.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
lock_guard.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
native_capability.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
object_pool.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
pager.h Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
printf.h Suppress warnings in release mode 2013-03-22 17:28:07 +01:00
process.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rpc.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rpc_args.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rpc_client.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
rpc_server.h Express affinities via Cartesian coordinates 2013-08-13 17:08:24 +02:00
semaphore.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
service.h Fixed some unused parameters warnings 2013-02-25 16:45:49 +01:00
signal.h base: make signal framework usable for base-hw 2013-02-22 20:28:28 +01:00
slab.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
sleep.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
snprintf.h pci: add support to provide PCI ECMA config 2013-02-21 11:52:02 +01:00
stdint.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
sync_allocator.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
thread.h Update Qt to version 4.8.4 2013-05-06 18:50:35 +02:00
thread_state.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
tslab.h Update copyright headers to 2013 2013-01-10 21:44:47 +01:00