Home
last modified time | relevance | path

Searched refs:_end (Results 1 – 25 of 28) sorted by relevance

12

/l4re-core-master/l4sys/include/ARCH-arm/
A Dcache.h49 register unsigned long _end __asm__ ("r2") = end; in l4_cache_op_arm_call()
59 "=r" (_end) in l4_cache_op_arm_call()
64 "2" (_end) in l4_cache_op_arm_call()
/l4re-core-master/l4re/util/include/
A Dregion_mapping38 l4_addr_t _start, _end;
41 Region() noexcept : _start(~0UL), _end(~0UL) {}
42 Region(l4_addr_t addr) noexcept : _start(addr), _end(addr) {}
44 : _start(start), _end(end) {}
46 l4_addr_t end() const noexcept { return _end; }
48 bool invalid() const noexcept { return _start == ~0UL && _end == ~0UL; }
138 l4_addr_t _end;
144 _end = end;
170 l4_addr_t max_addr() const noexcept { return _end; }
173 Region_map(l4_addr_t start, l4_addr_t end) noexcept : _start(start), _end(end) {}
/l4re-core-master/cxx/lib/tl/include/bits/
A Dlist_basics.h28 static void *_end; variable
32 void *List_iterator_end_ptr<T>::_end;
83 z.v = &Bits::List_iterator_end_ptr<void>::_end; in __end()
/l4re-core-master/sigma0/server/src/
A Dregion.h44 void end(unsigned long _end) const { _h = _end; } in end() argument
/l4re-core-master/l4re/include/
A Devent219 Event const *_end;
224 if (_current == _end)
230 Event_buffer_t() : _current(0), _begin(0), _end(0) {}
234 for (Event *i = _begin; i != _end; ++i)
247 _end(_begin + size / sizeof(Event))
/l4re-core-master/ldscripts/ARCH-amd64/
A Dmain_rel.ld156 _end. Align after .bss to ensure correct alignment even if the
179 _end = .; PROVIDE (end = .); symbol
A Dmain_stat.ld179 _end. Align after .bss to ensure correct alignment even if the
203 _end = .; PROVIDE (end = .); symbol
A Dmain_dyn.ld190 _end. Align after .bss to ensure correct alignment even if the
213 _end = .; PROVIDE (end = .); symbol
/l4re-core-master/ldscripts/ARCH-arm64/
A Dmain_rel.ld148 _end. Align after .bss to ensure correct alignment even if the
159 _end = .; PROVIDE (end = .); symbol
A Dmain_stat.ld174 _end. Align after .bss to ensure correct alignment even if the
185 _end = .; PROVIDE (end = .); symbol
A Dmain_dyn.ld174 _end. Align after .bss to ensure correct alignment even if the
185 _end = .; PROVIDE (end = .); symbol
/l4re-core-master/ldscripts/ARCH-ppc32/
A Dmain_rel.ld177 _end. Align after .bss to ensure correct alignment even if the
185 _end = .; PROVIDE (end = .); symbol
A Dmain_stat.ld205 _end. Align after .bss to ensure correct alignment even if the
213 _end = .; PROVIDE (end = .); symbol
A Dmain_dyn.ld201 _end. Align after .bss to ensure correct alignment even if the
209 _end = .; PROVIDE (end = .); symbol
/l4re-core-master/ldscripts/ARCH-sparc/
A Dmain_rel.ld178 _end. Align after .bss to ensure correct alignment even if the
186 _end = .; PROVIDE (end = .); symbol
A Dmain_stat.ld221 _end. Align after .bss to ensure correct alignment even if the
229 _end = .; PROVIDE (end = .); symbol
A Dmain_dyn.ld205 _end. Align after .bss to ensure correct alignment even if the
213 _end = .; PROVIDE (end = .); symbol
/l4re-core-master/ldscripts/ARCH-x86/
A Dmain_rel.ld151 _end. Align after .bss to ensure correct alignment even if the
160 _end = .; PROVIDE (end = .); symbol
A Dmain_stat.ld176 _end. Align after .bss to ensure correct alignment even if the
185 _end = .; PROVIDE (end = .); symbol
A Dmain_dyn.ld179 _end. Align after .bss to ensure correct alignment even if the
188 _end = .; PROVIDE (end = .); symbol
/l4re-core-master/ldso/ldso/
A Darm64.ld161 _end. Align after .bss to ensure correct alignment even if the
179 _end = .; PROVIDE (end = .); symbol
/l4re-core-master/ldscripts/ARCH-arm/
A Dmain_rel.ld173 _end. Align after .bss to ensure correct alignment even if the
184 _end = .; PROVIDE (end = .); symbol
A Dmain_stat.ld204 _end. Align after .bss to ensure correct alignment even if the
215 _end = .; PROVIDE (end = .); symbol
A Dmain_dyn.ld205 _end. Align after .bss to ensure correct alignment even if the
216 _end = .; PROVIDE (end = .); symbol
/l4re-core-master/ldscripts/ARCH-mips/
A Dmain_rel.ld216 _end. Align after .bss to ensure correct alignment even if the
225 _end = .; PROVIDE (end = .); symbol

Completed in 29 milliseconds

12