/l4re-core-master/l4sys/include/ |
A D | ipc_gate.h | 80 l4_ipc_gate_get_infos(l4_cap_idx_t gate, l4_umword_t *label); 87 l4_ipc_gate_get_infos_u(l4_cap_idx_t gate, l4_umword_t *label, l4_utcb_t *utcb); 108 l4_cap_idx_t thread, l4_umword_t label, in l4_ipc_gate_bind_thread_u() argument 111 return l4_rcv_ep_bind_thread_u(gate, thread, label, utcb); in l4_ipc_gate_bind_thread_u() 115 l4_ipc_gate_get_infos_u(l4_cap_idx_t gate, l4_umword_t *label, l4_utcb_t *utcb) in l4_ipc_gate_get_infos_u() argument 123 *label = m->mr[0]; in l4_ipc_gate_get_infos_u() 132 l4_umword_t label) in l4_ipc_gate_bind_thread() argument 134 return l4_rcv_ep_bind_thread_u(gate, thread, label, l4_utcb()); in l4_ipc_gate_bind_thread() 138 l4_ipc_gate_get_infos(l4_cap_idx_t gate, l4_umword_t *label) in l4_ipc_gate_get_infos() argument 140 return l4_ipc_gate_get_infos_u(gate, label, l4_utcb()); in l4_ipc_gate_get_infos()
|
A D | icu.h | 318 l4_icu_unmask(l4_cap_idx_t icu, unsigned irqnum, l4_umword_t *label, 328 l4_icu_unmask_u(l4_cap_idx_t icu, unsigned irqnum, l4_umword_t *label, 343 l4_icu_mask(l4_cap_idx_t icu, unsigned irqnum, l4_umword_t *label, 353 l4_icu_mask_u(l4_cap_idx_t icu, unsigned irqnum, l4_umword_t *label, 361 l4_umword_t *label,l4_timeout_t to, 443 l4_umword_t *label, l4_timeout_t to, in l4_icu_control_u() argument 449 if (label) in l4_icu_control_u() 451 label, to); in l4_icu_control_u() 457 l4_icu_mask_u(l4_cap_idx_t icu, unsigned irqnum, l4_umword_t *label, in l4_icu_mask_u() argument 487 l4_icu_unmask(l4_cap_idx_t icu, unsigned irqnum, l4_umword_t *label, in l4_icu_unmask() argument [all …]
|
A D | rcv_endpoint.h | 45 l4_umword_t label); 53 l4_umword_t label, l4_utcb_t *utcb); 67 l4_cap_idx_t thread, l4_umword_t label, in l4_rcv_ep_bind_thread_u() argument 72 m->mr[1] = label; in l4_rcv_ep_bind_thread_u() 81 l4_umword_t label) in l4_rcv_ep_bind_thread() argument 83 return l4_rcv_ep_bind_thread_u(ep, thread, label, l4_utcb()); in l4_rcv_ep_bind_thread()
|
A D | types.h | 164 long label() const L4_NOTHROW { return raw >> 16; } in label() function 166 void label(long v) L4_NOTHROW { raw = (raw & 0x0ffff) | ((l4_umword_t)v << 16); } in label() function 179 bool is_page_fault() const L4_NOTHROW { return label() == L4_PROTO_PAGE_FAULT; } in is_page_fault() 181 bool is_preemption() const L4_NOTHROW { return label() == L4_PROTO_PREEMPTION; } in is_preemption() 183 bool is_sys_exception() const L4_NOTHROW { return label() == L4_PROTO_SYS_EXCEPTION; } in is_sys_exception() 185 bool is_exception() const L4_NOTHROW { return label() == L4_PROTO_EXCEPTION; } in is_exception() 187 bool is_sigma0() const L4_NOTHROW { return label() == L4_PROTO_SIGMA0; } in is_sigma0() 189 bool is_io_page_fault() const L4_NOTHROW { return label() == L4_PROTO_IO_PAGE_FAULT; } in is_io_page_fault() 208 L4_INLINE l4_msgtag_t l4_msgtag(long label, unsigned words, unsigned items, 408 l4_msgtag_t l4_msgtag(long label, unsigned words, unsigned items, in l4_msgtag() argument [all …]
|
A D | ipc_gate | 62 * machine-word sized payload called the IPC gate’s *label* is assigned to the 64 * via an IPC gate, the label provided by the sender is ignored and replaced by 65 * the IPC gate’s label where the two least significant bits are the result of 66 * bitwise disjunction of the corresponding label bits with the #L4_CAP_FPAGE_S 67 * and #L4_CAP_FPAGE_W permissions of the capability used. Hence, the label 69 * set to zero. The replaced label is only visible to the bound thread upon 70 * receive. However, the configured label of an IPC gate can also be queried via 88 * \param[out] label The label of the IPC gate is returned here. 93 l4_msgtag_t, get_infos, (l4_umword_t *label));
|
A D | irq.h | 165 l4_irq_wait(l4_cap_idx_t irq, l4_umword_t *label, 175 l4_irq_wait_u(l4_cap_idx_t irq, l4_umword_t *label, 265 l4_irq_wait_u(l4_cap_idx_t irq, l4_umword_t *label, in l4_irq_wait_u() argument 270 label, to); in l4_irq_wait_u() 306 l4_irq_wait(l4_cap_idx_t irq, l4_umword_t *label, in l4_irq_wait() argument 309 return l4_irq_wait_u(irq, label, to, l4_utcb()); in l4_irq_wait()
|
A D | meta | 43 * \retval l4_msgtag_t::label() >= 0 The number of supported interfaces. 44 * \retval l4_msgtag_t::label() < 0 Error code of the occurred error. 58 * \retval l4_msgtag_t::label() == 0 Successful; see `proto` and `name`. 59 * \retval l4_msgtag_t::label() < 0 Error code. 69 * \retval l4_msgtag_t::label() == 1 protocol is supported. 70 * \retval l4_msgtag_t::label() == 0 protocol is not supported.
|
A D | ipc.h | 260 l4_ipc_wait(l4_utcb_t *utcb, l4_umword_t *label, 335 l4_umword_t *label, l4_timeout_t timeout) L4_NOTHROW; 361 l4_umword_t *label, l4_timeout_t timeout) L4_NOTHROW; 382 l4_umword_t *label, 472 l4_umword_t *label, in l4_ipc_reply_and_wait() argument 475 return l4_ipc(L4_INVALID_CAP, utcb, L4_SYSF_REPLY_AND_WAIT, 0, tag, label, timeout); in l4_ipc_reply_and_wait()
|
A D | irq | 61 * \param[out] label If NULL this is a send-only unmask, if not 63 * and the *protected label* shall be received here. 66 * is used with a non-NULL `label` only. 71 * \note If `label` is NULL this function is a send-only operation 76 l4_msgtag_t unmask(unsigned irqnum, l4_umword_t *label = 0, 165 * \param label The *protected label* shall be received here. 173 { return unmask(-1, label, timeout, utcb); } 361 { return l4_icu_control_u(cap(), irqnum, op, label, to, utcb); } 372 * `label` only. 378 l4_umword_t *label = 0, [all …]
|
A D | factory.h | 179 l4_cap_idx_t thread_cap, l4_umword_t label) L4_NOTHROW; 190 l4_cap_idx_t thread_cap, l4_umword_t label, 320 l4_cap_idx_t thread_cap, l4_umword_t label, in l4_factory_create_gate_u() argument 327 l4_factory_create_add_uint_u(label, &t, u); in l4_factory_create_gate_u() 383 l4_cap_idx_t thread_cap, l4_umword_t label) L4_NOTHROW 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()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/ |
A D | sysdep.h | 86 # define L(label) $L ## label argument 88 # define L(label) .L ## label argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/scripts/ |
A D | make_graph.py | 64 label = tst_dat.getElementsByTagName(label_name)[0].firstChild.data 65 label = string.strip(label, '\n') 66 label = string.strip(label) 67 return label 230 label = res.x_label, label_offset = (0, -20)) 233 label = res.y_label, label_offset = (-15, 0)) 247 pl = line_plot.T(label = self.__container_label_name(cntnr),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/scripts/ |
A D | make_graph.py | 64 label = tst_dat.getElementsByTagName(label_name)[0].firstChild.data 65 label = string.strip(label, '\n') 66 label = string.strip(label) 67 return label 230 label = res.x_label, label_offset = (0, -20)) 233 label = res.y_label, label_offset = (-15, 0)) 247 pl = line_plot.T(label = self.__container_label_name(cntnr),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/scripts/ |
A D | make_graph.py | 64 label = tst_dat.getElementsByTagName(label_name)[0].firstChild.data 65 label = string.strip(label, '\n') 66 label = string.strip(label) 67 return label 230 label = res.x_label, label_offset = (0, -20)) 233 label = res.y_label, label_offset = (-15, 0)) 247 pl = line_plot.T(label = self.__container_label_name(cntnr),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/scripts/ |
A D | make_graph.py | 64 label = tst_dat.getElementsByTagName(label_name)[0].firstChild.data 65 label = string.strip(label, '\n') 66 label = string.strip(label) 67 return label 230 label = res.x_label, label_offset = (0, -20)) 233 label = res.y_label, label_offset = (-15, 0)) 247 pl = line_plot.T(label = self.__container_label_name(cntnr),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/scripts/ |
A D | make_graph.py | 64 label = tst_dat.getElementsByTagName(label_name)[0].firstChild.data 65 label = string.strip(label, '\n') 66 label = string.strip(label) 67 return label 230 label = res.x_label, label_offset = (0, -20)) 233 label = res.y_label, label_offset = (-15, 0)) 247 pl = line_plot.T(label = self.__container_label_name(cntnr),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/scripts/ |
A D | make_graph.py | 64 label = tst_dat.getElementsByTagName(label_name)[0].firstChild.data 65 label = string.strip(label, '\n') 66 label = string.strip(label) 67 return label 230 label = res.x_label, label_offset = (0, -20)) 233 label = res.y_label, label_offset = (-15, 0)) 247 pl = line_plot.T(label = self.__container_label_name(cntnr),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/scripts/ |
A D | make_graph.py | 64 label = tst_dat.getElementsByTagName(label_name)[0].firstChild.data 65 label = string.strip(label, '\n') 66 label = string.strip(label) 67 return label 230 label = res.x_label, label_offset = (0, -20)) 233 label = res.y_label, label_offset = (-15, 0)) 247 pl = line_plot.T(label = self.__container_label_name(cntnr),
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/scripts/ |
A D | make_graph.py | 64 label = tst_dat.getElementsByTagName(label_name)[0].firstChild.data 65 label = string.strip(label, '\n') 66 label = string.strip(label) 67 return label 230 label = res.x_label, label_offset = (0, -20)) 233 label = res.y_label, label_offset = (-15, 0)) 247 pl = line_plot.T(label = self.__container_label_name(cntnr),
|
/l4re-core-master/l4re/include/ |
A D | error_helper | 85 * the label in the message tag is negative. Otherwise the label in the 94 else if (L4_UNLIKELY(t.label() < 0)) 95 throw_error(ret ? ret: t.label(), extra); 97 return t.label(); 108 * the label in the message tag is negative. Otherwise the label in the 170 * This function does not check the message tag's label value.
|
/l4re-core-master/moe/server/src/ |
A D | early.h | 23 if (t.has_error() || t.label() < 0) in early_chksys() 29 return t.label(); in early_chksys()
|
/l4re-core-master/libkproxy/lib/src/ |
A D | factory_svr.cc | 75 l4_umword_t label; in handle_gate() local 81 ios >> label >> f; in handle_gate() 83 int r = fi->create_gate(g, svr->received_thread(f), label); in handle_gate()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/ext/ |
A D | throw_allocator.h | 92 label(); in _GLIBCXX_VISIBILITY() 98 { label() = l; } in _GLIBCXX_VISIBILITY() 102 { return label(); } in _GLIBCXX_VISIBILITY() 188 check(size_t label) in _GLIBCXX_VISIBILITY() 196 if (beg->second.first == label) in _GLIBCXX_VISIBILITY() 208 if (beg->second == label) in _GLIBCXX_VISIBILITY() 273 check_constructed(size_t label) in _GLIBCXX_VISIBILITY() 280 if (beg->second == label) in _GLIBCXX_VISIBILITY() 351 label() in _GLIBCXX_VISIBILITY() function
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/ext/ |
A D | throw_allocator.h | 92 label(); in _GLIBCXX_VISIBILITY() 98 { label() = l; } in _GLIBCXX_VISIBILITY() 102 { return label(); } in _GLIBCXX_VISIBILITY() 188 check(size_t label) in _GLIBCXX_VISIBILITY() 196 if (beg->second.first == label) in _GLIBCXX_VISIBILITY() 208 if (beg->second == label) in _GLIBCXX_VISIBILITY() 273 check_constructed(size_t label) in _GLIBCXX_VISIBILITY() 280 if (beg->second == label) in _GLIBCXX_VISIBILITY() 351 label() in _GLIBCXX_VISIBILITY() function
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/ext/ |
A D | throw_allocator.h | 92 label(); in _GLIBCXX_VISIBILITY() 98 { label() = l; } in _GLIBCXX_VISIBILITY() 102 { return label(); } in _GLIBCXX_VISIBILITY() 188 check(size_t label) in _GLIBCXX_VISIBILITY() 196 if (beg->second.first == label) in _GLIBCXX_VISIBILITY() 208 if (beg->second == label) in _GLIBCXX_VISIBILITY() 273 check_constructed(size_t label) in _GLIBCXX_VISIBILITY() 280 if (beg->second == label) in _GLIBCXX_VISIBILITY() 351 label() in _GLIBCXX_VISIBILITY() function
|