Home
last modified time | relevance | path

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

/fs/
Dbinfmt_som.c53 #define SOM_PAGEALIGN(_v) (((_v) + SOM_PAGESIZE - 1) & ~(SOM_PAGESIZE - 1)) macro
147 code_size = SOM_PAGEALIGN(hpuxhdr->exec_tsize); in map_som_binary()
158 data_size = SOM_PAGEALIGN(hpuxhdr->exec_dsize); in map_som_binary()
169 som_brk = bss_start + SOM_PAGEALIGN(hpuxhdr->exec_bsize); in map_som_binary()