Searched refs:__X32_SYSCALL_BIT (Results 1 – 10 of 10) 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 …]
5 #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
1290 #if defined X32_PERSONALITY_NUMBER && defined __X32_SYSCALL_BIT in syscall_name()1292 scno &= ~__X32_SYSCALL_BIT; in syscall_name()
3553 syscall_name: clear __X32_SYSCALL_BIT from syscall number on x32.3555 * syscall.c (syscall_name) [X32_PERSONALITY_NUMBER && __X32_SYSCALL_BIT]:3556 Clear __X32_SYSCALL_BIT from scno on x32 personality.27631 While at it, also fixed x32 detection to use __X32_SYSCALL_BIT,27642 on scno & __X32_SYSCALL_BIT.27756 Remove __X32_SYSCALL_MASK and use __X32_SYSCALL_BIT instead.28630 (__X32_SYSCALL_BIT): Define if not defined.
46 #ifndef __X32_SYSCALL_BIT in arch_get_scno()47 # define __X32_SYSCALL_BIT 0x40000000 in arch_get_scno() macro67 if (scno & __X32_SYSCALL_BIT) { in arch_get_scno()77 scno -= __X32_SYSCALL_BIT; in arch_get_scno()99 scno &= ~__X32_SYSCALL_BIT; in arch_get_scno()
55 #if defined __X32_SYSCALL_BIT && defined __NR_read \56 && (__X32_SYSCALL_BIT & __NR_read) != 057 # define SYSCALL_BIT __X32_SYSCALL_BIT