Searched refs:PHYS_OFFSET (Results 1 - 25 of 41) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-mx1ads/
H A Dmemory.h47 #define PHYS_OFFSET (0x12000000UL) macro
50 #define PHYS_OFFSET (0x08000000UL) macro
57 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
59 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
69 #define __virt_to_bus(x) (x - PAGE_OFFSET + PHYS_OFFSET)
71 #define __bus_to_virt(x) (x - PHYS_OFFSET + PAGE_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-mx1ads/
H A Dmemory.h47 #define PHYS_OFFSET (0x12000000UL) macro
50 #define PHYS_OFFSET (0x08000000UL) macro
57 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
59 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
69 #define __virt_to_bus(x) (x - PAGE_OFFSET + PHYS_OFFSET)
71 #define __bus_to_virt(x) (x - PHYS_OFFSET + PAGE_OFFSET)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-anakin/
H A Dmemory.h22 #define PHYS_OFFSET 0x20000000 macro
24 #define __virt_to_phys(a) ((a) - PAGE_OFFSET + PHYS_OFFSET)
25 #define __phys_to_virt(a) ((a) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-cl7500/
H A Dmemory.h33 #define PHYS_OFFSET (0x10000000UL) macro
36 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
38 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-l7200/
H A Dmemory.h35 #define PHYS_OFFSET (0xf0000000UL) macro
41 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
43 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-nexuspci/
H A Dmemory.h27 #define PHYS_OFFSET (0x40000000UL) macro
33 #define __virt_to_phys(vpage) ((unsigned long)(vpage) - PAGE_OFFSET + PHYS_OFFSET)
34 #define __phys_to_virt(ppage) ((unsigned long)(ppage) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-rpc/
H A Dmemory.h37 #define PHYS_OFFSET (0x10000000UL) macro
40 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
42 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-shark/
H A Dmemory.h29 #define PHYS_OFFSET (0x08000000UL) macro
33 #define __virt_to_phys(vpage) (vpage - PAGE_OFFSET + PHYS_OFFSET)
34 #define __phys_to_virt(ppage) (ppage - PHYS_OFFSET + PAGE_OFFSET)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-tbox/
H A Dmemory.h26 #define PHYS_OFFSET (0x80000000UL) macro
31 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
32 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-anakin/
H A Dmemory.h22 #define PHYS_OFFSET 0x20000000 macro
24 #define __virt_to_phys(a) ((a) - PAGE_OFFSET + PHYS_OFFSET)
25 #define __phys_to_virt(a) ((a) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-cl7500/
H A Dmemory.h33 #define PHYS_OFFSET (0x10000000UL) macro
36 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
38 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-l7200/
H A Dmemory.h35 #define PHYS_OFFSET (0xf0000000UL) macro
41 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
43 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-nexuspci/
H A Dmemory.h27 #define PHYS_OFFSET (0x40000000UL) macro
33 #define __virt_to_phys(vpage) ((unsigned long)(vpage) - PAGE_OFFSET + PHYS_OFFSET)
34 #define __phys_to_virt(ppage) ((unsigned long)(ppage) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-rpc/
H A Dmemory.h37 #define PHYS_OFFSET (0x10000000UL) macro
40 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
42 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-shark/
H A Dmemory.h29 #define PHYS_OFFSET (0x08000000UL) macro
33 #define __virt_to_phys(vpage) (vpage - PAGE_OFFSET + PHYS_OFFSET)
34 #define __phys_to_virt(ppage) (ppage - PHYS_OFFSET + PAGE_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-tbox/
H A Dmemory.h26 #define PHYS_OFFSET (0x80000000UL) macro
31 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
32 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/mach-sa1100/
H A Dgeneric.h13 mi->bank[__nr].node = (((unsigned)(__start) - PHYS_OFFSET) >> 27)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-arc/
H A Dmemory.h34 #define PHYS_OFFSET (0x02000000UL) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-ebsa110/
H A Dmemory.h35 #define PHYS_OFFSET (0x00000000UL) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-arc/
H A Dmemory.h34 #define PHYS_OFFSET (0x02000000UL) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-ebsa110/
H A Dmemory.h35 #define PHYS_OFFSET (0x00000000UL) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-epxa10db/
H A Dmemory.h39 #define PHYS_OFFSET (0x00000000UL) macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-integrator/
H A Dmemory.h39 #define PHYS_OFFSET (0x00000000UL) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-epxa10db/
H A Dmemory.h39 #define PHYS_OFFSET (0x00000000UL) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-integrator/
H A Dmemory.h39 #define PHYS_OFFSET (0x00000000UL) macro

Completed in 128 milliseconds

12