Home
last modified time | relevance | path

Searched refs:mem_limit (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/kexec/
H A Dcore.c152 static __be_word mem_limit; variable
169 .value = &mem_limit,
192 mem_limit = cpu_to_be_ulong(memory_limit); in export_crashk_values()
/linux/arch/alpha/kernel/
H A Dsetup.c266 move_initrd(unsigned long mem_limit) in move_initrd() argument
273 if (!start || __pa(start) + size > mem_limit) { in move_initrd()