Home
last modified time | relevance | path

Searched defs:kexec_buf (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/
Dkexec.h188 struct kexec_buf { struct
189 struct kimage *image;
190 char *buffer;
191 unsigned long bufsz;
192 unsigned long mem;
193 unsigned long memsz;
194 unsigned long buf_align;
195 unsigned long buf_min;
196 unsigned long buf_max;
197 bool top_down; /* allocate from top of memory hole */