Lines Matching refs:task
49 * L4 task. The second protocol is the region map protocol itself, which allows
50 * managing the virtual memory address space of an L4 task.
360 * of the corresponding task. The corresponding region in the virtual
482 * \param task This argument specifies the task where the pages are
484 * The default is the current task.
494 L4::Cap<L4::Task> const &task = This_task) const noexcept;
500 L4::Cap<L4::Task> const &task = This_task) const noexcept;
508 * \param task This argument specifies the task where the pages are
510 * The default is the current task.
522 L4::Cap<L4::Task> const &task) const noexcept;
637 L4::Cap<L4::Task> task, unsigned flags) const noexcept;
647 L4::Cap<L4::Task> const &task) const noexcept
648 { return detach(addr, 1, mem, task, Detach_overlap); }
652 L4::Cap<L4::Task> const &task) const noexcept
653 { return detach((l4_addr_t)addr, 1, mem, task, Detach_overlap); }
657 L4::Cap<L4::Task> const &task) const noexcept
658 { return detach(addr, size, mem, task, Detach_exact); }