Searched refs:sysentvec (Results 1 - 25 of 47) sorted by relevance

12

/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4.h35 extern struct sysentvec svr4_sysvec;
H A Dsvr4_sysvec.c166 struct sysentvec svr4_sysvec = {
/freebsd-11-stable/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.c44 cloudabi_vdso_init(struct sysentvec *sv, char *begin, char *end)
84 cloudabi_vdso_destroy(struct sysentvec *sv)
/freebsd-11-stable/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.c103 __elfN(linux_vdso_fixup)(struct sysentvec *sv)
142 __elfN(linux_vdso_reloc)(struct sysentvec *sv)
/freebsd-11-stable/sys/sys/
H A Dimgact.h77 struct sysentvec *sysent; /* system entry vector */
92 struct sysentvec;
103 int exec_new_vmspace(struct image_params *, struct sysentvec *);
H A Dimgact_elf.h76 struct sysentvec *sysvec;
H A Dsysent.h90 struct sysentvec { struct
159 extern struct sysentvec aout_sysvec;
H A Dktrace.h167 struct sysentvec;
180 u_int sv_flags; /* struct sysentvec sv_flags copy */
/freebsd-11-stable/sys/amd64/include/
H A Dmd_var.h51 struct sysentvec;
55 void amd64_lower_shared_page(struct sysentvec *);
/freebsd-11-stable/sys/i386/ibcs2/
H A Dibcs2_sysvec.c59 struct sysentvec ibcs2_svr3_sysvec = {
/freebsd-11-stable/sys/kern/
H A Dimgact_aout.c69 struct sysentvec aout_sysvec = {
113 struct sysentvec aout_sysvec = {
H A Dkern_sharedpage.c260 struct sysentvec *sv;
262 sv = (struct sysentvec *)param;
/freebsd-11-stable/sys/amd64/amd64/
H A Delf_machdep.c50 struct sysentvec elf64_freebsd_sysvec = {
88 amd64_lower_shared_page(struct sysentvec *sv)
/freebsd-11-stable/sys/i386/cloudabi32/
H A Dcloudabi32_sysvec.c182 static struct sysentvec cloudabi32_elf_sysvec = {
/freebsd-11-stable/sys/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c207 static struct sysentvec cloudabi32_elf_sysvec = {
/freebsd-11-stable/sys/amd64/cloudabi64/
H A Dcloudabi64_sysvec.c194 static struct sysentvec cloudabi64_elf_sysvec = {
/freebsd-11-stable/sys/arm64/arm64/
H A Delf_machdep.c58 static struct sysentvec elf64_freebsd_sysvec = {
/freebsd-11-stable/sys/arm/cloudabi32/
H A Dcloudabi32_sysvec.c171 static struct sysentvec cloudabi32_elf_sysvec = {
/freebsd-11-stable/sys/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c163 static struct sysentvec cloudabi64_elf_sysvec = {
/freebsd-11-stable/sys/mips/mips/
H A Delf_machdep.c53 struct sysentvec elf64_freebsd_sysvec = {
108 struct sysentvec elf32_freebsd_sysvec = {
/freebsd-11-stable/sys/powerpc/powerpc/
H A Delf64_machdep.c55 struct sysentvec elf64_freebsd_sysvec_v1 = {
92 struct sysentvec elf64_freebsd_sysvec_v2 = {
H A Delf32_machdep.c63 struct sysentvec elf32_freebsd_sysvec = {
/freebsd-11-stable/sys/i386/i386/
H A Delf_machdep.c52 struct sysentvec elf32_freebsd_sysvec = {

Completed in 281 milliseconds

12