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

/gem5/src/base/
H A Dchunk_generator.hh97 nextAddr = roundUp(startAddr, chunkSize);
H A Dintmath.hh205 roundUp(const T& val, const U& align) function
/gem5/src/arch/sparc/
H A Dprocess.hh83 brk_point = roundUp(brk_point, SparcISA::PageBytes);
128 brk_point = roundUp(brk_point, SparcISA::PageBytes);
H A Dprocess.cc291 int info_block_size = roundUp(base_info_block_size, align);
314 int aligned_partial_size = roundUp(frame_size, align);
328 roundUp(memState->getStackSize(), pageSize));
/gem5/src/arch/power/
H A Dprocess.cc61 brk_point = roundUp(brk_point, PageBytes);
192 int aligned_partial_size = roundUp(partial_size, align);
204 roundUp(memState->getStackSize(), pageSize));
/gem5/src/arch/riscv/
H A Dprocess.cc78 const Addr brk_point = roundUp(objFile->bssBase() + objFile->bssSize(),
91 const Addr brk_point = roundUp(objFile->bssBase() + objFile->bssSize(),
159 roundUp(memState->getStackSize(), pageSize));
/gem5/src/arch/mips/
H A Dprocess.cc70 brk_point = roundUp(brk_point, PageBytes);
158 allocateMem(memState->getStackMin(), roundUp(memState->getStackSize(),
/gem5/src/arch/alpha/
H A Dprocess.cc59 brk_point = roundUp(brk_point, PageBytes);
146 allocateMem(memState->getStackMin(), roundUp(memState->getStackSize(),
/gem5/src/arch/arm/
H A Dprocess.cc78 Addr brk_point = roundUp(objFile->dataBase() + objFile->dataSize() +
93 Addr brk_point = roundUp(objFile->dataBase() + objFile->dataSize() +
373 int aligned_partial_size = roundUp(partial_size, align);
384 roundUp(memState->getStackSize(), pageSize));
/gem5/src/gpu-compute/
H A Dhsail_code.hh362 roundUp(getSize(Brig::BRIG_SEGMENT_PRIVATE), 8);
365 roundUp(getSize(Brig::BRIG_SEGMENT_SPILL), 8);
H A Dhsail_code.cc299 offset = roundUp(nextOffset, getBrigDataTypeBytes(sym->type &
303 offset = roundUp(nextOffset, getBrigDataTypeBytes(sym->type));
H A Dshader.cc82 length = roundUp(length, TheISA::PageBytes);
/gem5/src/arch/x86/
H A Dprocess.cc139 Addr brk_point = roundUp(objFile->dataBase() + objFile->dataSize() +
179 Addr brk_point = roundUp(objFile->dataBase() + objFile->dataSize() +
925 int info_block_size = roundUp(base_info_block_size, align);
947 int aligned_partial_size = roundUp(partial_size, align);
962 stack_size = roundUp(stack_size, pageSize);
H A Dsystem.cc306 ebdaPos = roundUp(ebdaPos, 16);
/gem5/src/sim/
H A Dprocess.cc464 Addr interp_mapsize = roundUp(interp->mapSize(), TheISA::PageBytes);
H A Dsyscall_emul.cc271 Addr next_page = roundUp(gen.addr(), PageBytes);
H A Dsyscall_emul.hh1179 new_length = roundUp(new_length, TheISA::PageBytes);
1788 length = roundUp(length, TheISA::PageBytes);

Completed in 27 milliseconds