Home
last modified time | relevance | path

Searched refs:SEGMENT_SIZE (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Da.out.h119 #define SEGMENT_SIZE page_size macro
122 #define SEGMENT_SIZE 0x2000 macro
125 #define SEGMENT_SIZE 0x20000 macro
129 #define SEGMENT_SIZE PAGE_SIZE macro
139 #define SEGMENT_SIZE 1024 macro
141 #ifndef SEGMENT_SIZE
143 #define SEGMENT_SIZE PAGE_SIZE macro
145 #define SEGMENT_SIZE getpagesize() macro
151 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)