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

/linux-master/arch/arm64/kernel/
H A Dkexec_image.c78 kbuf.top_down = false;
H A Dmachine_kexec_file.c124 kbuf.top_down = true;
150 kbuf.top_down = false;
180 kbuf.top_down = true;
/linux-master/arch/parisc/kernel/
H A Dkexec_file.c48 kbuf.top_down = false;
63 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;
125 kbuf.top_down = true;
H A Dfile_load_64.c558 kbuf->top_down = false;
648 kbuf->top_down = false;
1062 if (kbuf->top_down)
/linux-master/arch/riscv/kernel/
H A Delf_kexec.c63 kbuf.top_down = false;
111 kbuf.top_down = false;
248 kbuf.top_down = true;
276 kbuf.top_down = true;
297 kbuf.top_down = true;
320 kbuf.top_down = true;
/linux-master/arch/x86/kernel/
H A Dcrash.c353 .buf_max = ULONG_MAX, .top_down = false };
H A Dkexec-bzimage64.c409 .top_down = true };
411 .buf_max = ULONG_MAX, .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/kernel/
H A Dkexec_file.c534 if (kbuf->top_down)
558 if (kbuf->top_down) {
617 if (kbuf->top_down)
/linux-master/security/integrity/ima/
H A Dima_kexec.c87 .top_down = true };

Completed in 247 milliseconds