Home
last modified time | relevance | path

Searched refs:spot (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/moe/server/src/
A Ddataspace.cc68 L4Re::Dataspace::Map_addr spot, in op_map() argument
75 L4::cout << "MAPrq: " << L4::hex << offset << ", " << spot << ", " in op_map()
84 long ret = map(offset, spot, flags & mf, 0, ~0, fp); in op_map()
A Ddataspace.h122 int map(l4_addr_t offs, l4_addr_t spot, Flags flags,
132 L4Re::Dataspace::Map_addr spot,
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.c1388 struct re_state_table_entry *spot; in re_acquire_state() local
1398 for (i = 0 ; i < spot->num ; i++) in re_acquire_state()
1400 re_dfastate_t *state = spot->array[i]; in re_acquire_state()
1432 struct re_state_table_entry *spot; in re_acquire_state_context() local
1442 for (i = 0 ; i < spot->num ; i++) in re_acquire_state_context()
1466 struct re_state_table_entry *spot; in register_state() local
1482 if (BE (spot->alloc <= spot->num, 0)) in register_state()
1484 int new_alloc = 2 * spot->num + 2; in register_state()
1489 spot->array = new_array; in register_state()
1490 spot->alloc = new_alloc; in register_state()
[all …]
/l4re-core-master/l4re/include/impl/
A Ddataspace_impl.h40 Map_addr spot = local_addr & ~(~0ULL << l4_umword_t(*size)); in __map() local
46 long err = map_t::call(c(), offset, spot, flags, r, fp, l4_utcb()); in __map()
/l4re-core-master/l4sys/include/
A D__l4_fpage.h403 l4_map_control(l4_umword_t spot, unsigned char cache, unsigned grant) L4_NOTHROW;
417 l4_map_obj_control(l4_umword_t spot, unsigned grant) L4_NOTHROW;
/l4re-core-master/l4re/util/include/
A Ddataspace_svr179 L4Re::Dataspace::Map_addr spot,
188 return map(offset, spot, flags & rf, 0, ~0, fp);
/l4re-core-master/l4re/include/
A Ddataspace276 L4_RPC_NF(long, map, (Offset offset, Map_addr spot,

Completed in 9 milliseconds