OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lsigframe
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/compat/linux/arch/aarch64/
linux_machdep.c
202
struct linux_rt_sigframe *
lsigframe
;
local
211
lsigframe
= kmem_zalloc(sizeof(*
lsigframe
), KM_SLEEP);
212
error = copyin((void *)tf->tf_sp,
lsigframe
, sizeof(*
lsigframe
));
216
aarch64_linux_to_native_ucontext(&uc, &
lsigframe
->uc);
226
kmem_free(
lsigframe
, sizeof(*
lsigframe
));
Completed in 57 milliseconds
Indexes created Sun May 03 00:22:47 UTC 2026