Home
last modified time | relevance | path

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

/linux/arch/powerpc/kernel/
A Dmce_power.c115 static int mce_flush(int what) in mce_flush() function
504 handled = mce_flush(MCE_FLUSH_SLB); in mce_handle_ierror()
507 handled = mce_flush(MCE_FLUSH_ERAT); in mce_handle_ierror()
510 handled = mce_flush(MCE_FLUSH_TLB); in mce_handle_ierror()
593 if (mce_flush(MCE_FLUSH_SLB)) in mce_handle_derror()
597 if (mce_flush(MCE_FLUSH_ERAT)) in mce_handle_derror()
601 if (mce_flush(MCE_FLUSH_TLB)) in mce_handle_derror()

Completed in 4 milliseconds