Home
last modified time | relevance | path

Searched refs:sysentvec (Results 1 – 25 of 49) sorted by relevance

12

/freebsd-13.1/sys/compat/cloudabi/
H A Dcloudabi_util.h36 struct sysentvec;
84 void cloudabi_vdso_init(struct sysentvec *, char *, char *);
85 void cloudabi_vdso_destroy(struct sysentvec *);
H A Dcloudabi_vdso.c45 cloudabi_vdso_init(struct sysentvec *sv, char *begin, char *end) in cloudabi_vdso_init()
86 cloudabi_vdso_destroy(struct sysentvec *sv) in cloudabi_vdso_destroy()
/freebsd-13.1/sys/sys/
H A Dimgact.h75 struct sysentvec *sysent; /* system entry vector */
99 struct sysentvec;
118 int exec_new_vmspace(struct image_params *, struct sysentvec *);
H A Dsysent.h102 struct sysentvec { struct
188 extern struct sysentvec aout_sysvec;
320 void exec_sysvec_init_secondary(struct sysentvec *sv, struct sysentvec *sv2);
H A Dimgact_elf.h86 struct sysentvec *sysvec;
H A Dktrace.h168 struct sysentvec;
/freebsd-13.1/sys/compat/linux/
H A Dlinux_vdso.h43 void __elfN(linux_vdso_fixup)(struct sysentvec *);
44 void __elfN(linux_vdso_reloc)(struct sysentvec *);
H A Dlinux_vdso.c107 __elfN(linux_vdso_fixup)(struct sysentvec *sv) in __elfN()
146 __elfN(linux_vdso_reloc)(struct sysentvec *sv) in __elfN()
/freebsd-13.1/sys/amd64/include/
H A Dmd_var.h58 struct sysentvec;
62 void amd64_lower_shared_page(struct sysentvec *);
/freebsd-13.1/sys/kern/
H A Dkern_sharedpage.c307 struct sysentvec *sv; in exec_sysvec_init()
385 exec_sysvec_init_secondary(struct sysentvec *sv, struct sysentvec *sv2) in exec_sysvec_init_secondary()
H A Dimgact_aout.c76 struct sysentvec aout_sysvec = {
126 struct sysentvec aout_sysvec = {
H A Dsubr_trap.c385 struct sysentvec *sv; in syscallname()
/freebsd-13.1/sys/amd64/amd64/
H A Delf_machdep.c58 struct sysentvec elf64_freebsd_sysvec_la48 = {
96 struct sysentvec elf64_freebsd_sysvec_la57 = {
149 amd64_lower_shared_page(struct sysentvec *sv) in amd64_lower_shared_page()
/freebsd-13.1/sys/powerpc/powerpc/
H A Delf64_machdep.c62 struct sysentvec elf64_freebsd_sysvec_v1 = {
101 struct sysentvec elf64_freebsd_sysvec_v2 = {
/freebsd-13.1/sys/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c162 static struct sysentvec cloudabi64_elf_sysvec = {
/freebsd-13.1/sys/arm64/cloudabi32/
H A Dcloudabi32_sysvec.c178 static struct sysentvec cloudabi32_elf_sysvec = {
/freebsd-13.1/sys/arm/cloudabi32/
H A Dcloudabi32_sysvec.c170 static struct sysentvec cloudabi32_elf_sysvec = {
/freebsd-13.1/sys/i386/cloudabi32/
H A Dcloudabi32_sysvec.c181 static struct sysentvec cloudabi32_elf_sysvec = {
/freebsd-13.1/sys/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c206 static struct sysentvec cloudabi32_elf_sysvec = {
/freebsd-13.1/sys/amd64/cloudabi64/
H A Dcloudabi64_sysvec.c194 static struct sysentvec cloudabi64_elf_sysvec = {
/freebsd-13.1/sys/compat/ia32/
H A Dia32_sysvec.c104 struct sysentvec ia32_freebsd_sysvec = {
/freebsd-13.1/sys/arm64/arm64/
H A Delf32_machdep.c83 static struct sysentvec elf32_freebsd_sysvec = {
H A Delf_machdep.c61 static struct sysentvec elf64_freebsd_sysvec = {
/freebsd-13.1/sys/arm/arm/
H A Delf_machdep.c65 struct sysentvec elf32_freebsd_sysvec = {
/freebsd-13.1/sys/i386/i386/
H A Delf_machdep.c54 struct sysentvec elf32_freebsd_sysvec = {

12