Searched refs:nommiotrace (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/mm/
H A Dmmio-mod.c78 static bool nommiotrace; variable
82 module_param(nommiotrace, bool, 0);
86 MODULE_PARM_DESC(nommiotrace, "Disable actual MMIO tracing.");
273 if (!nommiotrace) ioremap_trace_core()
313 if (!nommiotrace) iounmap_trace_core()
369 if (!nommiotrace) clear_trace_list()
449 if (nommiotrace) enable_mmiotrace()

Completed in 53 milliseconds