Searched defs:ramdump (Results 1 – 6 of 6) sorted by relevance
2 type ramdump, domain; type
156 ramdump: bool, field
541 let ramdump = if !uses_gki_kernel(config) && debug_config.is_ramdump_needed() { in create_vm_internal() localVariable1719 let ramdump = File::create(ramdump_path) in prepare_ramdump_file() localVariable
120 pub ramdump: Option<File>, field
630 let ramdump = get_debug_policy_bool(AVF_DEBUG_POLICY_RAMDUMP)?.unwrap_or_default(); in load_crashkernel_if_supported() localVariable