Searched refs:mapped_addr (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_mem_ops.c | 48 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite() 55 writeq(*((u64 *)hostbuf), mapped_addr); in octeon_pci_fastwrite() 56 mapped_addr += 8; in octeon_pci_fastwrite() 64 writeb(*(hostbuf++), mapped_addr++); in octeon_pci_fastwrite() 72 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread() 79 *((u64 *)hostbuf) = readq(mapped_addr); in octeon_pci_fastread() 80 mapped_addr += 8; in octeon_pci_fastread() 88 *(hostbuf++) = readb(mapped_addr++); in octeon_pci_fastread() 99 u8 __iomem *mapped_addr; in __octeon_pci_rw_core_mem() local 108 mapped_addr = oct->mmio[1].hw_addr in __octeon_pci_rw_core_mem() [all …]
|
| /linux-6.15/arch/x86/kernel/ |
| H A D | shstk.c | 105 unsigned long mapped_addr, unused; in alloc_shstk() local 111 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_shstk() 115 if (!set_res_tok || IS_ERR_VALUE(mapped_addr)) in alloc_shstk() 118 if (create_rstor_token(mapped_addr + token_offset, NULL)) { in alloc_shstk() 119 vm_munmap(mapped_addr, size); in alloc_shstk() 124 return mapped_addr; in alloc_shstk()
|
| /linux-6.15/rust/kernel/ |
| H A D | page.rs | 105 let mapped_addr = unsafe { bindings::kmap_local_page(self.as_ptr()) }; in with_page_mapped() localVariable 107 let res = f(mapped_addr.cast()); in with_page_mapped() 118 unsafe { bindings::kunmap_local(mapped_addr) }; in with_page_mapped()
|
| /linux-6.15/include/rdma/ |
| H A D | iw_portmap.h | 59 struct sockaddr_storage *mapped_addr, u8 nl_client, 62 struct sockaddr_storage *mapped_addr);
|
| /linux-6.15/arch/arm64/mm/ |
| H A D | gcs.c | 17 unsigned long mapped_addr, unused; in alloc_gcs() local 23 mapped_addr = do_mmap(NULL, addr, size, PROT_READ, flags, in alloc_gcs() 27 return mapped_addr; in alloc_gcs()
|
| /linux-6.15/mm/ |
| H A D | mmap.c | 105 unsigned long mapped_addr; in check_brk_limits() local 107 mapped_addr = get_unmapped_area(NULL, addr, len, 0, MAP_FIXED); in check_brk_limits() 108 if (IS_ERR_VALUE(mapped_addr)) in check_brk_limits() 109 return mapped_addr; in check_brk_limits()
|
| /linux-6.15/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 1328 struct mtk_tx_dma *txd, dma_addr_t mapped_addr, in setup_tx_buf() argument 1332 dma_unmap_addr_set(tx_buf, dma_addr0, mapped_addr); in setup_tx_buf() 1336 txd->txd3 = mapped_addr; in setup_tx_buf() 1338 dma_unmap_addr_set(tx_buf, dma_addr1, mapped_addr); in setup_tx_buf() 1342 txd->txd1 = mapped_addr; in setup_tx_buf() 1344 dma_unmap_addr_set(tx_buf, dma_addr0, mapped_addr); in setup_tx_buf()
|