Searched refs:base (Results 126 - 150 of 464) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/tools/arm_molly/
H A Dbuild_multiboot.c106 uint64_t base, len; local
109 &base, &len, &type);
111 n_mmaps, base, len, type);
114 n_mmaps, base, len, type);
117 uint32_t base, len; local
120 &base, &len, &type);
122 n_mmaps, base, len, type);
125 n_mmaps, base, len, type);
/barrelfish-2018-10-04/usr/acpi/arch/x86/
H A Dioapic.c28 * Initializes the I/O APIC pointed to by 'a', with virtual base
29 * address 'base', ID 'id' and INTI base 'irqbase'. All interrupts are
33 * \param base Virtual base address for I/O APIC registers.
35 * \param irqbase INTI base (from ACPI).
39 errval_t ioapic_init(struct ioapic *a, lvaddr_t base, uint8_t id, argument
42 lpc_ioapic_initialize(&a->dev, (void *)base);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dgfp.h146 *phys_addr = fid.base; //this is the physical address
154 /*printf("_paddr1: %"PRIx64"\n", fid.base);*/
208 page->phys_addr = fid.base; //this is the physical address
217 /*printf("_paddr2: %"PRIx64"\n", fid.base);*/
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dprintfcommon.h165 __ultoa(u_long val, CHAR *endp, int base, int octzero, const char *xdigs) argument
174 switch (base) {
221 __ujtoa(uintmax_t val, CHAR *endp, int base, int octzero, const char *xdigs) argument
229 return (__ultoa((u_long)val, endp, base, octzero, xdigs));
230 switch (base) {
H A Dvfscanf.c318 parseint(FILE *fp, char * __restrict buf, int width, int base, int flags) argument
338 * been scanned (only signs), we will have base==0.
346 if (base == 0) {
347 base = 8;
359 base = basefix[base];
365 base = basefix[base];
366 if (base <= 8)
376 /* no need to fix base her
478 int base; /* base argument to conversion function */ local
[all...]
H A Dvfwscanf.c302 parseint(FILE *fp, wchar_t *buf, int width, int base, int flags, argument
323 * been scanned (only signs), we will have base==0.
331 if (base == 0) {
332 base = 8;
344 base = basefix[base];
350 base = basefix[base];
351 if (base <= 8)
361 /* no need to fix base her
458 int base; /* base argument to conversion function */ local
[all...]
/barrelfish-2018-10-04/lib/libc/stdlib/
H A Dtdelete.c49 * this the base node and reset the path. \
51 base = leaf; \
62 base = leaf; \
74 node_t *root, **base, **leaf, *old, **n, *x, *y, *z; local
91 base = &root;
137 for (n = base; n != leaf;) {
/barrelfish-2018-10-04/tools/usbboot/arch/omap4/
H A Drom_usb.c40 u32 base; local
46 base = PUBLIC_API_BASE_4460;
48 base = PUBLIC_API_BASE_4430;
50 rom_get_per_driver = API(base + PUBLIC_GET_DRIVER_PER_OFFSET);
51 rom_get_per_device = API(base + PUBLIC_GET_DEVICE_PER_OFFSET);
/barrelfish-2018-10-04/lib/lua/src/
H A Dlvm.c379 static Closure *getcached (Proto *p, UpVal **encup, StkId base) { argument
386 TValue *v = uv[i].instack ? base + uv[i].idx : encup[uv[i].idx]->v;
401 static void pushclosure (lua_State *L, Proto *p, UpVal **encup, StkId base, argument
411 ncl->l.upvals[i] = luaF_findupval(L, base + uv[i].idx);
425 StkId base = ci->u.l.base; local
432 setobjs2s(L, base + GETARG_A(inst), --L->top);
441 ttisnil(luaT_gettmbyobj(L, base + GETARG_B(inst), TM_LE)))
451 int total = cast_int(top - 1 - (base + b)); /* yet to concatenate */
458 setobj2s(L, ci->u.l.base
538 StkId base; local
[all...]
/barrelfish-2018-10-04/tools/weever/
H A Delf64.c76 * \brief Calculates the base of the loadable portion of the elf image in
211 * \param src Former base address of the ELF image.
216 * \param start Original base address of the ELF image (needed for
225 genvaddr_t base = dst - src, abase = dst - start; local
249 // relocation from the old position. Thus, base and not
254 *addr += base;
269 * This function loads an ELF64 binary image, based at 'base' and of size
275 * \param base Base address of ELF64 binary image in memory.
278 * \param ret_tlsbase Used to return TLS block base address
283 void *state, lvaddr_t base, size_
282 elf64_load(uint16_t em_machine, elf_allocator_fn allocate_func, void *state, lvaddr_t base, size_t size, genvaddr_t *retentry, genvaddr_t *ret_tlsbase, size_t *ret_tlsinitlen, size_t *ret_tlstotallen) argument
[all...]
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dmem_serv.c137 genpaddr_t base, uint8_t bits,
145 ret = mm_free(mm, ramcap, base, bits);
149 ret = mm_add(mm, ramcap, bits, base);
179 printf("%d: Cap is type %d Ram base 0x%"PRIxGENPADDR
181 info.type, info.u.ram.base, info.u.ram.base,
185 return do_free(&mm_percore, ramcap, info.u.ram.base,
189 errval_t percore_free_handler_common(struct capref ramcap, genpaddr_t base, argument
192 return do_free(&mm_percore, ramcap, base, bits, &mem_avail);
378 genpaddr_t base; local
136 do_free(struct mm *mm, struct capref ramcap, genpaddr_t base, uint8_t bits, memsize_t *mem_available) argument
[all...]
/barrelfish-2018-10-04/usr/bench/mdb_bench/
H A Dmain.c12 static void test(char *base, size_t size, size_t runs, reset_fn reset, measure_fn measure, const char *name) argument
15 struct cte *ctes = (struct cte*)base;
24 reset(base, size);
47 reset_and_dump(char *base, size_t size, size_t runs, reset_fn reset, const char *name) argument
50 struct cte *ctes = (struct cte*)base;
55 reset(base, size);
67 name, num_caps, run, curr->u.ram.base, curr->u.ram.bytes,
/barrelfish-2018-10-04/usr/monitor/
H A Dspawn.c319 genpaddr_t base; member in struct:__anon1782
324 genpaddr_t base, uint32_t bytes)
326 assert(spawnd_image.base == 0);
327 assert(base > 0 && bytes > 0);
328 spawnd_image.base = base;
346 while(spawnd_image.base == 0) {
355 .base = spawnd_image.base,
323 spawnd_image_reply_handler(struct intermon_binding *b, genpaddr_t base, uint32_t bytes) argument
/barrelfish-2018-10-04/lib/barrelfish/
H A Dmorecore.c31 typedef void (*morecore_free_func_t)(void *base, size_t bytes);
91 static void morecore_free(void *base, size_t bytes) argument
95 (lvaddr_t)base, bytes);
/barrelfish-2018-10-04/lib/barrelfish/vspace/
H A Dvregion.c50 vregion->base = address;
116 vregion->base = addr;
179 genvaddr_t offset = addr - vregion->base;
/barrelfish-2018-10-04/usr/kaluga/
H A Dstart_decnet.c105 uint32_t base, limit; local
106 while(skb_read_list(&status, "int(%d,%d)", &base, &limit)) {
107 KALUGA_DEBUG("Get interrupt cap for range: base=%"PRIu32", "
108 "limit=%"PRIu32"\n", base, limit);
/barrelfish-2018-10-04/usr/tests/vspace_tests/
H A Dvspace_dump.c12 genvaddr_t base = vregion_get_base_addr(walk); local
14 printf("vregion at %"PRIxGENVADDR", size = %"PRIxGENVADDR"\n", base, size);
111 fi.base, info->offset, ((size_t)1)<<fi.bits);
/barrelfish-2018-10-04/kernel/
H A Dcap_delete.c248 ram.base = get_address(cap);
254 ram.base = local_phys_to_gen_phys(mem_to_local_phys((lvaddr_t)cap->u.dispatcher.dcb));
261 ram.base = get_address(cap);
313 printk(LOG_WARN, "dropping ram cap base %08"PRIxGENPADDR" bytes 0x%"PRIxGENSIZE"\n", ram.base, ram.bytes);
316 printk(LOG_WARN, "dropped ram cap base %08"PRIxGENPADDR" bytes 0x%"PRIxGENSIZE"\n", ram.base, ram.bytes);
470 * \param base The data for the capability being revoked
472 * capability copy will not be marked. If supplied, is_copy(base,
478 errval_t caps_mark_revoke(struct capability *base, struc argument
[all...]
H A Dcapabilities.c66 cap->u.physaddr.base, cap->u.physaddr.bytes);
70 cap->u.ram.base, cap->u.ram.bytes);
74 "(base=%#"PRIxGENPADDR", allocated bytes %#"PRIxGENSIZE
83 "(base=%#"PRIxGENPADDR", rights mask %#"PRIxCAPRIGHTS")",
93 cap->u.frame.base, cap->u.frame.bytes);
97 cap->u.devframe.base, cap->u.devframe.bytes);
101 cap->u.vnode_arm_l1.base);
105 cap->u.vnode_arm_l2.base);
109 cap->u.vnode_aarch64_l0.base);
113 cap->u.vnode_aarch64_l1.base);
1425 genpaddr_t base = 0; local
[all...]
/barrelfish-2018-10-04/lib/libc/sys/barrelfish/
H A Dsyscalls.c17 typedef void (*morecore_free_func_t)(void *base, size_t bytes);
/barrelfish-2018-10-04/include/target/aarch64/barrelfish_kpi/
H A Darm_core_data.h32 genpaddr_t base; member in struct:armv8_coredata_memreg
/barrelfish-2018-10-04/include/target/x86_64/barrelfish_kpi/
H A Dcpu_target.h91 uint64_t base:32; member in struct:segment_descriptor::__anon361
/barrelfish-2018-10-04/include/vm/
H A Dphys_pager.c188 vm_pindex_t base, end; local
190 base = rounddown2(pindex, PHYSCLUSTER);
191 end = base + (PHYSCLUSTER - 1);
193 *before = pindex - base;
/barrelfish-2018-10-04/kernel/arch/armv7/
H A Dplat_omap44xx.c49 lvaddr_t base = paging_map_device(uart_base[port], uart_size[port]); local
50 omap_uart_init(port, base, initialize_hw);
86 static size_t bank_size(int bank, lpaddr_t base) argument
92 omap44xx_emif_initialize(&emif, (mackerel_addr_t)base);
133 /* Read the base clock frequency, SYS_CLK. */
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dexec.c166 "movq 1*8(%[regs]), %%rbx \n\t" // RBX was base register
239 * \param base Virtual address of 64-bit word to monitor
244 * Returns when the 64-bit word at base is not equal to lastval.
246 void monitor_mwait(lvaddr_t base, uint64_t lastval, uint32_t extensions, argument
249 volatile uint64_t *val = (uint64_t *)base;
255 monitor(base, extensions, hints);
288 ldt_descriptor[1].sys_hi.base = ldt_base >> 32;

Completed in 288 milliseconds

1234567891011>>