Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Dcrash_core.c39 unsigned long long system_ram, in parse_crashkernel_mem() argument
88 if (size >= system_ram) { in parse_crashkernel_mem()
94 if (system_ram >= start && system_ram < end) { in parse_crashkernel_mem()
230 unsigned long long system_ram, in __parse_crashkernel() argument
260 return parse_crashkernel_mem(ck_cmdline, system_ram, in __parse_crashkernel()
271 unsigned long long system_ram, in parse_crashkernel() argument
275 return __parse_crashkernel(cmdline, system_ram, crash_size, crash_base, in parse_crashkernel()
280 unsigned long long system_ram, in parse_crashkernel_high() argument
284 return __parse_crashkernel(cmdline, system_ram, crash_size, crash_base, in parse_crashkernel_high()
289 unsigned long long system_ram, in parse_crashkernel_low() argument
[all …]
/Linux-v4.19/tools/perf/scripts/python/
Dmem-phys-addr.py18 system_ram = [] variable
34 system_ram.append(long(m[0], 16))
35 system_ram.append(long(m[1], 16))
59 position = bisect.bisect(system_ram, phys_addr)
/Linux-v4.19/include/linux/
Dcrash_core.h71 int __init parse_crashkernel(char *cmdline, unsigned long long system_ram,
73 int parse_crashkernel_high(char *cmdline, unsigned long long system_ram,
75 int parse_crashkernel_low(char *cmdline, unsigned long long system_ram,
/Linux-v4.19/arch/x86/mm/
Dioremap.c31 bool system_ram; member
93 if (!flags->system_ram) in __ioremap_res_check()
94 flags->system_ram = __ioremap_check_ram(res); in __ioremap_res_check()
99 return flags->system_ram && flags->desc_other; in __ioremap_res_check()
164 if (mem_flags.system_ram) { in __ioremap_caller()