/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/ |
A D | fetch-value.c | 45 psaddr_t idx, psaddr_t *address) in _td_locate_field() argument 80 *address += (int32_t) DB_DESC_OFFSET (desc); in _td_locate_field() 88 psaddr_t idx, psaddr_t address, in _td_fetch_value() argument 142 psaddr_t address, psaddr_t widened_value) in _td_store_value() argument 189 void *address, in _td_fetch_value_local() argument 199 memcpy (&value, address, sizeof value); in _td_fetch_value_local() 205 memcpy (&value, address, sizeof value); in _td_fetch_value_local() 213 memcpy (&value, address, sizeof value); in _td_fetch_value_local() 219 memcpy (&value, address, sizeof value); in _td_fetch_value_local() 228 memcpy (&value, address, sizeof value); in _td_fetch_value_local() [all …]
|
A D | td_thr_tls_get_addr.c | 25 psaddr_t map_address, size_t offset, psaddr_t *address) in td_thr_tls_get_addr() argument 37 err = td_thr_tlsbase (th, (uintptr_t) modid, address); in td_thr_tls_get_addr() 39 *address += offset; in td_thr_tls_get_addr()
|
/l4re-core-master/l4sys/include/ |
A D | consts.h | 369 L4_INLINE l4_addr_t l4_trunc_page(l4_addr_t address) L4_NOTHROW; 370 L4_INLINE l4_addr_t l4_trunc_page(l4_addr_t address) L4_NOTHROW in l4_trunc_page() argument 371 { return address & L4_PAGEMASK; } in l4_trunc_page() 380 L4_INLINE l4_addr_t l4_trunc_size(l4_addr_t address, unsigned char bits) L4_NOTHROW; 381 L4_INLINE l4_addr_t l4_trunc_size(l4_addr_t address, unsigned char bits) L4_NOTHROW in l4_trunc_size() argument 382 { return address & (~0UL << bits); } in l4_trunc_size() 394 L4_INLINE l4_addr_t l4_round_page(l4_addr_t address) L4_NOTHROW; 395 L4_INLINE l4_addr_t l4_round_page(l4_addr_t address) L4_NOTHROW in l4_round_page() argument 396 { return (address + L4_PAGESIZE - 1) & L4_PAGEMASK; } in l4_round_page()
|
A D | kip | 77 Info_acpi_rsdp = 0 ///< Physical address of the ACPI root pointer. 159 * \param start Start address 160 * \param end End address 173 * Return start address of memory descriptor. 175 * \return Start address of memory descriptor 180 * Return end address of memory descriptor. 182 * \return End address of memory descriptor 218 * \param start Start address 219 * \param end End address
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/ |
A D | jmpbuf-unwind.h | 13 #define _JMPBUF_UNWINDS(jmpbuf, address) \ argument 14 ((unsigned long int) (address) < (jmpbuf)->uc_mcontext.mc_fp) 20 #define _JMPBUF_UNWINDS(jmpbuf, address) \ argument 21 ((int) (address) < (jmpbuf)[JB_SP])
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sh/ |
A D | jmpbuf-unwind.h | 10 #define _JMPBUF_UNWINDS(jmpbuf, address) \ argument 11 ((void *) (address) < (void *) (jmpbuf)[0].__regs[7]) 20 #define _JMPBUF_UNWINDS_ADJ(jmpbuf, address, adj) \ argument 21 ((uintptr_t) (address) - (adj) < (uintptr_t) (jmpbuf)[0].__regs[7] - (adj))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | pm_getport.c | 59 pmap_getport (struct sockaddr_in *address, u_long program, u_long version, in pmap_getport() argument 67 address->sin_port = htons (PMAPPORT); in pmap_getport() 76 client = clnttcp_create (address, PMAPPROG, in pmap_getport() 80 client = clntudp_bufcreate (address, PMAPPROG, in pmap_getport() 103 address->sin_port = 0; in pmap_getport()
|
A D | pm_getmaps.c | 57 pmap_getmaps (struct sockaddr_in *address) in pmap_getmaps() argument 66 address->sin_port = htons (PMAPPORT); in pmap_getmaps() 69 client = clnttcp_create (address, PMAPPROG, in pmap_getmaps() 82 address->sin_port = 0; in pmap_getmaps()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/ |
A D | jmpbuf-unwind.h | 12 # define _JMPBUF_UNWINDS(jmpbuf, address) \ argument 13 ((void *) (address) < (void *) (jmpbuf)[JB_RSP]) 15 # define _JMPBUF_UNWINDS(jmpbuf, address) \ argument 16 ((void *) (address) < (void *) (jmpbuf)[JB_SP])
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm/ |
A D | jmpbuf-unwind.h | 11 #define _JMPBUF_UNWINDS(jmpbuf, address) \ argument 12 ((void *) (address) < (void *) (jmpbuf[__JMP_BUF_SP])) 21 #define _JMPBUF_UNWINDS(jmpbuf, address, demangle) \ argument 22 ((void *) (address) < (void *) demangle (jmpbuf[__JMP_BUF_SP]))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/arm64/ |
A D | jmpbuf-unwind.h | 11 #define _JMPBUF_UNWINDS(jmpbuf, address) \ argument 12 ((void *) (address) < (void *) _jmpbuf_sp(jmpbuf)) 21 #define _JMPBUF_UNWINDS(jmpbuf, address, demangle) \ argument 22 ((void *) (address) < (void *) demangle (jmpbuf[JB_SP]))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/fdpic/ |
A D | dl-inlines.h | 441 _dl_lookup_address(void const *address) in _dl_lookup_address() argument 447 __asm__ ("" : "+r" (address)); in _dl_lookup_address() 449 if ((Elf32_Addr)address & 7) in _dl_lookup_address() 451 return address; in _dl_lookup_address() 453 fd = address; in _dl_lookup_address() 462 address = htab_find_slot(rpnt->funcdesc_ht, (void *)fd->entry_point, 0); in _dl_lookup_address() 464 if (address && *(struct funcdesc_value *const*)address == fd) { in _dl_lookup_address() 465 address = (*(struct funcdesc_value *const*)address)->entry_point; in _dl_lookup_address() 468 address = fd; in _dl_lookup_address() 471 return address; in _dl_lookup_address()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | internet | 430 address& 440 address& 448 address& 503 operator==(const address&, const address&) noexcept; 506 operator<(const address&, const address&) noexcept; 1201 return { address(), *++address_v4_iterator(address()) }; 1260 return { address(), *++address_v6_iterator(address()) }; 1302 return __a.address() == __b.address() 1319 return __a.address() == __b.address() 1475 address(const ip::address& __addr) noexcept [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | internet | 430 address& 440 address& 448 address& 503 operator==(const address&, const address&) noexcept; 506 operator<(const address&, const address&) noexcept; 1200 return { address(), *++address_v4_iterator(address()) }; 1259 return { address(), *++address_v6_iterator(address()) }; 1301 return __a.address() == __b.address() 1318 return __a.address() == __b.address() 1474 address(const ip::address& __addr) noexcept [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/ |
A D | internet | 430 address& 440 address& 448 address& 503 operator==(const address&, const address&) noexcept; 506 operator<(const address&, const address&) noexcept; 1201 return { address(), *++address_v4_iterator(address()) }; 1260 return { address(), *++address_v6_iterator(address()) }; 1302 return __a.address() == __b.address() 1319 return __a.address() == __b.address() 1475 address(const ip::address& __addr) noexcept [all …]
|
/l4re-core-master/l4re/include/ |
A D | rm | 45 * \brief Virtual address-space management. 50 * managing the virtual memory address space of an L4 task. 111 /// Search for a suitable address range. 263 * the virtual address space is searched. 299 * \param addr An address within the area to free. 477 * \brief Detach a region from the address space. 479 * \param addr Virtual address of region, any address within the 490 * Frees a region in the virtual address space given by addr (address type). 525 * \brief Find a region given an address and size. 582 /// First address of the range. [all …]
|
A D | mmio_space | 21 * Interface for memory-like address space accessible via IPC. 54 /// Device address. 58 * Read a value from the given address. 60 * \param addr Device virtual address to read from. The address 74 * Write a value to the given address. 76 * \param addr Device virtual address to write to. The address
|
A D | dma_space | 40 * A Dma_space represents the DMA address space of a device. 42 * part of the data space must be mapped to the DMA address space that is 44 * the memory must be unmapped from the device's DMA address space. 46 * Mapping to a DMA address space, using map(), makes the given parts of 48 * DMA address. As long as the memory is mapped into a DMA space it is 'pinned' 54 * data-space part for the DMA address space. unmap() is responsible for the 130 * Map the given part of this data space into the DMA address space. 148 * \param[out] dma_addr The DMA address to use for DMA with the associated 161 * Unmap the given part of this data space from the DMA address space. 163 * \param dma_addr The DMA address (returned by Dma_space::map()). [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | coroutine | 105 constexpr void* address() const noexcept { return _M_fr_ptr; } 139 return __a.address() == __b.address(); 146 return std::compare_three_way()(__a.address(), __b.address()); 159 return less<void*>()(__a.address(), __b.address()); 207 constexpr void* address() const noexcept { return _M_fr_ptr; } 218 { return coroutine_handle<>::from_address(address()); } 261 { return coroutine_handle<>::from_address(address()); } 279 // [coroutine.handle.noop.address], address 280 constexpr void* address() const noexcept { return _M_fr_ptr; }
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/ |
A D | td_thr_tls_get_addr.c | 27 void **address __attribute__ ((unused))) in td_thr_tls_get_addr() argument 37 td_err_e result = td_thr_tlsbase (th, modid, address); in td_thr_tls_get_addr() 39 *address += offset; in td_thr_tls_get_addr()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | stab.def | 22 To find the address, look in the corresponding external symbol. */ 26 To find the address, look in the corresponding external symbol. */ 29 /* Function name or text-segment variable for C. Value is its address. 34 /* Data-segment variable with internal linkage. Value is its address. 71 value is corresponding address. */ 98 /* GNU C++ `catch' clause. Value is its address. Desc is nonzero if 109 Value is starting text address of the compilation. */ 122 Value is starting text address of the compilation. */ 135 /* Alternate entry point. Value is its address. */ 140 The value is the address of the start of the text for the block. [all …]
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/vax/ |
A D | jmpbuf-unwind.h | 10 #define _JMPBUF_UNWINDS(jmpbuf, address) \ argument 11 ((void *) (address) < (void *) (jmpbuf[4]))
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/ |
A D | jmpbuf-unwind.h | 10 #define _JMPBUF_UNWINDS(jmpbuf, address) \ argument 11 ((void *) (address) < (void *) (jmpbuf)->__aregs[5])
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/microblaze/ |
A D | jmpbuf-unwind.h | 10 #define _JMPBUF_UNWINDS(jmpbuf, address) \ argument 11 ((void *) (address) < (void *) (jmpbuf)[0].__sp)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios2/ |
A D | jmpbuf-unwind.h | 10 #define _JMPBUF_UNWINDS(jmpbuf, address) \ argument 11 ((void *) (address) < (void *) (jmpbuf)->__sp)
|