Searched refs:address (Results 76 - 100 of 149) sorted by relevance

123456

/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_dlfcn.c434 static int dladdr(void *address, Dl_info *dl) argument
437 v = _rld_new_interface(_RLD_DLADDR,address,dl);
/barrelfish-2018-10-04/usr/bench/bulk_transfer/
H A Dmicro_throughput.c65 status_value += *((uint32_t *) buffer->address);
171 *((uint32_t *) buf->address) = i;
/barrelfish-2018-10-04/usr/block_server/
H A Dnet_benchmark.c22 /* includes for ip address and lwip wrappers */
156 unsigned char *data = buffer->address;
278 memset(buf->address, (i + 1) % 256, BLOCK_BENCH_BUFSIZE);
H A Dnetwork_server.c167 err = block_storage_write(bs_meta->block_id, buffer->address);
210 err = block_storage_write(bs_meta->block_id, buffer->address);
264 err = block_storage_read(start_block + i, buf->address);
H A Dlocal_server.c150 err = block_storage_write(bs->block_id, buffer->address);
336 err = block_storage_read(start_block + i, buf->address);
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dintro.tex46 While the \acs{pci} base address register 0-4 may contain pointers to address
47 spaces for legacy IDE emulation, \ac{bar} 5 contains the address of the
49 address space is divided into two areas: global registers for control of the
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dforeign.pl503 arg_type(address, 'char *', _).
504 arg_type(address(Type), T, _) :-
519 arg_check(+address, 'Check_Integer', _).
520 arg_check(-address, 'Check_Output_Integer', _).
521 arg_check(+address(_), 'Check_Integer', _).
522 arg_check(-address(_), 'Check_Output_Integer', _).
534 arg_access(address, Val, _, Val.str, _).
535 arg_access(address(T), Val, _, F.did, _) :-
548 arg_unif(address, 'Integer', '(unsigned long) ', _).
549 arg_unif(address(
[all...]
H A Dremote_tools.pl180 </P><P>Address is the Host/Port address that the remote connection will be
182 its own address, or the user can specify a specific Port. The main
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dpds.mdt.c56 ** starting address and the size of the C-structure are multiples of
1114 pds_types_init(address)
1115 char * address;
1141 if (pds_mem_init((char *) 0,address,MDT_HEAP_SIZE,&mdt_phd,1) == (char *) -1)
1427 char * address;
1518 address = (char *) 0;
1528 padalign(&address,idr_align,&pad_size,MDT_DECODE);
1543 padalign(&address,array_align,&pad_size,MDT_DECODE);
1567 padalign(&address,mdt->idr_align,&pad_size,MDT_DECODE);
1579 address
1425 char * address; local
[all...]
H A Dnsrv_client.c267 unsigned long address; local
289 address = inet_addr(inet_address);
290 if (address == -1) {
295 nsrv_ctrl_sock_name.sin_addr = * (struct in_addr *) &address;
344 unsigned long address; local
346 /* get internet address */
349 address = inet_addr(hostname);
350 if (address == -1)
352 hostentry = gethostbyaddr((char *) &address,4,AF_INET);
465 /* get internet address */
[all...]
/barrelfish-2018-10-04/doc/022-armv8/
H A Dreport.tex192 address \texttt{0}, rather than \texttt{0x80000000} as mandated by the SBSA.
246 relevant addresses such as the return address.
296 addition to a relatively unrestricted virtual address space, we are able to
391 ARMv8 implements two-level address translation: VA (virtual address) to IPA
392 (intermediate physical address), and IPA to PA (physical address).
398 ARMv8 has an effective 48-bit virtual address space. At the lowest execution
405 In the initial ARMv8 specification, this split address space was not
409 extends the split address spac
[all...]
/barrelfish-2018-10-04/doc/002-mackerel/
H A DMackerel.tex281 They are treated as base addresses in one of several \emph{address
283 below). Typical devices have a single base address in either memory
285 ever exists, and at a fixed address) have no arguments, and others
295 \texttt{address} (in memory space) or \texttt{io} (in I/O
312 address space for registers in addition to the built-in address
328 reside at specified addresses in an \emph{address space} (unless they
331 There are currently 3 built-in address spaces that \Mac understands,
340 locations in physical address space are given as offsets relative to
341 a base address whic
[all...]
/barrelfish-2018-10-04/include/vm/
H A Dvnode_pager.c82 static int vnode_pager_addr(struct vnode *vp, vm_ooffset_t address,
481 * calculate the linear (byte) disk address of specified virtual
482 * file address
485 vnode_pager_addr(struct vnode *vp, vm_ooffset_t address, daddr_t *rtaddress, argument
493 if (address < 0)
500 vblock = address / bsize;
501 voffset = address % bsize;
544 vm_ooffset_t address; local
550 address = IDX_TO_OFF(m->pindex) + i * bsize;
551 if (address >
[all...]
/barrelfish-2018-10-04/doc/021-cpudriver/
H A Dcpudriver.tex123 this point, we have set-up a 1 GiB identity mapping of the physical address
124 space using 2 MiB pages in order to address everything we need initially.
147 therefore can not address anything above that limit in the beginning. Once the
148 mapping is initiated, the entry point address for the new APP kernel will be
175 \todo{address space layout after initialization is done}
313 \item \keywname{rcx} contains the start address when running a dispatcher
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_no_copy.c210 return ((lvaddr_t) buf->address - buf->pool->base_address)
382 /* update mac address */
743 rb->virt = buffer->address;
820 uint32_t local_id = ((lvaddr_t) b->address - b->pool->base_address)
854 ((lvaddr_t) buffer->address - buffer->pool->base_address)
906 uint32_t local_id = ((lvaddr_t) b->address - b->pool->base_address)
940 uint32_t local_id = ((lvaddr_t) buf->address - buf->pool->base_address)
991 uint32_t local_id = ((lvaddr_t) b->address - b->pool->base_address)
1026 uint32_t local_id = ((lvaddr_t) buf->address - buf->pool->base_address)
1073 uint32_t local_id = ((lvaddr_t) b->address
[all...]
H A Dbulk_net_transparent.c566 t->buffer_id = ((lvaddr_t) b->address - b->pool->base_address)
604 memcpy(buf->address, rb->virt, buf->pool->buffer_size);
648 t->buffer_id = ((lvaddr_t) b->address - b->pool->base_address)
687 memcpy(buf->address, rb->virt, buf->pool->buffer_size);
733 t->buffer_id = ((lvaddr_t) b->address - b->pool->base_address)
803 t->buffer_id = ((lvaddr_t) b->address - b->pool->base_address)
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_xfer.c453 td->qtd_bp[0].address = 0;
454 td->qtd_bp[1].address = 0;
480 td->qtd_bp[pages_count].address = (setup->pages->phys_addr
490 td->qtd_bp[pages_count].address = (setup->pages->phys_addr
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Demutls.c39 uintptr_t index; /* data[index-1] is the object address */
40 void* address; /* object address, when in single thread env */ member in union:__emutls_control::__anon538
67 /* The mallocated address is in ((void**)base)[-1] */
160 * Extends its size if necessary to hold address at index.
/barrelfish-2018-10-04/usr/tests/mdbtests/
H A Dtest_ops_with_root.c28 genvaddr_t address; member in struct:node
91 printf("address = %"PRIxGENVADDR"\nsize=%d\n",
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dshared_mem.c92 static int shared_release(generic_ptr address, word size, struct heap_descriptor *hd);
114 char *start_shared_area, /* start address for mapping (or NULL) */
255 perror("ECLiPSe: cannot map shared memory at required address");
259 else /* use the start address provided in the mapfile */
362 shared_release(generic_ptr address, word size, struct heap_descriptor *hd) argument
463 * Check whether a given address is in this heap
/barrelfish-2018-10-04/usr/skb/programs/
H A Dthreadallocation.pl37 % create a list of threads so that every one works on one part of a bigger address
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumssocket.tex40 where each packet sent by one process can be sent to different address.
48 socket is directed to another address.
72 The address of a socket is then identified
172 the address where the packet should be sent
175 If the next packet is to be sent to a different address, a new
188 and pass it the host name and port address. Note that this example is Unix
/barrelfish-2018-10-04/doc/016-serial-ports/
H A DSerial.tex102 example while running in physical address space before the MMU is
200 kernel's virtual address space.
210 This document does not address accessing a single UART from more than
/barrelfish-2018-10-04/doc/019-device-drivers/
H A DDeviceDriver.tex259 It takes the physical address of a device register (\varname{0x4A10A000}) the
261 address in your address space (given back to you by \varname{vbase}). Since
263 access the device in your address space. There is also the issue of how, and
419 device\_mem}. A description of the basic address registers (BAR) for this PCI
420 device and also permissions (capabilities) to map these address registers in
421 the drivers address space. You can use the defined in helper functions in
422 \pathname{include/pci/mem.h} to map these BARs into the address space of the
424 the I/O address space and do not use memory mapped registers you can use the
451 its address spac
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dkernel.tex39 \item No CP (continuation pointer) register. The return address
98 \item A maximum amount of virtual address space is reserved for each
103 To simplify address comparisons, the abstract machine requires that
466 \item[DE] current suspension, volatile register to pass the address of
493 \item[GCTG] indicates the global stack address corresponding to the
542 a(A) & address & argument register A (1..255)\\
545 ref(L) & address & reference to code address L\\
1109 holds their function address, and they are invoked from the abstract
1225 a {\bf Jmp/Chain} instruction. Call instructions push a return address\inde
[all...]

Completed in 268 milliseconds

123456