Searched refs:mapped_address (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/mtd/devices/ |
| H A D | mtdram.c | 124 int mtdram_init_device(struct mtd_info *mtd, void *mapped_address, in mtdram_init_device() argument 137 mtd->priv = mapped_address; in mtdram_init_device()
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | mtdram.h | 6 int mtdram_init_device(struct mtd_info *mtd, void *mapped_address,
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_ethdev.c | 1014 void *mapped_address = NULL; in guio_map_mem() local 1061 mapped_address = mmap(NULL, uio_map_size, in guio_map_mem() 1065 if (mapped_address == MAP_FAILED) { in guio_map_mem() 1077 uio_device_id, uio_map_id, uio_map_size, *map_addr, mapped_address); in guio_map_mem() 1080 uio_device_id, uio_map_id, uio_map_size, rte_mem_virt2phy(mapped_address)); in guio_map_mem() 1082 return mapped_address; in guio_map_mem()
|