Searched refs:size (Results 226 - 250 of 1112) sorted by relevance

1234567891011>>

/barrelfish-master/lib/barrelfish/vspace/
H A Dvregion.c29 * \param size Size of the memory object to use
34 struct memobj *memobj, size_t offset, size_t size,
52 vregion->size = size;
81 * \param size Size of the memory object to use
85 struct memobj *memobj, size_t offset, size_t size,
88 return vregion_map_aligned(vregion, vspace, memobj, offset, size, flags, 0);
98 * \param size Size of the memory object to use
103 struct memobj *memobj, size_t offset, size_t size,
118 vregion->size
33 vregion_map_aligned(struct vregion *vregion, struct vspace* vspace, struct memobj *memobj, size_t offset, size_t size, vregion_flags_t flags, size_t alignment) argument
84 vregion_map(struct vregion *vregion, struct vspace *vspace, struct memobj *memobj, size_t offset, size_t size, vregion_flags_t flags) argument
102 vregion_map_fixed(struct vregion *vregion, struct vspace *vspace, struct memobj *memobj, size_t offset, size_t size, genvaddr_t addr, vregion_flags_t flags) argument
[all...]
/barrelfish-master/tools/arm_gem5/
H A Dboot_gem5.sh49 --mem-size=512MB \
/barrelfish-master/usr/arrakismon/
H A Dpc16550d.h39 enum opsize size, uint32_t *val);
41 enum opsize size, uint32_t val);
/barrelfish-master/include/storage/
H A Dvsic.h17 // Round to VSIC block size
26 off_t offset, size_t size, void *buffer);
28 off_t offset, size_t size, void *buffer);
/barrelfish-master/kernel/include/arch/x86_64/
H A Dpaging_kernel_arch.h21 /** Physical memory page size is 2 MBytes */
59 static lvaddr_t inline paging_map_device(lpaddr_t base, size_t size) argument
61 return paging_x86_64_map_device(base, size);
/barrelfish-master/usr/kaluga/
H A Ddevice_caps.c18 * \param[in] size Size of register space to map
23 errval_t get_device_cap(lpaddr_t address, size_t size, struct capref* devframe) argument
25 KALUGA_DEBUG("map_device_register: %"PRIxLPADDR" %zu %u\n", address, size, log2ceil(size));
37 assert(size % BASE_PAGE_SIZE == 0);
38 assert(size >= BASE_PAGE_SIZE && "ARM paging breaks when smaller");
40 errval_t err = mm_alloc_range(&register_manager, log2ceil(size),
41 address, address+size,
50 (address + size <= (iter->id.base + iter->id.bytes))) {
/barrelfish-master/usr/vmkitmon/
H A Dpc16550d.h59 enum opsize size, uint32_t *val);
61 enum opsize size, uint32_t val);
/barrelfish-master/lib/libc/stdio/
H A Dmakebuf.c55 * optimisation) right after the _fstat() that finds the buffer size.
62 size_t size; local
70 flags = __swhatbuf(fp, &size, &couldbetty);
71 if ((p = malloc(size)) == NULL) {
80 fp->_bf._size = size;
H A Dxprintf_float.c54 * The size of the buffer we use as scratch space for integer
158 int size; /* size of converted field or string */ local
168 int realsz; /* field size expanded by dprec, sign, etc */
268 size = 3;
294 size = expsize + prec;
296 ++size;
300 size = expt;
302 size = 1;
305 size
[all...]
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddummy_bigrat.c67 ec_array_to_big(const void *p, int count, int order, int size, int endian, unsigned nails, pword *result) argument
/barrelfish-master/usr/eclipseclp/Pds/src/
H A Dmsgdd.h56 pds_size_t * size,
/barrelfish-master/usr/eclipseclp/VBinterface/
H A DEclipseClass.cls143 Public Property Let GlobalSize(size As Long)
144 ec_set_option_int EC_OPTION_GLOBALSIZE, size
146 Public Property Let PrivateSize(size As Long)
147 ec_set_option_int EC_OPTION_PRIVATESIZE, size
150 Public Property Let SharedSize(size As Long)
151 ec_set_option_int EC_OPTION_SHAREDSIZE, size
153 Public Property Let LocalSize(size As Long)
154 ec_set_option_int EC_OPTION_LOCALSIZE, size
/barrelfish-master/include/vm/
H A Ddefault_pager.c79 default_pager_alloc(void *handle, vm_ooffset_t size, vm_prot_t prot, argument
87 if (!swap_reserve_by_cred(size, cred))
92 OFF_TO_IDX(round_page(offset + size)));
96 object->charge = size;
/barrelfish-master/usr/device_managers/dma/
H A Ddma_mgr.h24 size_t size,
/barrelfish-master/usr/block_server/
H A Dblock_storage.h23 size_t size; member in struct:bs_block
/barrelfish-master/lib/dma/include/
H A Ddma_descriptor_internal.h27 * \param size size of a signle descriptor in bytes
35 errval_t dma_desc_alloc(uint32_t size,
/barrelfish-master/lib/tenaciousd/
H A Dqueue.c69 // If this was less or equal to the min size, we're done
70 if(element->size + sizeof(struct tenaciousd_queue_element)
77 element->size + sizeof(struct tenaciousd_queue_element));
81 element->size - QUEUE_MIN_ELEMENT_SIZE(queue) + sizeof(struct tenaciousd_queue_element),
88 if(element->data[element->size] != QUEUE_ELEMENT_END_MARKER) {
139 if(element == NULL || element->size == 0) {
147 // queue->end += STORAGE_VSIC_ROUND(log->vsic, element->size + sizeof(struct tenaciousd_queue_element));
209 tenaciousd_queue_element_new(struct tenaciousd_queue *queue, size_t *size) argument
211 assert(*size > 0);
212 *size
[all...]
/barrelfish-master/usr/drivers/serial/
H A Dterminal_service.c62 size_t size = 0; local
82 size = snprintf(NULL, 0, "%s%s", serial->driver_name, TERM_SESSION_IF_SUFFIX);
83 service_name = (char *) malloc(size + 1);
87 snprintf(service_name, size + 1, "%s%s", serial->driver_name,
/barrelfish-master/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_memory.h20 void usb_ehci_set_datastruct_size(usb_ds_size_t size);
/barrelfish-master/usr/tests/nested_paging_test/
H A Dnestedpaging.c23 m.size = 512ULL * 1024 * 1024 * 1024;
25 err = p->f.determine_addr(p, &m, m.size, &base_);
33 ours.size = m.size;
/barrelfish-master/lib/libc/db/recno/
H A Drec_get.c124 if (t->bt_rdata.size < t->bt_reclen) {
128 t->bt_rdata.size = t->bt_reclen;
131 data.size = t->bt_reclen;
180 sz = t->bt_rdata.size;; *p++ = ch, --sz) {
183 data.size = p - (u_char *)t->bt_rdata.data;
184 if (ch == EOF && data.size == 0)
193 t->bt_rdata.size += (sz = 256);
194 t->bt_rdata.data = reallocf(t->bt_rdata.data, t->bt_rdata.size);
228 if (t->bt_rdata.size < t->bt_reclen) {
232 t->bt_rdata.size
[all...]
/barrelfish-master/lib/lua/src/
H A Dlzio.h38 #define luaZ_resizebuffer(L, buff, size) \
39 (luaM_reallocvector(L, (buff)->buffer, (buff)->buffsize, size, char), \
40 (buff)->buffsize = size)
/barrelfish-master/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_null.c65 static int null_read(BIO *h, char *buf, int size);
67 static int null_gets(BIO *h, char *str, int size);
140 static int null_gets(BIO *bp, char *buf, int size) argument
/barrelfish-master/usr/tests/tftpclient/
H A Dmain.c72 size_t size; local
73 err = tftp_client_read_file(file, buffer, TFTP_BUF_SIZE, &size);
78 debug_printf("TFTP READFILE: %zu bytes\n", size);
/barrelfish-master/tools/aarch64_gem5/
H A DCacheConfig.py40 # system.l2 = O3_ARM_v7aL2(size = options.l2_size, assoc = options.l2_assoc)
43 system.l2 = L2Cache(size = options.l2_size, assoc = options.l2_assoc)
55 # icache = O3_ARM_v7a_ICache(size = options.l1i_size,
57 # dcache = O3_ARM_v7a_DCache(size = options.l1d_size,
60 icache = L1Cache(size = options.l1i_size,
62 dcache = L1Cache(size = options.l1d_size,

Completed in 241 milliseconds

1234567891011>>