do_vmclear_operation   62 arch/x86/kernel/crash.c 	crash_vmclear_fn *do_vmclear_operation = NULL;
do_vmclear_operation   65 arch/x86/kernel/crash.c 	do_vmclear_operation = rcu_dereference(crash_vmclear_loaded_vmcss);
do_vmclear_operation   66 arch/x86/kernel/crash.c 	if (do_vmclear_operation)
do_vmclear_operation   67 arch/x86/kernel/crash.c 		do_vmclear_operation();