Searched refs:PAGE_SIZE (Results 1 – 25 of 33) sorted by relevance
12
118 #ifndef PAGE_SIZE119 #define PAGE_SIZE 4096 macro122 #define PAGESIZE PAGE_SIZE126 #define PAGE_MASK (~(PAGE_SIZE - 1))
128 #define PTHREAD_STACK_MIN (4 * PAGE_SIZE)130 #define PTHREAD_STACK_MIN (2 * PAGE_SIZE)
16 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro17 #define PAGE_MASK (~(PAGE_SIZE-1))
15 #define SHMLBA (4 * PAGE_SIZE)
56 #define NBPG PAGE_SIZE
22 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro24 #define PAGE_MASK (~(PAGE_SIZE-1))
21 #define SHMLBA PAGE_SIZE
86 #define NBPG PAGE_SIZE
70 #define MLOCK_LIMIT ((PAGE_SIZE > 64*1024) ? PAGE_SIZE : 64*1024)
24 #define MAX_ARG_STRLEN (PAGE_SIZE * 32)
105 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)120 #define PAGE_SIZE 0x400 macro121 #define SEGMENT_SIZE PAGE_SIZE
103 #define N_TXTADDR(x) (N_MAGIC(x) == QMAGIC ? PAGE_SIZE : 0)116 #define PAGE_SIZE 0x400 macro117 #define SEGMENT_SIZE PAGE_SIZE126 #define SEGMENT_SIZE PAGE_SIZE
21 #define PID_MAX_LIMIT (CONFIG_BASE_SMALL ? PAGE_SIZE * 8 : (sizeof(long) > 4 ? 4 * 1024 * 1024 : …
39 #define SKB_MAX_ORDER(X, ORDER) (((PAGE_SIZE << (ORDER)) - (X) - sizeof(struct skb_shared_info)) …56 #define MAX_SKB_FRAGS (65536/PAGE_SIZE + 2)
27 #define PAGE_CACHE_SIZE PAGE_SIZE
56 #define MLOCK_LIMIT (8 * PAGE_SIZE)
22 #define SHMALL (SHMMAX/PAGE_SIZE*(SHMMNI/16))
23 #define FIX_SIZE(x) ((((x) - 1) & PAGE_MASK) + PAGE_SIZE)
41 #define RPCSVC_MAXPAGES ((RPCSVC_MAXPAYLOAD+PAGE_SIZE-1)/PAGE_SIZE + 2)
25 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
40 #define PTRS_PER_PTE ((PAGE_SIZE << PTE_ORDER) / sizeof(pte_t))46 #define VMALLOC_END (FIXADDR_START-2*PAGE_SIZE)
42 #define NBPG PAGE_SIZE
35 #define TASK_UNMAPPED_BASE ((TASK_SIZE / 3) & ~(PAGE_SIZE))
110 #define PAGESIZE PAGE_SIZE