Searched refs:VSYSCALL32_BASE (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dvsyscall32.h7 #define VSYSCALL32_BASE 0xffffe000 macro
8 #define VSYSCALL32_SYSEXIT (VSYSCALL32_BASE + 0x410)
10 #define VSYSCALL32_BASE 0xffffe000UL macro
11 #define VSYSCALL32_END (VSYSCALL32_BASE + PAGE_SIZE)
12 #define VSYSCALL32_EHDR ((const struct elf32_hdr *) VSYSCALL32_BASE)
14 #define VSYSCALL32_VSYSCALL ((void *)VSYSCALL32_BASE + 0x400)
15 #define VSYSCALL32_SYSEXIT ((void *)VSYSCALL32_BASE + 0x410)
16 #define VSYSCALL32_SIGRETURN ((void __user *)VSYSCALL32_BASE + 0x500)
17 #define VSYSCALL32_RTSIGRETURN ((void __user *)VSYSCALL32_BASE + 0x600)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dsyscall32.c43 ret = install_special_mapping(mm, VSYSCALL32_BASE, PAGE_SIZE,
54 if (vma->vm_start == VSYSCALL32_BASE &&
H A Dia32_binfmt.c44 NEW_AUX_ENT(AT_SYSINFO_EHDR, VSYSCALL32_BASE); \

Completed in 31 milliseconds