Searched refs:runway (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | perf.c | 42 #include <asm/runway.h> 743 void __iomem *runway; in perf_write_image() local 795 runway = ioremap(cpu_device->hpa.start, 4096); in perf_write_image() 796 if (!runway) { in perf_write_image() 802 tmp64 = __raw_readq(runway + RUNWAY_STATUS) & 0xffecfffffffffffful; in perf_write_image() 804 runway + RUNWAY_STATUS); in perf_write_image() 808 __raw_writeq(*memaddr++, runway + RUNWAY_DEBUG); in perf_write_image()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | perf.c | 42 #include <asm/runway.h> 743 void __iomem *runway; in perf_write_image() local 795 runway = ioremap(cpu_device->hpa.start, 4096); in perf_write_image() 796 if (!runway) { in perf_write_image() 802 tmp64 = __raw_readq(runway + RUNWAY_STATUS) & 0xffecfffffffffffful; in perf_write_image() 804 runway + RUNWAY_STATUS); in perf_write_image() 808 __raw_writeq(*memaddr++, runway + RUNWAY_DEBUG); in perf_write_image()
|
/kernel/linux/linux-6.6/drivers/parisc/ |
H A D | ccio-dma.c | 1560 struct proc_dir_entry *runway; in ccio_probe() local 1562 runway = proc_mkdir("bus/runway", NULL); in ccio_probe() 1563 if (runway) { in ccio_probe() 1564 proc_create_single(MODULE_NAME, 0, runway, in ccio_probe() 1566 proc_create_single(MODULE_NAME"-bitmap", 0, runway, in ccio_probe()
|
/kernel/linux/linux-5.10/drivers/parisc/ |
H A D | ccio-dma.c | 74 #include <asm/runway.h> /* for proc_runway_root */
|
H A D | sba_iommu.c | 44 #include <asm/runway.h> /* for proc_runway_root */
|
Completed in 9 milliseconds