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

/arch/x86/mm/
H A Dtestmmiotrace.c11 static unsigned long mmio_address; variable
12 module_param(mmio_address, ulong, 0);
13 MODULE_PARM_DESC(mmio_address, " Start address of the mapping of 16 kB "
80 void __iomem *p = ioremap_nocache(mmio_address, size);
105 p = ioremap_nocache(mmio_address, PAGE_SIZE);
118 if (mmio_address == 0) {
119 pr_err("you have to use the module argument mmio_address.\n");
126 size >> 10, mmio_address);

Completed in 96 milliseconds