Searched refs:linux_kexec_file_load_args (Results 1 – 4 of 4) sorted by relevance
1143 struct linux_kexec_file_load_args { struct1477 int linux_kexec_file_load(struct thread *, struct linux_kexec_file_load_args *);
1252 struct linux_kexec_file_load_args { struct1705 int linux_kexec_file_load(struct thread *, struct linux_kexec_file_load_args *);
337 { .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 */
2495 struct linux_kexec_file_load_args *p = params; in systrace_args()