]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h
update
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libpthread / nptl / sysdeps / unix / sysv / linux / i386 / sysdep-cancel.h
1 /* Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
2    This file is part of the GNU C Library.
3    Contributed by Jakub Jelinek <jakub@redhat.com>, 2002.
4
5    The GNU C Library is free software; you can redistribute it and/or
6    modify it under the terms of the GNU Lesser General Public
7    License as published by the Free Software Foundation; either
8    version 2.1 of the License, or (at your option) any later version.
9
10    The GNU C Library is distributed in the hope that it will be useful,
11    but WITHOUT ANY WARRANTY; without even the implied warranty of
12    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13    Lesser General Public License for more details.
14
15    You should have received a copy of the GNU Lesser General Public
16    License along with the GNU C Library; if not, write to the Free
17    Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
18    02111-1307 USA.  */
19
20 #include <sysdep.h>
21 #include <tls.h>
22 #ifndef __ASSEMBLER__
23 # include <pthreadP.h>
24 #endif
25
26 #if !defined NOT_IN_libc || defined IS_IN_libpthread || defined IS_IN_librt
27
28 # undef PSEUDO
29 # define PSEUDO(name, syscall_name, args)                                     \
30   .text;                                                                      \
31   ENTRY (name)                                                                \
32     cmpl $0, %gs:MULTIPLE_THREADS_OFFSET;                                     \
33     jne L(pseudo_cancel);                                                     \
34   .type __##syscall_name##_nocancel,@function;                                \
35   .globl __##syscall_name##_nocancel;                                         \
36   __##syscall_name##_nocancel:                                                \
37     DO_CALL (syscall_name, args);                                             \
38     cmpl $-4095, %eax;                                                        \
39     jae SYSCALL_ERROR_LABEL;                                                  \
40     ret;                                                                      \
41   .size __##syscall_name##_nocancel,.-__##syscall_name##_nocancel;            \
42   L(pseudo_cancel):                                                           \
43     CENABLE                                                                   \
44     SAVE_OLDTYPE_##args                                                       \
45     PUSHCARGS_##args                                                          \
46     DOCARGS_##args                                                            \
47     movl $SYS_ify (syscall_name), %eax;                                       \
48     ENTER_KERNEL;                                                             \
49     POPCARGS_##args;                                                          \
50     POPSTATE_##args                                                           \
51     cmpl $-4095, %eax;                                                        \
52     jae SYSCALL_ERROR_LABEL;                                                  \
53   L(pseudo_end):
54
55 # define SAVE_OLDTYPE_0 movl %eax, %ecx;
56 # define SAVE_OLDTYPE_1 SAVE_OLDTYPE_0
57 # define SAVE_OLDTYPE_2 pushl %eax; cfi_adjust_cfa_offset (4);
58 # define SAVE_OLDTYPE_3 SAVE_OLDTYPE_2
59 # define SAVE_OLDTYPE_4 SAVE_OLDTYPE_2
60 # define SAVE_OLDTYPE_5 SAVE_OLDTYPE_2
61 # define SAVE_OLDTYPE_6 SAVE_OLDTYPE_2
62
63 # define PUSHCARGS_0    /* No arguments to push.  */
64 # define DOCARGS_0      /* No arguments to frob.  */
65 # define POPCARGS_0     /* No arguments to pop.  */
66 # define _PUSHCARGS_0   /* No arguments to push.  */
67 # define _POPCARGS_0    /* No arguments to pop.  */
68
69 # define PUSHCARGS_1    movl %ebx, %edx; cfi_register (ebx, edx); PUSHCARGS_0
70 # define DOCARGS_1      _DOARGS_1 (4)
71 # define POPCARGS_1     POPCARGS_0; movl %edx, %ebx; cfi_restore (ebx);
72 # define _PUSHCARGS_1   pushl %ebx; cfi_adjust_cfa_offset (4); \
73                         cfi_rel_offset (ebx, 0); _PUSHCARGS_0
74 # define _POPCARGS_1    _POPCARGS_0; popl %ebx; \
75                         cfi_adjust_cfa_offset (-4); cfi_restore (ebx);
76
77 # define PUSHCARGS_2    PUSHCARGS_1
78 # define DOCARGS_2      _DOARGS_2 (12)
79 # define POPCARGS_2     POPCARGS_1
80 # define _PUSHCARGS_2   _PUSHCARGS_1
81 # define _POPCARGS_2    _POPCARGS_1
82
83 # define PUSHCARGS_3    _PUSHCARGS_2
84 # define DOCARGS_3      _DOARGS_3 (20)
85 # define POPCARGS_3     _POPCARGS_3
86 # define _PUSHCARGS_3   _PUSHCARGS_2
87 # define _POPCARGS_3    _POPCARGS_2
88
89 # define PUSHCARGS_4    _PUSHCARGS_4
90 # define DOCARGS_4      _DOARGS_4 (28)
91 # define POPCARGS_4     _POPCARGS_4
92 # define _PUSHCARGS_4   pushl %esi; cfi_adjust_cfa_offset (4); \
93                         cfi_rel_offset (esi, 0); _PUSHCARGS_3
94 # define _POPCARGS_4    _POPCARGS_3; popl %esi; \
95                         cfi_adjust_cfa_offset (-4); cfi_restore (esi);
96
97 # define PUSHCARGS_5    _PUSHCARGS_5
98 # define DOCARGS_5      _DOARGS_5 (36)
99 # define POPCARGS_5     _POPCARGS_5
100 # define _PUSHCARGS_5   pushl %edi; cfi_adjust_cfa_offset (4); \
101                         cfi_rel_offset (edi, 0); _PUSHCARGS_4
102 # define _POPCARGS_5    _POPCARGS_4; popl %edi; \
103                         cfi_adjust_cfa_offset (-4); cfi_restore (edi);
104
105 # define PUSHCARGS_6    _PUSHCARGS_6
106 # define DOCARGS_6      _DOARGS_6 (44)
107 # define POPCARGS_6     _POPCARGS_6
108 # define _PUSHCARGS_6   pushl %ebp; cfi_adjust_cfa_offset (4); \
109                         cfi_rel_offset (ebp, 0); _PUSHCARGS_5
110 # define _POPCARGS_6    _POPCARGS_5; popl %ebp; \
111                         cfi_adjust_cfa_offset (-4); cfi_restore (ebp);
112
113 # ifdef IS_IN_libpthread
114 #  define CENABLE       call __pthread_enable_asynccancel;
115 #  define CDISABLE      call __pthread_disable_asynccancel
116 # elif !defined NOT_IN_libc
117 #  define CENABLE       call __libc_enable_asynccancel;
118 #  define CDISABLE      call __libc_disable_asynccancel
119 # elif defined IS_IN_librt
120 #  define CENABLE       call __librt_enable_asynccancel;
121 #  define CDISABLE      call __librt_disable_asynccancel
122 # else
123 #  error Unsupported library
124 # endif
125 # define POPSTATE_0 \
126  pushl %eax; cfi_adjust_cfa_offset (4); movl %ecx, %eax; \
127  CDISABLE; popl %eax; cfi_adjust_cfa_offset (-4);
128 # define POPSTATE_1     POPSTATE_0
129 # define POPSTATE_2     xchgl (%esp), %eax; CDISABLE; popl %eax; \
130                         cfi_adjust_cfa_offset (-4);
131 # define POPSTATE_3     POPSTATE_2
132 # define POPSTATE_4     POPSTATE_3
133 # define POPSTATE_5     POPSTATE_4
134 # define POPSTATE_6     POPSTATE_5
135
136 # ifndef __ASSEMBLER__
137 #  define SINGLE_THREAD_P \
138   __builtin_expect (THREAD_GETMEM (THREAD_SELF, \
139                                    header.multiple_threads) == 0, 1)
140 # else
141 #  define SINGLE_THREAD_P cmpl $0, %gs:MULTIPLE_THREADS_OFFSET
142 # endif
143
144 #elif !defined __ASSEMBLER__
145
146 # define SINGLE_THREAD_P (1)
147 # define NO_CANCELLATION 1
148
149 #endif
150
151 #ifndef __ASSEMBLER__
152 # define RTLD_SINGLE_THREAD_P \
153   __builtin_expect (THREAD_GETMEM (THREAD_SELF, \
154                                    header.multiple_threads) == 0, 1)
155 #endif