OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:l_sigstk
(Results
1 - 25
of
75
) sorted by relevancy
1
2
3
/src/sys/arch/riscv/riscv/
sig_machdep.c
63
*onstack = (l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0
66
return (char *)stack_align((intptr_t)l->
l_sigstk
.ss_sp + l->
l_sigstk
.ss_size);
102
| (l->
l_sigstk
.ss_flags & SS_ONSTACK ? _UC_SETSTACK : _UC_CLRSTACK);
138
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
/src/sys/arch/sparc/sparc/
sunos_machdep.c
90
(l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
95
((char *)l->
l_sigstk
.ss_sp + l->
l_sigstk
.ss_size);
119
sf.sf_sc.sc_onstack = l->
l_sigstk
.ss_flags & SS_ONSTACK;
173
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
compat_16_machdep.c
133
(l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
138
((char *)l->
l_sigstk
.ss_sp +
139
l->
l_sigstk
.ss_size);
163
sf.sf_sc.sc_onstack = l->
l_sigstk
.ss_flags & SS_ONSTACK;
241
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
306
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
308
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
compat_13_machdep.c
104
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
106
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
/src/sys/arch/mips/mips/
sig_machdep.c
61
*onstack = (l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0
64
sp = (uintptr_t)l->
l_sigstk
.ss_sp + l->
l_sigstk
.ss_size;
102
| (l->
l_sigstk
.ss_flags & SS_ONSTACK ? _UC_SETSTACK : _UC_CLRSTACK);
137
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
compat_13_machdep.c
100
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
102
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
/src/sys/arch/arm/arm/
sig_machdep.c
70
*onstack = (l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0
73
return (char *)l->
l_sigstk
.ss_sp + l->
l_sigstk
.ss_size;
113
frame.sf_uc.uc_flags |= (l->
l_sigstk
.ss_flags & SS_ONSTACK)
156
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
266
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
268
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
compat_13_machdep.c
106
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
108
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
/src/sys/arch/powerpc/powerpc/
compat_16_machdep.c
106
(l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
111
fp = (struct sigcontext *)((char *)l->
l_sigstk
.ss_sp +
112
l->
l_sigstk
.ss_size);
144
frame.sc_onstack = l->
l_sigstk
.ss_flags & SS_ONSTACK;
204
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
270
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
272
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
compat_13_machdep.c
112
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
114
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
/src/sys/arch/hppa/hppa/
sig_machdep.c
105
*onstack = (l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0
108
return (void *)HPPA_FRAME_ROUND(l->
l_sigstk
.ss_sp);
147
((l->
l_sigstk
.ss_flags & SS_ONSTACK) ?
185
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
/src/sys/arch/alpha/alpha/
compat_13_machdep.c
105
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
107
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
/src/sys/arch/i386/i386/
compat_13_machdep.c
101
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
103
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
compat_16_machdep.c
125
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
127
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
206
frame.sf_sc.sc_onstack = l->
l_sigstk
.ss_flags & SS_ONSTACK;
240
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
/src/sys/arch/m68k/m68k/
compat_13_machdep.c
125
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
127
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
/src/sys/arch/sparc64/sparc64/
sunos_machdep.c
103
(l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
107
fp = (struct sunos_sigframe *)((char *)l->
l_sigstk
.ss_sp +
108
l->
l_sigstk
.ss_size);
136
sf.sf_sc.sc_onstack = l->
l_sigstk
.ss_flags & SS_ONSTACK;
277
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
279
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
netbsd32_machdep_16.c
124
(l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
127
fp = (struct sparc32_sigframe *)((char *)l->
l_sigstk
.ss_sp +
128
l->
l_sigstk
.ss_size);
129
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
224
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
326
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
328
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
compat_13_machdep.c
154
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
156
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
/src/sys/arch/amd64/amd64/
netbsd32_machdep_16.c
99
(l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
105
((char *)l->
l_sigstk
.ss_sp + l->
l_sigstk
.ss_size);
149
frame.sf_sc.sc_onstack = l->
l_sigstk
.ss_flags & SS_ONSTACK;
223
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
225
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
/src/sys/compat/linux/arch/alpha/
linux_machdep.c
122
onstack = (l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
131
((char *)l->
l_sigstk
.ss_sp + l->
l_sigstk
.ss_size);
202
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
217
onstack = (l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0 &&
226
((char *)l->
l_sigstk
.ss_sp + l->
l_sigstk
.ss_size);
294
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
377
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
379
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK
[
all
...]
/src/sys/arch/usermode/target/i386/
cpu_i386.c
123
onstack = (l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0
129
((char *) l->
l_sigstk
.ss_sp + l->
l_sigstk
.ss_size);
145
frame.sf_uc.uc_flags |= (l->
l_sigstk
.ss_flags & SS_ONSTACK)
171
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
/src/sys/arch/usermode/target/x86_64/
cpu_x86_64.c
120
onstack = (l->
l_sigstk
.ss_flags & (SS_DISABLE | SS_ONSTACK)) == 0
125
sp = (char *) l->
l_sigstk
.ss_sp + l->
l_sigstk
.ss_size;
143
frame.sf_uc.uc_flags |= (l->
l_sigstk
.ss_flags & SS_ONSTACK)
173
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
/src/sys/arch/vax/vax/
compat_16_machdep.c
139
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
141
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
/src/sys/arch/aarch64/aarch64/
sig_machdep.c
51
stack_t * const ss = &l->
l_sigstk
;
80
uc.uc_flags |= (l->
l_sigstk
.ss_flags & SS_ONSTACK)
/src/sys/arch/sh3/sh3/
compat_16_machdep.c
131
frame.sf_sc.sc_onstack = l->
l_sigstk
.ss_flags & SS_ONSTACK;
179
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
242
l->
l_sigstk
.ss_flags |= SS_ONSTACK;
244
l->
l_sigstk
.ss_flags &= ~SS_ONSTACK;
Completed in 18 milliseconds
1
2
3
Indexes created Wed Oct 15 07:09:58 GMT 2025