Home
last modified time | relevance | path

Searched refs:L4_PAGESIZE (Results 1 – 25 of 48) sorted by relevance

12

/l4re-core-master/sigma0/server/src/
A Dpage_alloc.h31 allocator()->free(m, L4_PAGESIZE); in free()
32 _total += L4_PAGESIZE; in free()
45 { return (T *)_alloc.alloc(L4_PAGESIZE,L4_PAGESIZE); } in alloc()
48 { _alloc.free(b, L4_PAGESIZE); } in free()
53 : public cxx::Slab_static<Type, L4_PAGESIZE, 2, Page_alloc>
A Dpage_alloc.cc14 static char page_alloc_scratch_mem[L4_PAGESIZE] __attribute__((aligned(L4_PAGESIZE)));
A Dmem_man.cc351 if (st < i->end() && i->end() - st >= L4_PAGESIZE - 1) in morecore()
365 Region a = Region::bs(l4_round_page(n->end() - L4_PAGESIZE - 1), in morecore()
366 L4_PAGESIZE, sigma0_taskno); in morecore()
/l4re-core-master/moe/server/src/
A Dquota.cc23 if (_quota.alloc(L4_PAGESIZE)) in get_mem()
27 _quota.free(L4_PAGESIZE); in get_mem()
37 _quota.free(L4_PAGESIZE); in free_mem()
A Dmain.cc136 addr = L4_PAGESIZE; in find_memory()
137 size -= L4_PAGESIZE; in find_memory()
236 L4_PAGESIZE, L4Re::Dataspace::F::RX); in init_kip_ds()
504 static __attribute__((aligned(L4_PAGESIZE))) char buf[3 * L4_PAGESIZE]; in init_emergency_memory()
533 i+= L4_PAGESIZE) in main()
A Dboot_fs.cc119 char *n = (char *)Single_page_alloc_base::_alloc(_space + L4_PAGESIZE, in add()
124 _space += L4_PAGESIZE; in add()
151 unsigned _space = L4_PAGESIZE;
A Ddataspace_noncont.cc313 if (size <= L4_PAGESIZE) in create()
315 else if (size <= L4_PAGESIZE * (L4_PAGESIZE / sizeof(unsigned long))) in create()
A Dmem.cc35 s, L4_PAGESIZE); in uclibc_morecore()
A Dloader.cc63 _stack->set_local_top(stack->address(size - L4_PAGESIZE).adr<char*>() + L4_PAGESIZE); in __alloc_app_stack()
/l4re-core-master/uclibc/lib/uclibc/ARCH-amd64/include/linux/
A Dparam.h7 #ifdef L4_PAGESIZE
8 #define EXEC_PAGESIZE L4_PAGESIZE
/l4re-core-master/uclibc/lib/uclibc/ARCH-arm/include/linux/
A Dparam.h7 #ifdef L4_PAGESIZE
8 #define EXEC_PAGESIZE L4_PAGESIZE
/l4re-core-master/uclibc/lib/uclibc/ARCH-arm64/include/linux/
A Dparam.h7 #ifdef L4_PAGESIZE
8 #define EXEC_PAGESIZE L4_PAGESIZE
/l4re-core-master/uclibc/lib/uclibc/ARCH-x86/include/linux/
A Dparam.h7 #ifdef L4_PAGESIZE
8 #define EXEC_PAGESIZE L4_PAGESIZE
/l4re-core-master/uclibc/lib/uclibc/ARCH-mips/include/linux/
A Dparam.h8 #ifdef L4_PAGESIZE
9 #define EXEC_PAGESIZE L4_PAGESIZE
/l4re-core-master/uclibc/lib/uclibc/ARCH-ppc32/include/linux/
A Dparam.h15 #ifdef L4_PAGESIZE
16 #define EXEC_PAGESIZE L4_PAGESIZE
/l4re-core-master/uclibc/lib/uclibc/ARCH-sparc/include/linux/
A Dparam.h15 #ifdef L4_PAGESIZE
16 #define EXEC_PAGESIZE L4_PAGESIZE
/l4re-core-master/l4sys/include/
A Dconsts.h313 #define L4_PAGESIZE (1UL << L4_PAGESHIFT) macro
322 #define L4_PAGEMASK (~(L4_PAGESIZE - 1))
396 { return (address + L4_PAGESIZE - 1) & L4_PAGEMASK; } in l4_round_page()
/l4re-core-master/l4util/include/ARCH-amd64/
A Dutil.h64 for(;bptr<=eptr;bptr+=L4_PAGESIZE){ in l4_touch_ro()
81 for(;bptr<=eptr;bptr+=L4_PAGESIZE){ in l4_touch_rw()
/l4re-core-master/l4util/include/ARCH-x86/
A Dutil.h65 for(;bptr<=eptr;bptr+=L4_PAGESIZE){ in l4_touch_ro()
82 for(;bptr<=eptr;bptr+=L4_PAGESIZE){ in l4_touch_rw()
/l4re-core-master/l4util/include/
A Dutil.h101 for (; b <= e; b += L4_PAGESIZE) in l4_touch_ro()
114 for (; b <= e; b += L4_PAGESIZE) in l4_touch_rw()
/l4re-core-master/l4re_vfs/include/impl/
A Dro_file_impl.h46 buf->st_blksize = L4_PAGESIZE; in fstat64()
72 void const *file = (void*)L4_PAGESIZE; in preadv()
/l4re-core-master/ldso/ldso/bits/
A DuClibc_page.h6 #define PAGE_SIZE L4_PAGESIZE
/l4re-core-master/ldso/libdl/bits/
A DuClibc_page.h6 #define PAGE_SIZE L4_PAGESIZE
/l4re-core-master/l4re/util/libs/
A Dkumem_alloc.cc35 unsigned long sz = (1 << pages_order) * L4_PAGESIZE; in kumem_alloc()
/l4re-core-master/libloader/include/
A Delf124 _mm->local_detach_ds((l4_addr_t)_eh, L4_PAGESIZE);
145 mm->local_attach_ds(bin, L4_PAGESIZE, 0));
158 if (phoffset + phsize > L4_PAGESIZE)
300 mm->prog_attach_ds(l4_addr_t(paddr), L4_PAGESIZE,
314 l4_umword_t page_offs = ph.offset() & (L4_PAGESIZE-1);
316 if (fsz && page_offs != (ph.paddr() & (L4_PAGESIZE-1)))

Completed in 26 milliseconds

12