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

/gem5/src/arch/power/
H A Dprocess.cc182 int frame_size = local
191 int partial_size = frame_size;
195 int space_needed = frame_size + aux_padding;
/gem5/src/arch/sparc/
H A Dprocess.cc305 int frame_size = local
314 int aligned_partial_size = roundUp(frame_size, align);
315 int aux_padding = aligned_partial_size - frame_size;
320 frame_size;
/gem5/src/arch/arm/
H A Dprocess.cc363 int frame_size = local
372 int partial_size = frame_size;
376 int space_needed = frame_size + aux_padding;
/gem5/src/arch/x86/
H A Dprocess.cc938 int frame_size = local
946 int partial_size = frame_size + aux_data_size;
954 frame_size;

Completed in 15 milliseconds