Home
last modified time | relevance | path

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

12

/freebsd-12.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.c44 cloudabi_vdso_init(struct sysentvec *sv, char *begin, char *end) in cloudabi_vdso_init()
84 cloudabi_vdso_destroy(struct sysentvec *sv) in cloudabi_vdso_destroy()
/freebsd-12.1/sys/sys/
H A Dimgact.h79 struct sysentvec *sysent; /* system entry vector */
97 struct sysentvec;
105 int exec_new_vmspace(struct image_params *, struct sysentvec *);
H A Dsysent.h95 struct sysentvec { struct
165 extern struct sysentvec aout_sysvec;
H A Dimgact_elf.h79 struct sysentvec *sysvec;
H A Dktrace.h168 struct sysentvec;
/freebsd-12.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.c103 __elfN(linux_vdso_fixup)(struct sysentvec *sv) in __elfN()
142 __elfN(linux_vdso_reloc)(struct sysentvec *sv) in __elfN()
/freebsd-12.1/sys/amd64/include/
H A Dmd_var.h56 struct sysentvec;
60 void amd64_lower_shared_page(struct sysentvec *);
/freebsd-12.1/sys/kern/
H A Dkern_sharedpage.c261 struct sysentvec *sv; in exec_sysvec_init()
263 sv = (struct sysentvec *)param; in exec_sysvec_init()
H A Dimgact_aout.c76 struct sysentvec aout_sysvec = {
118 struct sysentvec aout_sysvec = {
/freebsd-12.1/sys/amd64/amd64/
H A Delf_machdep.c52 struct sysentvec elf64_freebsd_sysvec = {
91 amd64_lower_shared_page(struct sysentvec *sv) in amd64_lower_shared_page()
/freebsd-12.1/sys/i386/ibcs2/
H A Dibcs2_sysvec.c61 struct sysentvec ibcs2_svr3_sysvec = {
/freebsd-12.1/sys/mips/mips/
H A Delf_machdep.c55 struct sysentvec elf64_freebsd_sysvec = {
110 struct sysentvec elf32_freebsd_sysvec = {
/freebsd-12.1/sys/powerpc/powerpc/
H A Delf64_machdep.c58 struct sysentvec elf64_freebsd_sysvec_v1 = {
96 struct sysentvec elf64_freebsd_sysvec_v2 = {
/freebsd-12.1/sys/arm64/cloudabi64/
H A Dcloudabi64_sysvec.c163 static struct sysentvec cloudabi64_elf_sysvec = {
/freebsd-12.1/sys/i386/cloudabi32/
H A Dcloudabi32_sysvec.c182 static struct sysentvec cloudabi32_elf_sysvec = {
/freebsd-12.1/sys/arm/cloudabi32/
H A Dcloudabi32_sysvec.c171 static struct sysentvec cloudabi32_elf_sysvec = {
/freebsd-12.1/sys/arm64/cloudabi32/
H A Dcloudabi32_sysvec.c179 static struct sysentvec cloudabi32_elf_sysvec = {
/freebsd-12.1/sys/amd64/cloudabi32/
H A Dcloudabi32_sysvec.c207 static struct sysentvec cloudabi32_elf_sysvec = {
/freebsd-12.1/sys/amd64/cloudabi64/
H A Dcloudabi64_sysvec.c194 static struct sysentvec cloudabi64_elf_sysvec = {
/freebsd-12.1/sys/compat/ia32/
H A Dia32_sysvec.c98 struct sysentvec ia32_freebsd_sysvec = {
/freebsd-12.1/sys/arm64/arm64/
H A Delf_machdep.c58 static struct sysentvec elf64_freebsd_sysvec = {
/freebsd-12.1/sys/i386/i386/
H A Delf_machdep.c54 struct sysentvec elf32_freebsd_sysvec = {
/freebsd-12.1/sys/arm/arm/
H A Delf_machdep.c59 struct sysentvec elf32_freebsd_sysvec = {

12