/l4re-core-master/sigma0/server/src/ |
A D | page_alloc.h | 31 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 D | page_alloc.cc | 14 static char page_alloc_scratch_mem[L4_PAGESIZE] __attribute__((aligned(L4_PAGESIZE)));
|
A D | mem_man.cc | 351 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 D | quota.cc | 23 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 D | main.cc | 136 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 D | boot_fs.cc | 119 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 D | dataspace_noncont.cc | 313 if (size <= L4_PAGESIZE) in create() 315 else if (size <= L4_PAGESIZE * (L4_PAGESIZE / sizeof(unsigned long))) in create()
|
A D | mem.cc | 35 s, L4_PAGESIZE); in uclibc_morecore()
|
A D | loader.cc | 63 _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 D | param.h | 7 #ifdef L4_PAGESIZE 8 #define EXEC_PAGESIZE L4_PAGESIZE
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-arm/include/linux/ |
A D | param.h | 7 #ifdef L4_PAGESIZE 8 #define EXEC_PAGESIZE L4_PAGESIZE
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-arm64/include/linux/ |
A D | param.h | 7 #ifdef L4_PAGESIZE 8 #define EXEC_PAGESIZE L4_PAGESIZE
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-x86/include/linux/ |
A D | param.h | 7 #ifdef L4_PAGESIZE 8 #define EXEC_PAGESIZE L4_PAGESIZE
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-mips/include/linux/ |
A D | param.h | 8 #ifdef L4_PAGESIZE 9 #define EXEC_PAGESIZE L4_PAGESIZE
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-ppc32/include/linux/ |
A D | param.h | 15 #ifdef L4_PAGESIZE 16 #define EXEC_PAGESIZE L4_PAGESIZE
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-sparc/include/linux/ |
A D | param.h | 15 #ifdef L4_PAGESIZE 16 #define EXEC_PAGESIZE L4_PAGESIZE
|
/l4re-core-master/l4sys/include/ |
A D | consts.h | 313 #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 D | util.h | 64 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 D | util.h | 65 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 D | util.h | 101 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 D | ro_file_impl.h | 46 buf->st_blksize = L4_PAGESIZE; in fstat64() 72 void const *file = (void*)L4_PAGESIZE; in preadv()
|
/l4re-core-master/ldso/ldso/bits/ |
A D | uClibc_page.h | 6 #define PAGE_SIZE L4_PAGESIZE
|
/l4re-core-master/ldso/libdl/bits/ |
A D | uClibc_page.h | 6 #define PAGE_SIZE L4_PAGESIZE
|
/l4re-core-master/l4re/util/libs/ |
A D | kumem_alloc.cc | 35 unsigned long sz = (1 << pages_order) * L4_PAGESIZE; in kumem_alloc()
|
/l4re-core-master/libloader/include/ |
A D | elf | 124 _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)))
|