Searched refs:FIXADDR_TOP (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dfixmap.h74 #define FIXADDR_TOP (0xffffe000UL) macro
76 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
78 #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dfixmap.h74 #define FIXADDR_TOP (0xffffe000UL) macro
76 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
78 #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dfixmap.h74 #define FIXADDR_TOP (0xffffe000UL) macro
76 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
78 #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dfixmap.h63 #define FIXADDR_TOP (VSYSCALL_END-PAGE_SIZE) macro
65 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
67 #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dfixmap.h63 #define FIXADDR_TOP (VSYSCALL_END-PAGE_SIZE) macro
65 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
67 #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dfixmap.h74 #define FIXADDR_TOP (0xffffe000UL) macro
76 #define FIXADDR_START (FIXADDR_TOP - FIXADDR_SIZE)
78 #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT))
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Dfixmap.h96 #define FIXADDR_TOP (0xffffe000UL) macro
98 #define FIXADDR_START (FIXADDR_TOP - __FIXADDR_SIZE)
100 #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Dfixmap.h96 #define FIXADDR_TOP (0xffffe000UL) macro
98 #define FIXADDR_START (FIXADDR_TOP - __FIXADDR_SIZE)
100 #define __fix_to_virt(x) (FIXADDR_TOP - ((x) << PAGE_SHIFT))

Completed in 42 milliseconds