Searched refs:PAGE_OFFSET (Results 1 - 25 of 266) sorted by relevance

1234567891011

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-epxa10db/
H A Dmemory.h38 #define PAGE_OFFSET (0xc0000000UL) macro
47 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET)
49 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET)
59 #define __virt_to_bus(x) (x - PAGE_OFFSET + /*SDRAM_BASE*/0)
61 #define __bus_to_virt(x) (x - /*SDRAM_BASE*/0 + PAGE_OFFSET)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-integrator/
H A Dmemory.h38 #define PAGE_OFFSET (0xc0000000UL) macro
45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET)
47 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET)
57 #define __virt_to_bus(x) (x - PAGE_OFFSET + INTEGRATOR_HDR0_SDRAM_BASE)
59 #define __bus_to_virt(x) (x - INTEGRATOR_HDR0_SDRAM_BASE + PAGE_OFFSET)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-nexuspci/
H A Dmemory.h26 #define PAGE_OFFSET (0xc0000000UL) 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)
42 #define __virt_to_bus(x) ((unsigned long)(x) - PAGE_OFFSET + BUS_OFFSET)
44 #define __bus_to_virt(x) ((unsigned long)(x) + PAGE_OFFSET - BUS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-epxa10db/
H A Dmemory.h38 #define PAGE_OFFSET (0xc0000000UL) macro
47 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET)
49 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET)
59 #define __virt_to_bus(x) (x - PAGE_OFFSET + /*SDRAM_BASE*/0)
61 #define __bus_to_virt(x) (x - /*SDRAM_BASE*/0 + PAGE_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-integrator/
H A Dmemory.h38 #define PAGE_OFFSET (0xc0000000UL) macro
45 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET)
47 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET)
57 #define __virt_to_bus(x) (x - PAGE_OFFSET + INTEGRATOR_HDR0_SDRAM_BASE)
59 #define __bus_to_virt(x) (x - INTEGRATOR_HDR0_SDRAM_BASE + PAGE_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-nexuspci/
H A Dmemory.h26 #define PAGE_OFFSET (0xc0000000UL) 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)
42 #define __virt_to_bus(x) ((unsigned long)(x) - PAGE_OFFSET + BUS_OFFSET)
44 #define __bus_to_virt(x) ((unsigned long)(x) + PAGE_OFFSET - BUS_OFFSET)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-mx1ads/
H A Dmemory.h46 #define PAGE_OFFSET (0xc0000000UL) macro
49 #define PAGE_OFFSET (0xc0000000UL) 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.h46 #define PAGE_OFFSET (0xc0000000UL) macro
49 #define PAGE_OFFSET (0xc0000000UL) 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-ebsa110/
H A Dmemory.h14 * RMK Moved TASK_SIZE and PAGE_OFFSET here
34 #define PAGE_OFFSET (0xc0000000UL) macro
38 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET)
40 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-ebsa110/
H A Dmemory.h14 * RMK Moved TASK_SIZE and PAGE_OFFSET here
34 #define PAGE_OFFSET (0xc0000000UL) macro
38 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET)
40 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET)
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/
H A Dvmlinux.lds.S21 v = PAGE_OFFSET; /* this symbol is here to make debugging easier... */
22 phys_start = _start - PAGE_OFFSET;
28 .text : AT(ADDR(.text) - PAGE_OFFSET)
33 .text2 : AT(ADDR(.text2) - PAGE_OFFSET)
36 .text.lock : AT(ADDR(.text.lock) - PAGE_OFFSET)
49 __ex_table : AT(ADDR(__ex_table) - PAGE_OFFSET)
57 .machvec : AT(ADDR(.machvec) - PAGE_OFFSET)
63 __ksymtab : AT(ADDR(__ksymtab) - PAGE_OFFSET)
68 __kallsyms : AT(ADDR(__kallsyms) - PAGE_OFFSET)
74 .IA_64.unwind_info : AT(ADDR(.IA_64.unwind_info) - PAGE_OFFSET)
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-anakin/
H A Dmemory.h21 #define PAGE_OFFSET 0xc0000000 macro
24 #define __virt_to_phys(a) ((a) - PAGE_OFFSET + PHYS_OFFSET)
25 #define __phys_to_virt(a) ((a) + PAGE_OFFSET - PHYS_OFFSET)
H A Dvmalloc.h24 #define VMALLOC_END (PAGE_OFFSET + 0x10000000)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-cl7500/
H A Dmemory.h12 * RMK Added TASK_SIZE and PAGE_OFFSET
32 #define PAGE_OFFSET (0xc0000000UL) macro
36 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
38 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)
H A Dvmalloc.h16 #define VMALLOC_END (PAGE_OFFSET + 0x1c000000)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-l7200/
H A Dmemory.h30 #define PAGE_OFFSET (0xc0000000UL) 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-rpc/
H A Dmemory.h16 * RMK Added TASK_SIZE and PAGE_OFFSET
36 #define PAGE_OFFSET (0xc0000000UL) 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.h28 #define PAGE_OFFSET (0xC0000000UL) 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.h25 #define PAGE_OFFSET (0xc0000000UL) 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.h21 #define PAGE_OFFSET 0xc0000000 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.h12 * RMK Added TASK_SIZE and PAGE_OFFSET
32 #define PAGE_OFFSET (0xc0000000UL) 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.h30 #define PAGE_OFFSET (0xc0000000UL) 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-rpc/
H A Dmemory.h16 * RMK Added TASK_SIZE and PAGE_OFFSET
36 #define PAGE_OFFSET (0xc0000000UL) 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.h28 #define PAGE_OFFSET (0xC0000000UL) 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.h25 #define PAGE_OFFSET (0xc0000000UL) macro
31 #define __virt_to_phys(vpage) ((vpage) - PAGE_OFFSET + PHYS_OFFSET)
32 #define __phys_to_virt(ppage) ((ppage) + PAGE_OFFSET - PHYS_OFFSET)

Completed in 114 milliseconds

1234567891011