Home
last modified time | relevance | path

Searched refs:vpage (Results 1 – 17 of 17) sorted by relevance

/linux-2.4.37.9/include/asm-arm/arch-arc/
Dmemory.h37 #define __virt_to_phys(vpage) vpage argument
/linux-2.4.37.9/include/asm-arm/arch-ebsa110/
Dmemory.h38 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-epxa/
Dmemory.h45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-rpc/
Dmemory.h40 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-shark/
Dmemory.h33 #define __virt_to_phys(vpage) (vpage - PAGE_OFFSET + PHYS_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-cl7500/
Dmemory.h36 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-integrator/
Dmemory.h45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-l7200/
Dmemory.h41 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-tbox/
Dmemory.h31 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-at91rm9200/
Dmemory.h45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-nexuspci/
Dmemory.h33 #define __virt_to_phys(vpage) ((unsigned long)(vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-omaha/
Dmemory.h45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-mx1ads/
Dmemory.h57 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/
Dmemory.h79 #define __virt_to_phys(vpage) ((unsigned long)(vpage) - PAGE_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-riscstation/
Dmemory.h47 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
/linux-2.4.37.9/include/asm-arm/arch-clps711x/
Dmemory.h47 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c1120 unsigned long vpage; in sun4c_lockarea() local
1150 vpage = ((unsigned long) vaddr) & PAGE_MASK; in sun4c_lockarea()
1152 pte = ((vpage-PAGE_OFFSET) >> PAGE_SHIFT); in sun4c_lockarea()
1159 sun4c_flush_page(vpage); in sun4c_lockarea()
1162 vpage += PAGE_SIZE; in sun4c_lockarea()
1177 unsigned long vpage, npages; in sun4c_unlockarea() local
1181 vpage = (unsigned long)vaddr & PAGE_MASK; in sun4c_unlockarea()
1190 sun4c_put_pte(vpage, 0); in sun4c_unlockarea()
1191 clear_bit((vpage - sun4c_iobuffer_start) >> PAGE_SHIFT, in sun4c_unlockarea()
1193 vpage += PAGE_SIZE; in sun4c_unlockarea()