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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dbinfmt_som.c50 #define SOM_PAGEALIGN(_v) (((_v) + SOM_PAGESIZE - 1) & ~(SOM_PAGESIZE - 1)) macro
144 code_size = SOM_PAGEALIGN(hpuxhdr->exec_tsize);
155 data_size = SOM_PAGEALIGN(hpuxhdr->exec_dsize);
166 som_brk = bss_start + SOM_PAGEALIGN(hpuxhdr->exec_bsize);

Completed in 100 milliseconds