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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dsmp.c75 unsigned long start_here = __pa((u32)*((unsigned long *) local
97 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, lcpu);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dsmp.c96 unsigned long start_here = __pa((u32)*((unsigned long *) local
127 status = rtas_call(start_cpu, 3, 1, NULL, pcpu, start_here, pcpu);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_atempo.c777 const int64_t start_here = FFMAX(atempo->position[1], local
783 const int64_t overlap = stop_here - start_here;
785 const int64_t ia = start_here - prev->position[1];
786 const int64_t ib = start_here - frag->position[1];
796 av_assert0(start_here <= stop_here &&
797 frag->position[1] <= start_here &&
904 int64_t start_here; local
953 start_here = FFMAX(atempo->position[1], overlap_end);
955 offset = start_here - frag->position[1];
956 av_assert0(start_here <
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dhead.S205 ori r15,r0,start_here
212 start_here: label
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_40x.S80 lis r0,start_here@h
81 ori r0,r0,start_here@l
812 start_here: label
892 * at this point. However, start_here is at virtual address
H A Dhead_8xx.S97 lis r0,start_here@h
98 ori r0,r0,start_here@l
704 start_here: label
H A Dhead_32.S102 * start_here() to do the real work.
209 lis r0,start_here@h
210 ori r0,r0,start_here@l
958 start_here: label

Completed in 46 milliseconds