Searched refs:top_down (Results 1 - 12 of 12) sorted by relevance

/linux-master/arch/arm64/kernel/
H A Dmachine_kexec_file.c124 kbuf.top_down = true;
150 kbuf.top_down = false;
180 kbuf.top_down = true;
H A Dkexec_image.c78 kbuf.top_down = false;
/linux-master/arch/powerpc/kexec/
H A Delf_64.c43 .buf_max = ppc64_rma_size, .top_down = true,
95 kbuf.top_down = false;
124 kbuf.top_down = true;
H A Dfile_load_64.c747 kbuf->top_down = false;
819 kbuf->top_down = false;
1304 if (kbuf->top_down)
/linux-master/arch/parisc/kernel/
H A Dkexec_file.c48 kbuf.top_down = false;
63 kbuf.top_down = false;
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c62 kbuf.top_down = false;
110 kbuf.top_down = false;
247 kbuf.top_down = true;
275 kbuf.top_down = true;
296 kbuf.top_down = true;
319 kbuf.top_down = true;
/linux-master/security/integrity/ima/
H A Dima_kexec.c86 .top_down = true };
/linux-master/drivers/of/
H A Dof_reserved_mem.c211 bool bottom_up = false, top_down = false; local
235 top_down = true;
239 if (bottom_up != top_down)
246 if (bottom_up != top_down)
/linux-master/include/linux/
H A Dkexec.h173 * @top_down: Allocate from top of memory.
184 bool top_down; member in struct:kexec_buf
/linux-master/arch/x86/kernel/
H A Dkexec-bzimage64.c409 .top_down = true };
411 .buf_max = ULONG_MAX, .top_down = true };
H A Dcrash.c353 .buf_max = ULONG_MAX, .top_down = false };
/linux-master/kernel/
H A Dkexec_file.c529 if (kbuf->top_down)
553 if (kbuf->top_down) {
612 if (kbuf->top_down)

Completed in 247 milliseconds