Home
last modified time | relevance | path

Searched refs:mem_type (Results 1 – 15 of 15) sorted by relevance

/include/linux/firmware/cirrus/
A Dcs_dsp_test_utils.h62 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 Dcs_dsp.h258 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 Dttm_device.h278 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 Dttm_placement.h86 uint32_t mem_type; member
A Dttm_resource.h256 uint32_t mem_type; member
333 unsigned int mem_type; member
/include/linux/
A Dpci-tph.h27 enum tph_mem_type mem_type,
37 enum tph_mem_type mem_type, in pcie_tph_get_cpu_st() argument
A Dwkup_m3_ipc.h26 int mem_type; member
57 void (*set_mem_type)(struct wkup_m3_ipc *m3_ipc, int mem_type);
A Dpstore_ram.h32 unsigned int mem_type; member
A Dedac.h192 enum mem_type { enum
394 enum mem_type mtype; /* memory dimm type */
/include/xen/interface/hvm/
A Dhvm_op.h42 uint16_t mem_type; member
/include/trace/events/
A Dxdp.h313 __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 Dxdp.h264 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 Dacrn.h439 __u64 mem_type; member
/include/linux/mlx5/
A Ddriver.h1167 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 Dib_verbs.h1865 enum tph_mem_type mem_type; member

Completed in 53 milliseconds