ZERO_PGE 207 arch/alpha/boot/bootp.c memset((char*)ZERO_PGE, 0, PAGE_SIZE); ZERO_PGE 208 arch/alpha/boot/bootp.c strcpy((char*)ZERO_PGE, envval); ZERO_PGE 210 arch/alpha/boot/bootp.c ((long *)(ZERO_PGE+256))[0] = initrd_start; ZERO_PGE 211 arch/alpha/boot/bootp.c ((long *)(ZERO_PGE+256))[1] = INITRD_IMAGE_SIZE; ZERO_PGE 241 arch/alpha/boot/bootpz.c #define K_KERNEL_DATA_START ZERO_PGE ZERO_PGE 452 arch/alpha/boot/bootpz.c memset((char*)ZERO_PGE, 0, PAGE_SIZE); ZERO_PGE 453 arch/alpha/boot/bootpz.c strcpy((char*)ZERO_PGE, envval); ZERO_PGE 461 arch/alpha/boot/bootpz.c ((long *)(ZERO_PGE+256))[0] = initrd_image_start; ZERO_PGE 462 arch/alpha/boot/bootpz.c ((long *)(ZERO_PGE+256))[1] = INITRD_IMAGE_SIZE; ZERO_PGE 184 arch/alpha/boot/main.c strcpy((char*)ZERO_PGE, envval); ZERO_PGE 158 arch/alpha/include/asm/pgtable.h #define ZERO_PAGE(vaddr) (virt_to_page(ZERO_PGE)) ZERO_PGE 38 arch/alpha/include/uapi/asm/setup.h #define PARAM ZERO_PGE ZERO_PGE 259 arch/alpha/mm/init.c memset((void *)ZERO_PGE, 0, PAGE_SIZE); ZERO_PGE 233 arch/alpha/mm/numa.c memset((void *)ZERO_PGE, 0, PAGE_SIZE);