Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Da.out.h117 #define SEGMENT_SIZE page_size macro
120 #define SEGMENT_SIZE 0x2000 macro
123 #define SEGMENT_SIZE 0x20000 macro
127 #define SEGMENT_SIZE PAGE_SIZE macro
133 #define SEGMENT_SIZE 1024 macro
135 #ifndef SEGMENT_SIZE
136 #define SEGMENT_SIZE PAGE_SIZE macro
141 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)