Home
last modified time | relevance | path

Searched refs:PAGE_SIZE (Results 1 – 25 of 27) sorted by relevance

12

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/bits/
A DuClibc_page.h26 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
28 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
30 #define PAGE_MASK (~(PAGE_SIZE-1))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/microblaze/sys/
A Duser.h69 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
70 #define PAGE_MASK (~(PAGE_SIZE-1))
71 #define NBPG PAGE_SIZE
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/xtensa/
A Ddl-startup.h93 got_start = got_loc[x].offset & ~(PAGE_SIZE - 1); \
94 got_end = ((got_loc[x].offset + got_loc[x].length + PAGE_SIZE - 1) \
95 & ~(PAGE_SIZE - 1)); \
A Ddl-sysdep.h47 got_start = got_loc[x].offset & ~(PAGE_SIZE - 1); \
48 got_end = ((got_loc[x].offset + got_loc[x].length + PAGE_SIZE - 1) \
49 & ~(PAGE_SIZE - 1)); \
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/bits/
A DuClibc_page.h25 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
26 #define PAGE_MASK (~(PAGE_SIZE-1))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/m68k/bits/
A DuClibc_page.h38 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
39 #define PAGE_MASK (~(PAGE_SIZE-1))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_page.h25 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
26 #define PAGE_MASK (~(PAGE_SIZE-1))
/l4re-core-master/ldso/ldso/bits/
A DuClibc_page.h6 #define PAGE_SIZE L4_PAGESIZE macro
7 #define PAGE_MASK (~(PAGE_SIZE-1))
/l4re-core-master/ldso/libdl/bits/
A DuClibc_page.h6 #define PAGE_SIZE L4_PAGESIZE macro
7 #define PAGE_MASK (~(PAGE_SIZE-1))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/
A DuClibc_page.h32 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
33 #define PAGE_MASK (~(PAGE_SIZE-1))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/cris/bits/
A DuClibc_page.h25 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
26 #define PAGE_MASK (~(PAGE_SIZE-1))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/microblaze/bits/
A DuClibc_page.h40 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
41 #define PAGE_MASK (~(PAGE_SIZE-1))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/x86_64/sys/
A Duser.h168 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
169 #define PAGE_MASK (~(PAGE_SIZE-1))
170 #define NBPG PAGE_SIZE
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/alpha/sys/
A Duser.h43 #define NBPG PAGE_SIZE
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/ia64/sys/
A Duser.h47 #define NBPG PAGE_SIZE
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dpagecopy.h68 #define PAGE_OFFSET(n) ((n) & (PAGE_SIZE - 1))
/l4re-core-master/uclibc/lib/libpthread/src/
A Dinternals.h204 #ifndef PAGE_SIZE
205 #define PAGE_SIZE (L4_PAGESIZE) macro
210 #define INITIAL_STACK_SIZE (4 * PAGE_SIZE)
216 #define THREAD_MANAGER_STACK_SIZE (2 * PAGE_SIZE - 32)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios2/sys/
A Duser.h88 #define NBPG PAGE_SIZE
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/bfin/sys/
A Duser.h52 #define NBPG PAGE_SIZE
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/i386/sys/
A Duser.h95 #define NBPG PAGE_SIZE
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/elf/
A Ddl-support.c48 _dl_pagesize = (av[AT_PAGESZ].a_un.a_val) ? (size_t) av[AT_PAGESZ].a_un.a_val : PAGE_SIZE; in _dl_aux_init()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/arm/
A Delfinterp.c166 fix_page = _dl_mmap (NULL, PAGE_SIZE , PROT_READ | PROT_WRITE | PROT_EXEC,
176 if (fix_offset >= PAGE_SIZE)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/sys/
A Duser.h210 #define NBPG PAGE_SIZE
/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/
A Dtst-getconf.sh135 PAGE_SIZE
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dparse_config.c78 parsr->line_len += PAGE_SIZE; in bb_get_chunk_with_continuation()

Completed in 38 milliseconds

12