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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/frv/mm/
H A Dinit.c155 int codek = 0, datak = 0; local
176 codek = ((unsigned long) &_etext - (unsigned long) &_stext) >> 10;
180 codek = (_etext - _stext) >> 10;
188 (rom_length > 0) ? ((rom_length >> 10) - codek) : 0,
190 codek,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/mm/
H A Dinit.c130 unsigned int codek = 0, datak = 0, initk = 0; local
146 codek = (_etext - _stext) >> 10;
153 tmp >> 10, len >> 10, initk, codek, datak, DMA_UNCACHED_REGION >> 10);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/mm/
H A Dinit.c154 int codek = 0, datak = 0, initk = 0; local
176 codek = (&_etext - &_stext) >> 10;
184 (rom_length > 0) ? ((rom_length >> 10) - codek) : 0,
186 codek,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/mm/
H A Dinit.c152 int codek = 0, datak = 0, initk = 0; local
173 codek = (&_etext - &_stext) >> 10;
181 codek,

Completed in 122 milliseconds