Searched defs:PAGE_SIZE (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/bionic/libc/kernel/uapi/linux/
H A Da.out.h105 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)
120 #define PAGE_SIZE 0x400 macro
121 #define SEGMENT_SIZE PAGE_SIZE

Completed in 113 milliseconds