/linux-2.4.37.9/include/asm-arm/arch-arc/ |
D | memory.h | 37 #define __virt_to_phys(vpage) vpage argument
|
/linux-2.4.37.9/include/asm-arm/arch-ebsa110/ |
D | memory.h | 38 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-epxa/ |
D | memory.h | 45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-rpc/ |
D | memory.h | 40 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-shark/ |
D | memory.h | 33 #define __virt_to_phys(vpage) (vpage - PAGE_OFFSET + PHYS_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-cl7500/ |
D | memory.h | 36 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-integrator/ |
D | memory.h | 45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-l7200/ |
D | memory.h | 41 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-tbox/ |
D | memory.h | 31 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-at91rm9200/ |
D | memory.h | 45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-nexuspci/ |
D | memory.h | 33 #define __virt_to_phys(vpage) ((unsigned long)(vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-omaha/ |
D | memory.h | 45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-mx1ads/ |
D | memory.h | 57 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-ebsa285/ |
D | memory.h | 79 #define __virt_to_phys(vpage) ((unsigned long)(vpage) - PAGE_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-riscstation/ |
D | memory.h | 47 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
|
/linux-2.4.37.9/include/asm-arm/arch-clps711x/ |
D | memory.h | 47 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET) argument
|
/linux-2.4.37.9/arch/sparc/mm/ |
D | sun4c.c | 1120 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()
|