Searched refs:Icu (Results 1 – 12 of 12) sorted by relevance
/l4re-core-master/moe/server/src/ |
A D | log.h | 43 int op_bind(L4::Icu::Rights, l4_umword_t, in op_bind() 47 int op_unbind(L4::Icu::Rights, l4_umword_t, in op_unbind() 50 int op_info(L4::Icu::Rights, L4::Icu::_Info &) in op_info() 52 int op_msi_info(L4::Icu::Rights, l4_umword_t, l4_uint64_t, in op_msi_info() 55 int op_mask(L4::Icu::Rights, l4_umword_t) in op_mask() 57 int op_unmask(L4::Icu::Rights, l4_umword_t) in op_unmask() 59 int op_set_mode(L4::Icu::Rights, l4_umword_t, l4_umword_t) in op_set_mode()
|
A D | sched_proxy.h | 24 typedef L4Re::Util::Icu_cap_array_svr<Sched_proxy> Icu; typedef 55 Icu::Irq *scheduler_irq() { return &_scheduler_irq; } in scheduler_irq() 56 Icu::Irq const *scheduler_irq() const { return &_scheduler_irq; } in scheduler_irq() 64 Icu::Irq _scheduler_irq;
|
A D | sched_proxy.cc | 82 Icu(1, &_scheduler_irq), in Sched_proxy()
|
/l4re-core-master/l4re/util/include/ |
A D | icu_svr | 40 L4_RPC_LEGACY_DISPATCH(L4::Icu); 42 int op_bind(L4::Icu::Rights, l4_umword_t irqnum, 44 int op_unbind(L4::Icu::Rights, l4_umword_t irqnum, 46 int op_info(L4::Icu::Rights, L4::Icu::_Info &info); 47 int op_msi_info(L4::Icu::Rights, l4_umword_t irqnum, 49 int op_mask(L4::Icu::Rights, l4_umword_t irqnum); 50 int op_unmask(L4::Icu::Rights, l4_umword_t irqnum); 51 int op_set_mode(L4::Icu::Rights, l4_umword_t, l4_umword_t) 57 Icu_svr<ICU>::op_bind(L4::Icu::Rights, l4_umword_t irqnum, 81 Icu_svr<ICU>::op_info(L4::Icu::Rights, L4::Icu::_Info &info) [all …]
|
/l4re-core-master/libkproxy/include/ |
A D | scheduler_svr | 89 typedef L4Re::Util::Icu_cap_array_svr<Scheduler_svr> Icu; 97 Scheduler_svr(Scheduler_interface *s) : Icu(1, &_scheduler_irq), _sched(s) {} 114 Icu::Irq *scheduler_irq() { return &_scheduler_irq; } 115 Icu::Irq const *scheduler_irq() const { return &_scheduler_irq; } 119 Icu::Irq _scheduler_irq;
|
/l4re-core-master/l4sys/include/ |
A D | irq | 46 * \see L4::Icu, L4::Irq 57 * L4::Icu::mask(). 89 * This interface is usually used in conjunction with L4::Icu. 233 * C++ Icu interface. 250 class Icu : 251 public Kobject_t<Icu, Irq_eoi, L4_PROTO_IRQ, 297 * ICU using L4::Icu::unmask.
|
A D | capability | 120 * L4::Cap<L4::Icu> icu = L4::cap_dynamic_cast<L4::Icu>(obj);
|
A D | vcon | 39 * The Vcon interface inherits from L4::Icu and L4::Irq_eoi for managing the 51 public Kobject_t<Vcon, Icu, L4_PROTO_LOG>
|
A D | scheduler | 43 * The Scheduler interface inherits from L4::Icu and L4::Irq_eoi for managing 53 public Kobject_t<Scheduler, Icu, L4_PROTO_SCHEDULER,
|
A D | semaphore | 37 * semaphore can be bound to an interrupt line at an ICU (L4::Icu) and
|
/l4re-core-master/l4re/include/ |
A D | random | 30 : public L4::Kobject_t<Random, L4::Icu>
|
A D | event | 145 public L4::Kobject_t<Event, L4::Icu, L4RE_PROTO_EVENT>
|
Completed in 16 milliseconds