Searched refs:mem_type (Results 1 – 15 of 15) sorted by relevance
| /include/linux/firmware/cirrus/ |
| A D | cs_dsp_test_utils.h | 62 u16 mem_type; member 95 unsigned int cs_dsp_mock_size_of_region(const struct cs_dsp *dsp, int mem_type); 96 unsigned int cs_dsp_mock_base_addr_for_mem(struct cs_dsp_test *priv, int mem_type); 98 unsigned int cs_dsp_mock_reg_block_length_bytes(struct cs_dsp_test *priv, int mem_type); 99 unsigned int cs_dsp_mock_reg_block_length_registers(struct cs_dsp_test *priv, int mem_type); 100 unsigned int cs_dsp_mock_reg_block_length_dsp_words(struct cs_dsp_test *priv, int mem_type); 106 int mem_type);
|
| A D | cs_dsp.h | 258 int cs_dsp_read_raw_data_block(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, 260 int cs_dsp_read_data_word(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, u32 *data); 261 int cs_dsp_write_data_word(struct cs_dsp *dsp, int mem_type, unsigned int mem_addr, u32 data);
|
| /include/drm/ttm/ |
| A D | ttm_device.h | 278 ttm_manager_type(struct ttm_device *bdev, int mem_type) in ttm_manager_type() argument 280 BUILD_BUG_ON(__builtin_constant_p(mem_type) in ttm_manager_type() 281 && mem_type >= TTM_NUM_MEM_TYPES); in ttm_manager_type() 282 return bdev->man_drv[mem_type]; in ttm_manager_type()
|
| A D | ttm_placement.h | 86 uint32_t mem_type; member
|
| A D | ttm_resource.h | 256 uint32_t mem_type; member 333 unsigned int mem_type; member
|
| /include/linux/ |
| A D | pci-tph.h | 27 enum tph_mem_type mem_type, 37 enum tph_mem_type mem_type, in pcie_tph_get_cpu_st() argument
|
| A D | wkup_m3_ipc.h | 26 int mem_type; member 57 void (*set_mem_type)(struct wkup_m3_ipc *m3_ipc, int mem_type);
|
| A D | pstore_ram.h | 32 unsigned int mem_type; member
|
| A D | edac.h | 192 enum mem_type { enum 394 enum mem_type mtype; /* memory dimm type */
|
| /include/xen/interface/hvm/ |
| A D | hvm_op.h | 42 uint16_t mem_type; member
|
| /include/trace/events/ |
| A D | xdp.h | 313 __field(u32, mem_type) 320 __entry->mem_type = xa->mem.type; 326 __print_symbolic(__entry->mem_type, __MEM_TYPE_SYM_TAB), 341 __field(u32, mem_type) 350 __entry->mem_type = xa->mem.type; 359 __print_symbolic(__entry->mem_type, __MEM_TYPE_SYM_TAB),
|
| /include/net/ |
| A D | xdp.h | 264 enum xdp_mem_type mem_type:32; 404 xdp_frame->mem_type = xdp->rxq->mem.type; in xdp_convert_buff_to_frame() 409 void __xdp_return(netmem_ref netmem, enum xdp_mem_type mem_type,
|
| /include/uapi/linux/ |
| A D | acrn.h | 439 __u64 mem_type; member
|
| /include/linux/mlx5/ |
| A D | driver.h | 1167 int mlx5_st_alloc_index(struct mlx5_core_dev *dev, enum tph_mem_type mem_type, 1172 enum tph_mem_type mem_type, in mlx5_st_alloc_index() argument
|
| /include/rdma/ |
| A D | ib_verbs.h | 1865 enum tph_mem_type mem_type; member
|
Completed in 53 milliseconds