Home
last modified time | relevance | path

Searched defs:ZERO_PAGE (Results 1 – 25 of 30) sorted by relevance

12

/linux-3.4.99/arch/m68k/include/asm/
Dpgtable_no.h46 #define ZERO_PAGE(vaddr) (virt_to_page(0)) macro
Dpgtable_mm.h110 #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) macro
/linux-3.4.99/arch/h8300/include/asm/
Dpgtable.h42 #define ZERO_PAGE(vaddr) (virt_to_page(0)) macro
/linux-3.4.99/arch/c6x/include/asm/
Dpgtable.h65 #define ZERO_PAGE(vaddr) virt_to_page(empty_zero_page) macro
/linux-3.4.99/arch/sh/include/asm/
Dpgtable.h32 #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) macro
/linux-3.4.99/arch/arm/include/asm/
Dpgtable-nommu.h63 #define ZERO_PAGE(vaddr) (virt_to_page(0)) macro
Dpgtable.h161 #define ZERO_PAGE(vaddr) (empty_zero_page) macro
/linux-3.4.99/arch/blackfin/include/asm/
Dpgtable.h83 #define ZERO_PAGE(vaddr) virt_to_page(empty_zero_page) macro
/linux-3.4.99/arch/powerpc/include/asm/
Dpgtable.h188 #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) macro
/linux-3.4.99/arch/microblaze/include/asm/
Dpgtable.h50 #define ZERO_PAGE(vaddr) ({ BUG(); NULL; }) macro
304 #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) macro
/linux-3.4.99/arch/frv/include/asm/
Dpgtable.h69 #define ZERO_PAGE(vaddr) ({ BUG(); NULL; }) macro
89 #define ZERO_PAGE(vaddr) virt_to_page(empty_zero_page) macro
/linux-3.4.99/arch/mips/include/asm/
Dpgtable.h77 #define ZERO_PAGE(vaddr) \ macro
/linux-3.4.99/arch/cris/include/asm/
Dpgtable.h75 #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) macro
/linux-3.4.99/arch/unicore32/include/asm/
Dpgtable.h150 #define ZERO_PAGE(vaddr) (empty_zero_page) macro
/linux-3.4.99/arch/score/include/asm/
Dpgtable.h181 #define ZERO_PAGE(vaddr) \ macro
/linux-3.4.99/arch/hexagon/include/asm/
Dpgtable.h451 #define ZERO_PAGE(vaddr) (virt_to_page(&empty_zero_page)) macro
/linux-3.4.99/arch/um/include/asm/
Dpgtable.h102 #define ZERO_PAGE(vaddr) virt_to_page(empty_zero_page) macro
/linux-3.4.99/arch/m32r/include/asm/
Dpgtable.h40 #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) macro
/linux-3.4.99/arch/avr32/include/asm/
Dpgtable.h44 #define ZERO_PAGE(vaddr) (empty_zero_page) macro
/linux-3.4.99/arch/tile/include/asm/
Dpgtable.h41 #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) macro
/linux-3.4.99/arch/xtensa/include/asm/
Dpgtable.h184 #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) macro
/linux-3.4.99/arch/openrisc/include/asm/
Dpgtable.h205 #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) macro
/linux-3.4.99/arch/alpha/include/asm/
Dpgtable.h158 #define ZERO_PAGE(vaddr) (virt_to_page(ZERO_PGE)) macro
/linux-3.4.99/arch/sparc/include/asm/
Dpgtable_32.h137 #define ZERO_PAGE(vaddr) (virt_to_page(&empty_zero_page)) macro
/linux-3.4.99/arch/mn10300/include/asm/
Dpgtable.h41 #define ZERO_PAGE(vaddr) (virt_to_page(empty_zero_page)) macro

12