/l4re-core-master/l4sys/include/ |
A D | kernel_object.h | 66 l4_kobject_dec_refcnt_u(l4_cap_idx_t obj, l4_mword_t diff, l4_utcb_t *u) L4_NOTHROW; 69 l4_kobject_dec_refcnt(l4_cap_idx_t obj, l4_mword_t diff) L4_NOTHROW; 72 l4_kobject_dec_refcnt_u(l4_cap_idx_t obj, l4_mword_t diff, l4_utcb_t *u) L4_NOTHROW in l4_kobject_dec_refcnt_u() 81 l4_kobject_dec_refcnt(l4_cap_idx_t obj, l4_mword_t diff) L4_NOTHROW in l4_kobject_dec_refcnt()
|
A D | types.h | 161 l4_mword_t raw; ///< raw value 411 return (l4_msgtag_t){ (l4_mword_t)((l4_umword_t)label << 16) in l4_msgtag() 412 | (l4_mword_t)(words & 0x3f) in l4_msgtag() 413 | (l4_mword_t)((items & 0x3f) << 6) in l4_msgtag() 414 | (l4_mword_t)(flags & 0xf000)}; in l4_msgtag()
|
A D | l4int.h | 48 typedef signed long l4_mword_t; /**< Signed machine word. typedef
|
A D | kdebug.h | 113 __kdebug_op_1(unsigned op, l4_mword_t val) L4_NOTHROW in __kdebug_op_1() 197 L4_INLINE void outdec(l4_mword_t number) in outdec()
|
A D | factory.h | 253 l4_factory_create_add_int_u(l4_mword_t d, l4_msgtag_t *tag, 430 l4_factory_create_add_int_u(l4_mword_t d, l4_msgtag_t *tag, in l4_factory_create_add_int_u() 437 v->mr[w] = L4_VARG_TYPE_MWORD | (sizeof(l4_mword_t) << 16); in l4_factory_create_add_int_u()
|
A D | factory | 52 typedef l4_mword_t Proto; 160 * Put a single l4_mword_t as next argument. 166 void put(l4_mword_t i) noexcept 304 * factory->create(ds) << l4_mword_t(size_in_bytes); 314 l4_msgtag_t, create, (L4::Ipc::Out<L4::Cap<void> > target, l4_mword_t obj,
|
A D | meta | 75 L4_INLINE_RPC(l4_msgtag_t, supports, (l4_mword_t protocol));
|
A D | __typeinfo.h | 884 l4_msgtag_t dec_refcnt(l4_mword_t diff, l4_utcb_t *utcb = l4_utcb()) 998 l4_msgtag_t dec_refcnt(l4_mword_t diff, l4_utcb_t *utcb = l4_utcb()) 1144 l4_msgtag_t dec_refcnt(l4_mword_t diff, l4_utcb_t *utcb = l4_utcb())
|
/l4re-core-master/moe/server/src/ |
A D | alloc.cc | 169 color = col.value<l4_mword_t>(); in op_create() 194 if (p_max.value<l4_mword_t>() > _sched_prio_limit in op_create() 195 || p_base.value<l4_mword_t>() > _sched_prio_limit) in op_create() 198 if (p_max.value<l4_mword_t>() <= p_base.value<l4_mword_t>()) in op_create() 207 o->set_prio(p_base.value<l4_mword_t>(), p_max.value<l4_mword_t>()); in op_create() 226 cxx::unique_ptr<Moe::Dataspace> mo(alloc(size.value<l4_mword_t>(), in op_create()
|
/l4re-core-master/l4util/include/ARCH-amd64/ |
A D | bitops_arch.h | 220 l4_mword_t dummy0, dummy1, res; in l4util_find_first_set_bit() 247 l4_mword_t dummy0, dummy1, dummy2, res; in l4util_find_first_zero_bit()
|
A D | mbi_argv.h | 25 L4_CV void l4util_mbi_to_argv(l4_mword_t flag, l4util_mb_info_t *mbi);
|
/l4re-core-master/l4util/include/ARCH-x86/ |
A D | bitops_arch.h | 218 l4_mword_t dummy0, dummy1, res; in l4util_find_first_set_bit() 244 l4_mword_t dummy0, dummy1, dummy2, res; in l4util_find_first_zero_bit()
|
A D | mbi_argv.h | 25 void l4util_mbi_to_argv(l4_mword_t flag, l4util_mb_info_t *mbi);
|
/l4re-core-master/l4re_c/include/ |
A D | inhibitor.h | 57 unsigned len, l4_mword_t current_id);
|
/l4re-core-master/moe/doc/ |
A D | moe.dox | 50 * - L4Re::Dataspace `(l4_mword_t size, l4_umword_t flags = 0, 63 * - L4::Vcon `(char const *label, l4_mword_t color = 7)` 74 * - L4::Scheduler `(l4_mword_t limit, l4_mword_t offset, 81 * - L4::Factory `(l4_mword_t quota)`
|
/l4re-core-master/l4re/include/impl/ |
A D | mem_alloc_impl.h | 41 << l4_mword_t(size) in alloc()
|
/l4re-core-master/l4re_c/lib/src/ |
A D | inhibitor.cc | 29 unsigned len, l4_mword_t current_id) in l4re_inhibitor_next_lock_info()
|
/l4re-core-master/l4sys/include/ARCH-arm64/L4API-l4f/ |
A D | ipc.h | 42 register l4_mword_t _tag __asm__("x0") = tag.raw; in l4_ipc()
|
/l4re-core-master/l4sys/include/ARCH-arm/L4API-l4f/ |
A D | ipc.h | 43 register l4_mword_t _tag __asm__("r0") = tag.raw; in l4_ipc()
|
/l4re-core-master/l4sys/include/ARCH-mips/L4API-l4f/ |
A D | ipc.h | 54 register l4_mword_t _tag __asm__("s3") = tag.raw; in l4_ipc()
|
/l4re-core-master/l4sys/include/ARCH-ppc32/L4API-l4f/ |
A D | ipc.h | 46 register l4_mword_t _tag __asm__("r3") = tag.raw; in l4_ipc()
|
/l4re-core-master/l4util/lib/src/ |
A D | getopt2.c | 88 l4util_mbi_to_argv(l4_mword_t flag, l4util_mb_info_t *mbi)
|
/l4re-core-master/l4re/include/ |
A D | inhibitor | 86 long next_lock_info(char *name, unsigned len, l4_mword_t current_id = -1, 97 L4_INLINE_RPC_NF(long, next_lock_info, (L4::Ipc::In_out<l4_mword_t *> current_id,
|
/l4re-core-master/ned/server/src/ |
A D | lua_factory.cc | 61 args[i-3] = L4::Ipc::Varg((l4_mword_t)luaL_checkinteger(l, i)); in __alloc()
|
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_varg | 48 template<> struct Va_type_id<l4_mword_t> { enum { Id = L4_VARG_TYPE_MWORD }; }; 56 template<> struct Va_type<l4_mword_t> : Generic_va_type<l4_mword_t, Va_type_id> {}; 142 : _tag(t | ((l4_mword_t)len << 16)), _d((char const *)v)
|