Searched refs:linux_loadkernel (Results 1 – 1 of 1) sorted by relevance
34 static int linux_loadkernel(char *, u_int64_t, struct preloaded_file **);39 struct file_format linux = { linux_loadkernel, linux_exec };91 linux_loadkernel(char *filename, uint64_t dest __unused, in linux_loadkernel() function