Searched refs:mmio_address (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | testmmiotrace.c | 13 static unsigned long mmio_address; variable 14 module_param_hw(mmio_address, ulong, iomem, 0); 15 MODULE_PARM_DESC(mmio_address, " Start address of the mapping of 16 kB " 82 void __iomem *p = ioremap(mmio_address, size); in do_test() 107 p = ioremap(mmio_address, PAGE_SIZE); in do_test_bulk_ioremapping() 124 if (mmio_address == 0) { in init() 125 pr_err("you have to use the module argument mmio_address.\n"); in init() 132 size >> 10, mmio_address); in init()
|
/kernel/linux/linux-6.6/arch/x86/mm/ |
H A D | testmmiotrace.c | 13 static unsigned long mmio_address; variable 14 module_param_hw(mmio_address, ulong, iomem, 0); 15 MODULE_PARM_DESC(mmio_address, " Start address of the mapping of 16 kB " 82 void __iomem *p = ioremap(mmio_address, size); in do_test() 107 p = ioremap(mmio_address, PAGE_SIZE); in do_test_bulk_ioremapping() 124 if (mmio_address == 0) { in init() 125 pr_err("you have to use the module argument mmio_address.\n"); in init() 132 size >> 10, mmio_address); in init()
|
Completed in 1 milliseconds