Home
last modified time | relevance | path

Searched refs:ZERO_PGE (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/arch/alpha/boot/
H A Dbootp.c206 memset((char*)ZERO_PGE, 0, PAGE_SIZE); in start_kernel()
207 strcpy((char*)ZERO_PGE, envval); in start_kernel()
209 ((long *)(ZERO_PGE+256))[0] = initrd_start; in start_kernel()
210 ((long *)(ZERO_PGE+256))[1] = INITRD_IMAGE_SIZE; in start_kernel()
H A Dbootpz.c202 ZERO_PGE KSEG address of page full of zeroes, but
237 Note also that the DATA_START address is ZERO_PGE, to which we write
240 #define K_KERNEL_DATA_START ZERO_PGE
449 srm_printk("Preparing ZERO_PGE...\n"); in start_kernel()
451 memset((char*)ZERO_PGE, 0, PAGE_SIZE); in start_kernel()
452 strcpy((char*)ZERO_PGE, envval); in start_kernel()
460 ((long *)(ZERO_PGE+256))[0] = initrd_image_start; in start_kernel()
461 ((long *)(ZERO_PGE+256))[1] = INITRD_IMAGE_SIZE; in start_kernel()
H A Dmain.c183 strcpy((char*)ZERO_PGE, envval); in start_kernel()
/kernel/linux/linux-6.6/arch/alpha/boot/
H A Dbootp.c206 memset((char*)ZERO_PGE, 0, PAGE_SIZE); in start_kernel()
207 strcpy((char*)ZERO_PGE, envval); in start_kernel()
209 ((long *)(ZERO_PGE+256))[0] = initrd_start; in start_kernel()
210 ((long *)(ZERO_PGE+256))[1] = INITRD_IMAGE_SIZE; in start_kernel()
H A Dbootpz.c202 ZERO_PGE KSEG address of page full of zeroes, but
237 Note also that the DATA_START address is ZERO_PGE, to which we write
240 #define K_KERNEL_DATA_START ZERO_PGE
449 srm_printk("Preparing ZERO_PGE...\n"); in start_kernel()
451 memset((char*)ZERO_PGE, 0, PAGE_SIZE); in start_kernel()
452 strcpy((char*)ZERO_PGE, envval); in start_kernel()
460 ((long *)(ZERO_PGE+256))[0] = initrd_image_start; in start_kernel()
461 ((long *)(ZERO_PGE+256))[1] = INITRD_IMAGE_SIZE; in start_kernel()
H A Dmain.c183 strcpy((char*)ZERO_PGE, envval); in start_kernel()
/kernel/linux/linux-5.10/arch/alpha/include/uapi/asm/
H A Dsetup.h28 #define ZERO_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x0A000) macro
38 #define PARAM ZERO_PGE
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H A Dsetup.h28 #define ZERO_PGE (PAGE_OFFSET+KERNEL_START_PHYS+0x0A000) macro
38 #define PARAM ZERO_PGE
H A Dpgtable.h142 #define ZERO_PAGE(vaddr) (virt_to_page(ZERO_PGE))
/kernel/linux/linux-5.10/arch/alpha/mm/
H A Dnuma.c221 /* Initialize the kernel's ZERO_PGE. */ in paging_init()
222 memset((void *)ZERO_PGE, 0, PAGE_SIZE); in paging_init()
H A Dinit.c257 /* Initialize the kernel's ZERO_PGE. */ in paging_init()
258 memset((void *)ZERO_PGE, 0, PAGE_SIZE); in paging_init()
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dpgtable.h158 #define ZERO_PAGE(vaddr) (virt_to_page(ZERO_PGE))
/kernel/linux/linux-6.6/arch/alpha/mm/
H A Dinit.c255 /* Initialize the kernel's ZERO_PGE. */ in paging_init()
256 memset(absolute_pointer(ZERO_PGE), 0, PAGE_SIZE); in paging_init()

Completed in 6 milliseconds