Searched defs:l4_size_t (Results 1 – 11 of 11) sorted by relevance
/l4re-core-master/l4sys/include/ARCH-mips/ |
A D | l4int.h | 43 typedef unsigned long l4_size_t; /**< \brief Unsigned size type */ typedef 46 typedef unsigned int l4_size_t; /**< \brief Unsigned size type */ typedef
|
/l4re-core-master/l4sys/include/ARCH-x86/ |
A D | l4int.h | 35 typedef unsigned int l4_size_t; /**< \brief Unsigned size type */ typedef
|
/l4re-core-master/l4sys/include/ARCH-amd64/ |
A D | l4int.h | 36 typedef unsigned long l4_size_t; /**< \brief Unsigned size type */ typedef
|
/l4re-core-master/l4sys/include/ARCH-arm/ |
A D | l4int.h | 35 typedef unsigned int l4_size_t; /**< \brief Unsigned size type */ typedef
|
/l4re-core-master/l4sys/include/ARCH-arm64/ |
A D | l4int.h | 35 typedef unsigned long l4_size_t; /**< \brief Unsigned size type */ typedef
|
/l4re-core-master/l4sys/include/ARCH-ppc32/ |
A D | l4int.h | 34 typedef unsigned int l4_size_t; /**< \brief Unsigned size type */ typedef
|
/l4re-core-master/l4sys/include/ARCH-sparc/ |
A D | l4int.h | 35 typedef unsigned int l4_size_t; /**< \brief Unsigned size type */ typedef
|
/l4re-core-master/moe/server/src/ |
A D | dataspace_anon.h | 28 int pre_allocate(l4_addr_t, l4_size_t, unsigned) override { return 0; } in pre_allocate() argument
|
A D | dataspace_static.h | 26 int pre_allocate(l4_addr_t, l4_size_t, unsigned) override in pre_allocate() argument
|
A D | dataspace.cc | 149 Moe::Dataspace::dma_map(Dma_space *, l4_addr_t, l4_size_t *, in dma_map() argument
|
A D | dma_space.cc | 51 int unmap(Dma_addr dma_addr, l4_size_t, Attributes, Direction) override in unmap() argument 248 int unmap(Dma_addr dma_addr, l4_size_t, Attributes, Direction) override in unmap() argument
|
Completed in 7 milliseconds