Lines Matching refs:target_cap

88                        l4_cap_idx_t target_cap, l4_fpage_t utcb_area) L4_NOTHROW;
97 l4_factory_create_task_u(l4_cap_idx_t factory, l4_cap_idx_t target_cap,
113 l4_cap_idx_t target_cap) L4_NOTHROW;
123 l4_cap_idx_t target_cap, l4_utcb_t *utcb) L4_NOTHROW;
139 l4_factory_create_factory(l4_cap_idx_t factory, l4_cap_idx_t target_cap,
149 l4_factory_create_factory_u(l4_cap_idx_t factory, l4_cap_idx_t target_cap,
178 l4_cap_idx_t target_cap,
189 l4_cap_idx_t target_cap,
207 l4_cap_idx_t target_cap) L4_NOTHROW;
217 l4_cap_idx_t target_cap, l4_utcb_t *utcb) L4_NOTHROW;
232 l4_cap_idx_t target_cap) L4_NOTHROW;
242 l4_cap_idx_t target_cap, l4_utcb_t *utcb) L4_NOTHROW;
290 l4_cap_idx_t target_cap, l4_fpage_t utcb_area, in l4_factory_create_task_u() argument
294 t = l4_factory_create_start_u(L4_PROTO_TASK, target_cap, u); in l4_factory_create_task_u()
301 l4_cap_idx_t target_cap, l4_utcb_t *u) L4_NOTHROW in l4_factory_create_thread_u() argument
303 return l4_factory_create_u(factory, L4_PROTO_THREAD, target_cap, u); in l4_factory_create_thread_u()
308 l4_cap_idx_t target_cap, unsigned long limit, in l4_factory_create_factory_u() argument
312 t = l4_factory_create_start_u(L4_PROTO_FACTORY, target_cap, u); in l4_factory_create_factory_u()
319 l4_cap_idx_t target_cap, in l4_factory_create_gate_u() argument
326 t = l4_factory_create_start_u(0, target_cap, u); in l4_factory_create_gate_u()
341 l4_cap_idx_t target_cap, l4_utcb_t *u) L4_NOTHROW in l4_factory_create_irq_u() argument
343 return l4_factory_create_u(factory, L4_PROTO_IRQ_SENDER, target_cap, u); in l4_factory_create_irq_u()
348 l4_cap_idx_t target_cap, in l4_factory_create_vm_u() argument
351 return l4_factory_create_u(factory, L4_PROTO_VM, target_cap, u); in l4_factory_create_vm_u()
360 l4_cap_idx_t target_cap, l4_fpage_t utcb_area) L4_NOTHROW in l4_factory_create_task() argument
362 return l4_factory_create_task_u(factory, target_cap, utcb_area, l4_utcb()); in l4_factory_create_task()
367 l4_cap_idx_t target_cap) L4_NOTHROW in l4_factory_create_thread() argument
369 return l4_factory_create_thread_u(factory, target_cap, l4_utcb()); in l4_factory_create_thread()
374 l4_cap_idx_t target_cap, unsigned long limit) L4_NOTHROW in l4_factory_create_factory() argument
377 return l4_factory_create_factory_u(factory, target_cap, limit, l4_utcb()); in l4_factory_create_factory()
382 l4_cap_idx_t target_cap, in l4_factory_create_gate() argument
385 return l4_factory_create_gate_u(factory, target_cap, thread_cap, label, l4_utcb()); in l4_factory_create_gate()
390 l4_cap_idx_t target_cap) L4_NOTHROW in l4_factory_create_irq() argument
392 return l4_factory_create_irq_u(factory, target_cap, l4_utcb()); in l4_factory_create_irq()
397 l4_cap_idx_t target_cap) L4_NOTHROW in l4_factory_create_vm() argument
399 return l4_factory_create_vm_u(factory, target_cap, l4_utcb()); in l4_factory_create_vm()
403 l4_factory_create_start_u(long obj, l4_cap_idx_t target_cap, in l4_factory_create_start_u() argument
410 b->br[0] = target_cap | L4_RCV_ITEM_SINGLE_CAP; in l4_factory_create_start_u()