genode/base/include/util
Norman Feske 693922d789 Support for 64-bit registers in 'util/register.h'
For 64-bit registers we cannot compute MASK and SHIFT values via enums
because enum values are always of type int. But we can use static member
functions instead. Furthermore, the patch fixes the type trait for
64-bit registers. (apparently, this access width was never used so far)
2012-07-25 19:14:06 +02:00
..
arg_string.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
avl_string.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
avl_tree.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
fifo.h Avoid ambiguousness of entry members in FIFO 2012-05-29 13:54:58 +02:00
list.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
meta.h Fix error for 7th argument call_member 2012-03-30 19:55:55 +02:00
misc_math.h Make argument types of min and max more flexible 2012-02-14 16:44:42 +01:00
mmio.h Add bitfield polling support to MMIO framework 2012-07-09 15:07:32 +02:00
noncopyable.h Introduce design pattern for uncopyable objects. 2012-03-16 18:24:52 +01:00
register.h Support for 64-bit registers in 'util/register.h' 2012-07-25 19:14:06 +02:00
string.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
token.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
touch.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00