Home
last modified time | relevance | path

Searched refs:memsz (Results 1 – 3 of 3) sorted by relevance

/xv6-public/
H A Dbootmain.c40 if(ph->memsz > ph->filesz) in bootmain()
41 stosb(pa + ph->filesz, 0, ph->memsz - ph->filesz); in bootmain()
H A Dexec.c48 if(ph.memsz < ph.filesz) in exec()
50 if(ph.vaddr + ph.memsz < ph.vaddr) in exec()
52 if((sz = allocuvm(pgdir, sz, ph.vaddr + ph.memsz)) == 0) in exec()
H A Delf.h31 uint memsz; member