Home
last modified time | relevance | path

Searched refs:system_ram (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/perf/scripts/python/
H A Dmem-phys-addr.py20 system_ram = [] variable
36 system_ram.append(int(m[0], 16))
37 system_ram.append(int(m[1], 16))
64 position = bisect.bisect(system_ram, phys_addr)
/openbmc/linux/include/linux/
H A Dcrash_core.h82 int __init parse_crashkernel(char *cmdline, unsigned long long system_ram,
84 int parse_crashkernel_high(char *cmdline, unsigned long long system_ram,
86 int parse_crashkernel_low(char *cmdline, unsigned long long system_ram,
/openbmc/linux/kernel/
H A Dcrash_core.c51 unsigned long long system_ram, in parse_crashkernel_mem() argument
56 unsigned long long total_mem = system_ram; in parse_crashkernel_mem()
248 unsigned long long system_ram, in __parse_crashkernel() argument
277 return parse_crashkernel_mem(ck_cmdline, system_ram, in __parse_crashkernel()
288 unsigned long long system_ram, in parse_crashkernel() argument
292 return __parse_crashkernel(cmdline, system_ram, crash_size, crash_base, in parse_crashkernel()
297 unsigned long long system_ram, in parse_crashkernel_high() argument
301 return __parse_crashkernel(cmdline, system_ram, crash_size, crash_base, in parse_crashkernel_high()
306 unsigned long long system_ram, in parse_crashkernel_low() argument
310 return __parse_crashkernel(cmdline, system_ram, crash_size, crash_base, in parse_crashkernel_low()