Searched defs:kexec_segment (Results 1 – 4 of 4) sorted by relevance
52 struct kexec_segment { struct53 const void *buf;54 size_t bufsz;55 const void *mem;56 size_t memsz;
54 struct kexec_segment { struct55 const void *buf;56 size_t bufsz;57 const void *mem;58 size_t memsz;
73 struct kexec_segment { struct92 struct compat_kexec_segment { argument