Searched refs:linux_mremap (Results 1 – 5 of 5) sorted by relevance
| /trueos/sys/amd64/linux32/ |
| HD | linux32_sysent.c | 185 …{ AS(linux_mremap_args), (sy_call_t *)linux_mremap, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 1…
|
| HD | linux32_proto.h | 1227 int linux_mremap(struct thread *, struct linux_mremap_args *);
|
| /trueos/sys/i386/linux/ |
| HD | linux_sysent.c | 184 …{ AS(linux_mremap_args), (sy_call_t *)linux_mremap, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 1…
|
| HD | linux_proto.h | 1238 int linux_mremap(struct thread *, struct linux_mremap_args *);
|
| /trueos/sys/compat/linux/ |
| HD | linux_misc.c | 571 linux_mremap(struct thread *td, struct linux_mremap_args *args) in linux_mremap() function
|