Searched refs:gzstate (Results 1 – 2 of 2) sorted by relevance
/arch/powerpc/boot/ |
D | main.c | 21 static struct gunzip_state gzstate; variable 40 gunzip_start(&gzstate, vmlinuz_addr, vmlinuz_size); in prep_kernel() 41 gunzip_exactly(&gzstate, elfheader, sizeof(elfheader)); in prep_kernel() 78 gunzip_discard(&gzstate, ei.elfoffset - sizeof(elfheader)); in prep_kernel() 79 len = gunzip_finish(&gzstate, addr, ei.loadsize); in prep_kernel()
|
D | prpmc2800.c | 511 static struct gunzip_state gzstate; variable 533 gunzip_start(&gzstate, vmlinuz_addr, vmlinuz_size); in platform_init() 534 gunzip_exactly(&gzstate, elfheader, sizeof(elfheader)); in platform_init()
|