Searched refs:__X32_SYSCALL_BIT (Results 1 – 12 of 12) sorted by relevance
4 #define __NR_read (__X32_SYSCALL_BIT + 0)5 #define __NR_write (__X32_SYSCALL_BIT + 1)6 #define __NR_open (__X32_SYSCALL_BIT + 2)7 #define __NR_close (__X32_SYSCALL_BIT + 3)8 #define __NR_stat (__X32_SYSCALL_BIT + 4)9 #define __NR_fstat (__X32_SYSCALL_BIT + 5)10 #define __NR_lstat (__X32_SYSCALL_BIT + 6)11 #define __NR_poll (__X32_SYSCALL_BIT + 7)12 #define __NR_lseek (__X32_SYSCALL_BIT + 8)13 #define __NR_mmap (__X32_SYSCALL_BIT + 9)[all …]
6 #define __X32_SYSCALL_BIT 0x40000000 macro
1 #if defined __X32_SYSCALL_BIT && defined __NR_read \2 && (__X32_SYSCALL_BIT & __NR_read) == __X32_SYSCALL_BIT3 # define SYSCALL_BIT __X32_SYSCALL_BIT
2 #if defined __X32_SYSCALL_BIT && defined __NR_read \3 && (__X32_SYSCALL_BIT & __NR_read) == __X32_SYSCALL_BIT4 # define SYSCALL_BIT __X32_SYSCALL_BIT
7958 __X32_SYSCALL_BIT hack). But since it handled only __X32_SYSCALL_BIT and7961 __X32_SYSCALL_BIT.7964 __X32_SYSCALL_BIT handling.7975 __X32_SYSCALL_BIT.22743 syscall_name: clear __X32_SYSCALL_BIT from syscall number on x32.22745 * syscall.c (syscall_name) [X32_PERSONALITY_NUMBER && __X32_SYSCALL_BIT]:22746 Clear __X32_SYSCALL_BIT from scno on x32 personality.46821 While at it, also fixed x32 detection to use __X32_SYSCALL_BIT,46832 on scno & __X32_SYSCALL_BIT.46946 Remove __X32_SYSCALL_MASK and use __X32_SYSCALL_BIT instead.[all …]
47 #ifndef __X32_SYSCALL_BIT in arch_get_scno()48 # define __X32_SYSCALL_BIT 0x40000000 in arch_get_scno() macro68 if (scno & __X32_SYSCALL_BIT) { in arch_get_scno()
5 scno ^= __X32_SYSCALL_BIT; in shuffle_scno()
51 #if defined __X32_SYSCALL_BIT && defined __NR_read \52 && (__X32_SYSCALL_BIT & __NR_read) != 053 # define SYSCALL_BIT __X32_SYSCALL_BIT
232 #if defined(__x86_64__) && defined(__ILP32__) && defined(__X32_SYSCALL_BIT)238 SC_ALLOW(__NR_clock_gettime & ~__X32_SYSCALL_BIT);