Searched refs:base (Results 276 - 300 of 464) sorted by relevance

<<111213141516171819

/barrelfish-2018-10-04/kernel/arch/k1om/
H A Dstartup_arch.c40 /// Quick way to find the base address of a cnode capability
100 * the virtual base address 'vbase' of a program segment of the init executable,
102 * to the sequential area of physical memory, given by 'base'. If you
106 * \param vbase Virtual base address of program segment.
107 * \param base Physical base address of program segment.
111 errval_t startup_map_init(lvaddr_t vbase, lpaddr_t base, size_t size, argument
116 paging_align(&vbase, &base, &size, BASE_PAGE_SIZE);
122 vaddr += BASE_PAGE_SIZE, base += BASE_PAGE_SIZE) {
131 debug(SUBSYS_PAGING, "Mapping 4K page: vaddr = 0x%lx, base
[all...]
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dstartup_arch.c37 /// Quick way to find the base address of a cnode capability
97 * the virtual base address 'vbase' of a program segment of the init executable,
99 * to the sequential area of physical memory, given by 'base'. If you
103 * \param vbase Virtual base address of program segment.
104 * \param base Physical base address of program segment.
108 errval_t startup_map_init(lvaddr_t vbase, lpaddr_t base, size_t size, argument
113 paging_align(&vbase, &base, &size, BASE_PAGE_SIZE);
119 vaddr += BASE_PAGE_SIZE, base += BASE_PAGE_SIZE) {
128 debug(SUBSYS_PAGING, "Mapping 4K page: vaddr = 0x%lx, base
[all...]
H A Ddebug.c87 lpaddr_t addr = ((union x86_64_ptable_entry*)ptableet)->base.base_addr << 12;
/barrelfish-2018-10-04/lib/vfs/
H A Dmmap.c308 errval_t vspace_map_file_fixed(genvaddr_t base, size_t size, argument
314 assert(base != 0);
315 return vspace_map_file_internal(base, 0, size, flags, file, offset, filesize,
/barrelfish-2018-10-04/include/barrelfish/
H A Dinvocations.h213 ret->base = 0;
226 ret->base = sysret.value & (~BASE_PAGE_MASK);
231 ret->base = 0;
H A Dvspace_common.h50 errval_t vspace_map_anon_fixed(genvaddr_t base, size_t size,
/barrelfish-2018-10-04/usr/tests/xeon_phi_test/
H A Dmain_card.c189 card_base = id.base;
210 debug_printf("msg_open_cb | Frame base: %016lx, size=%lx\n", id.base,
215 host_base = id.base;
H A Dmain_host.c162 host_base = id.base;
214 debug_printf("msg_open_cb | Frame base: %016lx, size=%lx\n", id.base,
228 card_base = id.base;
/barrelfish-2018-10-04/usr/acpi/
H A Dacpi_service.c66 uint64_t base, uint8_t sizebits)
68 ACPI_DEBUG("mm_free_proxy_handler: base: 0x%"PRIx64", sizebits: %d\n", base, sizebits);
70 errval_t err = mm_free(&pci_mm_physaddr, devframe, base, sizebits);
65 mm_free_proxy_handler(struct acpi_binding* b, struct capref devframe, uint64_t base, uint8_t sizebits) argument
/barrelfish-2018-10-04/lib/lua/src/
H A Dlparser.c271 static int singlevaraux (FuncState *fs, TString *n, expdesc *var, int base) { argument
278 if (!base)
826 int base, nparams; local
853 base = f->u.info; /* base register for call */
859 nparams = fs->freereg - (base+1);
861 init_exp(f, VCALL, luaK_codeABC(fs, OP_CALL, base, nparams+1, 2));
863 fs->freereg = base+1; /* call remove function and arguments and leaves
1283 static void forbody (LexState *ls, int base, int line, int nvars, int isnum) { argument
1290 prep = isnum ? luaK_codeAsBx(fs, OP_FORPREP, base, NO_JUM
1312 int base = fs->freereg; local
1337 int base = fs->freereg; local
[all...]
H A Dlua.c174 int base = lua_gettop(L) - narg; /* function index */ local
176 lua_insert(L, base); /* put it under chunk and args */
179 status = lua_pcall(L, narg, nres, base);
181 lua_remove(L, base); /* remove traceback function */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dtsget153 my ($base, $path) = fileparse($input, '\.[^.]*');
154 my $output_base = $base . $options{e};
/barrelfish-2018-10-04/lib/pci/confspace/
H A Dpcie_confspace.c32 int pcie_confspace_init(struct capref ram_cap, lpaddr_t base, uint16_t segment, uint8_t startbusarg, argument
/barrelfish-2018-10-04/tools/arm_molly/
H A Dmolly_init32.c33 static errval_t linear_alloc(void *s, genvaddr_t base, size_t size, uint32_t flags, argument
36 // round to base page size
39 /* *ret = (void *)(uintptr_t)base; */
H A Dmolly_init64.c34 static errval_t linear_alloc(void *s, genvaddr_t base, size_t size, uint32_t flags, argument
37 // round to base page size
40 /* *ret = (void *)(uintptr_t)base; */
/barrelfish-2018-10-04/usr/drivers/cpuboot/
H A Dcoreboot.h76 errval_t elfload_allocate(void *state, genvaddr_t base,
/barrelfish-2018-10-04/usr/drivers/omap44xx/sdma/
H A Dmain.c217 lpaddr_t frame_start = id.base;
326 init_channel_conf(&conf, dst_id.base, src_id.base, 1, 1, 1, 1, count,
350 init_channel_conf(&conf, dst_id.base, 0, 1, 1, 1, 1, count,
/barrelfish-2018-10-04/lib/barrelfish/
H A Dump_chan.c273 uc->recvid = (uintptr_t)id.base;
274 uc->sendid = (uintptr_t)(id.base + inchanlen);
318 uc->recvid = (uintptr_t)(frameid.base + outchanlen);
319 uc->sendid = (uintptr_t)frameid.base;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_user_verbs_exp.h194 struct ib_uverbs_query_device_resp base; member in struct:ib_uverbs_exp_query_device_resp
/barrelfish-2018-10-04/usr/tests/devif/
H A Dclient.c88 phys_rx = id.base;
/barrelfish-2018-10-04/usr/tests/dma_test/
H A Ddma_test.c57 frame_addr = id.base;
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c71 guarantees not to modify any memory locations below the base of
119 base functionality but may be needed in layered extensions).
1323 create_mspace_with_base uses the memory supplied as the initial base
1329 space (if possible) but not the initial base.
1331 DLMALLOC_EXPORT mspace create_mspace_with_base(void* base, size_t capacity, int locked);
1704 typedef void (*morecore_free_func_t)(void *base, size_t bytes);
2115 necessary fields at known offsets from a given base.
2210 and still in-use chunk, or the base of its memory arena. This is
2531 char* base; /* base addres member in struct:malloc_segment
4150 char* base = (char*)CALL_MORECORE(0); local
4314 char* base = sp->base; local
5501 create_mspace_with_base(void* base, size_t capacity, int locked) argument
5539 char* base = sp->base; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dknowbase-sec.tex64 Traditionally the rules and facts that make up the knowledge base
72 it becomes much easier to maintain a knowledge base and
83 The predicates used to implement a knowledge base are very similar to those
92 perform the same job for the knowledge base as the \verb+-db+ versions
97 \paragraph{createkb(KB)} creates a knowledge base.
98 Physically, the knowledge base is
100 the full pathname is not given the knowledge base is created in
103 \paragraph{openkb(KB)} opens the knowledge base specified by `KB'.
105 \paragraph{closekb} closes the knowledge base that is currently open.
205 for each of the relations in the open knowledge base
[all...]
/barrelfish-2018-10-04/lib/barrelfish/arch/arm/
H A Dpmap.c416 (fi.base & LARGE_PAGE_MASK) == 0) {
513 // get base address and size of frame
524 (fi.base & LARGE_PAGE_MASK) == 0) {
737 size_t base; local
751 (fi.base & LARGE_PAGE_MASK) == 0) {
753 base = LARGE_PAGE_OFFSET(offset);
757 printf("map: large path, page_size: %i, base: %i, slabs: %i, size: %i,"
758 "frame size: %zu\n", page_size, base, slabs_required, size, fi.bytes);
762 base = BASE_PAGE_OFFSET(offset);
766 size += base;
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/apps/snmp_private_mib/
H A Dlwip_prvmib.c208 long base; local
210 nbytes = getdirentries(fd, buf, bufsize, &base);

Completed in 311 milliseconds

<<111213141516171819