Home
last modified time | relevance | path

Searched defs:empty_zero_page (Results 1 – 8 of 8) sorted by relevance

/linux/arch/x86/kernel/
H A Dhead_32.S444 .globl empty_zero_page symbol
445 empty_zero_page: label
/linux/arch/sparc/kernel/
H A Dhead_32.S63 .globl empty_zero_page symbol
64 empty_zero_page: .skip PAGE_SIZE label
/linux/arch/nios2/kernel/
H A Dhead.S33 empty_zero_page: label
/linux/arch/microblaze/kernel/
H A Dhead.S44 empty_zero_page: label
/linux/arch/openrisc/kernel/
H A Dhead.S1566 .global empty_zero_page symbol
1567 empty_zero_page: label
/linux/arch/powerpc/mm/
H A Dmem.c37 unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)] __page_aligned_bss; global() variable
/linux/arch/mips/mm/
H A Dinit.c55 unsigned long empty_zero_page, zero_page_mask; variable
/linux/arch/arm64/mm/
H A Dmmu.c71 unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)] __page_aligned_bss; variable