Searched refs:cpu_addr (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/mips/broadcom/ |
| H A D | bcm_machdep.h | 59 uintptr_t cpu_addr; /**< cpu core phys address */ member 129 BCM_CORE_READ_4(_bp, cpu_addr, (_reg)) 131 BCM_CORE_WRITE_4(_bp, cpu_addr, (_reg), (_val))
|
| H A D | bcm_machdep.c | 443 &bp->cpu_id, &bp->cpu_addr); in bcm_init_platform_data()
|
| /freebsd-13.1/sys/dev/liquidio/ |
| H A D | lio_network.h | 212 lio_dma_free(size_t size, void *cpu_addr) in lio_dma_free() argument 215 kmem_free((vm_offset_t)cpu_addr, size); in lio_dma_free()
|
| /freebsd-13.1/sys/contrib/device-tree/src/powerpc/ |
| H A D | akebono.dts | 263 // pci_space < pci_addr > < cpu_addr > < size … 303 // pci_space < pci_addr > < cpu_addr > < size … 343 // pci_space < pci_addr > < cpu_addr > < size … 383 // pci_space < pci_addr > < cpu_addr > < size …
|
| H A D | currituck.dts | 137 // pci_space < pci_addr > < cpu_addr > < size …
|
| /freebsd-13.1/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 1854 size_t size, void *cpu_addr, 3033 void *cpu_addr, size_t size, in ib_dma_map_single() argument 3037 return dev->dma_ops->map_single(dev, cpu_addr, size, direction); in ib_dma_map_single() 3038 return dma_map_single(dev->dma_device, cpu_addr, size, direction); in ib_dma_map_single() 3059 void *cpu_addr, size_t size, in ib_dma_map_single_attrs() argument 3063 return dma_map_single_attrs(dev->dma_device, cpu_addr, size, in ib_dma_map_single_attrs() 3266 size_t size, void *cpu_addr, in ib_dma_free_coherent() argument 3270 dev->dma_ops->free_coherent(dev, size, cpu_addr, dma_handle); in ib_dma_free_coherent() 3272 dma_free_coherent(dev->dma_device, size, cpu_addr, dma_handle); in ib_dma_free_coherent()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | dma-mapping.h | 163 dma_free_coherent(struct device *dev, size_t size, void *cpu_addr, in dma_free_coherent() argument 168 kmem_free((vm_offset_t)cpu_addr, size); in dma_free_coherent()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/dma/xilinx/ |
| H A D | xilinx_dma.txt | 27 - dma-ranges: Should be as the following <dma_addr cpu_addr max_len>.
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/pcie/ |
| H A D | trans.c | 2920 u8 *cpu_addr = (void *)trans->dbg.fw_mon.block, *curr_buf; in iwl_dbgfs_monitor_data_read() local 2951 curr_buf = cpu_addr + data->prev_wr_ptr; in iwl_dbgfs_monitor_data_read() 2960 curr_buf = cpu_addr + data->prev_wr_ptr; in iwl_dbgfs_monitor_data_read() 2969 cpu_addr, &size, in iwl_dbgfs_monitor_data_read() 2986 cpu_addr, &size, in iwl_dbgfs_monitor_data_read()
|