Home
last modified time | relevance | path

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

/fs/
Dbinfmt_som.c51 #define SOM_PAGESTART(_v) ((_v) & ~(unsigned long)(SOM_PAGESIZE-1)) macro
146 code_start = SOM_PAGESTART(hpuxhdr->exec_tmem); in map_som_binary()
152 flags, SOM_PAGESTART(hpuxhdr->exec_tfile)); in map_som_binary()
157 data_start = SOM_PAGESTART(hpuxhdr->exec_dmem); in map_som_binary()
164 SOM_PAGESTART(hpuxhdr->exec_dfile)); in map_som_binary()