Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/mm/
H A Dmmio-mod.c63 static bool nommiotrace; variable
67 module_param(nommiotrace, bool, 0);
71 MODULE_PARM_DESC(nommiotrace, "Disable actual MMIO tracing.");
258 if (!nommiotrace) in ioremap_trace_core()
298 if (!nommiotrace) in iounmap_trace_core()
354 if (!nommiotrace) in clear_trace_list()
434 if (nommiotrace) in enable_mmiotrace()