Home
last modified time | relevance | path

Searched refs:linux_kexec_file_load_args (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/arm64/linux/
H A Dlinux_proto.h1143 struct linux_kexec_file_load_args { struct
1477 int linux_kexec_file_load(struct thread *, struct linux_kexec_file_load_args *);
/freebsd-src/sys/amd64/linux/
H A Dlinux_proto.h1252 struct linux_kexec_file_load_args { struct
1705 int linux_kexec_file_load(struct thread *, struct linux_kexec_file_load_args *);
H A Dlinux_sysent.c337 { .sy_narg = AS(linux_kexec_file_load_args), .sy_call = (sy_call_t *)linux_kexec_file_load, .sy_auevent = AUE_NULL, .sy_flags = 0, .sy_thrcnt = SY_THR_STATIC }, /* 320 = linux_kexec_file_load */
H A Dlinux_systrace_args.c2495 struct linux_kexec_file_load_args *p = params; in systrace_args()