Is it possible to freeze all processors from executing code while my code is executed in kernel space?
I need to dump a large amount of data and I need the guarantee that data stays consistent during execution of my code.
local_irq_save and friends disables only for local cpu...