Home
last modified time | relevance | path

Searched full:mt (Results 1 – 25 of 201) sorted by relevance

123456789

/linux/lib/
H A Dtest_maple_tree.c19 #define mt_dump(mt, fmt) do {} while (0) argument
20 #define mt_validate(mt) do {} while (0) argument
63 static int __init mtree_insert_index(struct maple_tree *mt, in mtree_insert_index() argument
66 return mtree_insert(mt, index, xa_mk_value(index & LONG_MAX), gfp); in mtree_insert_index()
69 static void __init mtree_erase_index(struct maple_tree *mt, unsigned long index) in mtree_erase_index() argument
71 MT_BUG_ON(mt, mtree_erase(mt, index) != xa_mk_value(index & LONG_MAX)); in mtree_erase_index()
72 MT_BUG_ON(mt, mtree_load(mt, index) != NULL); in mtree_erase_index()
75 static int __init mtree_test_insert(struct maple_tree *mt, unsigned long index, in mtree_test_insert() argument
78 return mtree_insert(mt, index, ptr, GFP_KERNEL); in mtree_test_insert()
81 static int __init mtree_test_store_range(struct maple_tree *mt, in mtree_test_store_range() argument
[all …]
H A Dmaple_tree.c176 static void mt_set_height(struct maple_tree *mt, unsigned char height) in mt_set_height() argument
178 unsigned int new_flags = mt->ma_flags; in mt_set_height()
181 MT_BUG_ON(mt, height > MAPLE_HEIGHT_MAX); in mt_set_height()
183 mt->ma_flags = new_flags; in mt_set_height()
191 static inline unsigned int mt_attr(struct maple_tree *mt) in mt_attr() argument
193 return mt->ma_flags & ~MT_FLAGS_HEIGHT_MASK; in mt_attr()
318 const enum maple_type mt) in ma_init_slot() argument
321 RCU_INIT_POINTER(*slot, (void *)mt_mk_node(mn, mt)); in ma_init_slot()
364 static __always_inline bool mt_is_alloc(struct maple_tree *mt) in mt_is_alloc() argument
366 return (mt in mt_is_alloc()
683 ma_slots(struct maple_node * mn,enum maple_type mt) ma_slots() argument
700 mt_write_locked(const struct maple_tree * mt) mt_write_locked() argument
706 mt_locked(const struct maple_tree * mt) mt_locked() argument
712 mt_slot(const struct maple_tree * mt,void __rcu ** slots,unsigned char offset) mt_slot() argument
718 mt_slot_locked(struct maple_tree * mt,void __rcu ** slots,unsigned char offset) mt_slot_locked() argument
762 mt_root_locked(struct maple_tree * mt) mt_root_locked() argument
779 ma_meta(struct maple_node * mn,enum maple_type mt) ma_meta() argument
796 ma_set_meta(struct maple_node * mn,enum maple_type mt,unsigned char offset,unsigned char end) ma_set_meta() argument
811 mt_clear_meta(struct maple_tree * mt,struct maple_node * mn,enum maple_type type) mt_clear_meta() argument
848 ma_meta_end(struct maple_node * mn,enum maple_type mt) ma_meta_end() argument
870 ma_set_meta_gap(struct maple_node * mn,enum maple_type mt,unsigned char offset) ma_set_meta_gap() argument
1307 ma_leaf_max_gap(struct maple_node * mn,enum maple_type mt,unsigned long min,unsigned long max,unsigned long * pivots,void __rcu ** slots) ma_leaf_max_gap() argument
1381 enum maple_type mt; mas_leaf_max_gap() local
1406 ma_max_gap(struct maple_node * node,unsigned long * gaps,enum maple_type mt,unsigned char * off) ma_max_gap() argument
1434 enum maple_type mt; mas_max_gap() local
1606 enum maple_type mt; mas_find_child() local
1640 mas_leaf_set_meta(struct maple_node * node,enum maple_type mt,unsigned char end) mas_leaf_set_meta() argument
1971 node_finalise(struct maple_node * node,enum maple_type mt,unsigned char end) node_finalise() argument
2291 dst_setup(struct maple_copy * cp,struct ma_state * mas,enum maple_type mt) dst_setup() argument
2358 enum maple_type mt; append_mas_cp() local
2555 enum maple_type mt = cp->dst[d].mt; cp_dst_to_slots() local
2596 enum maple_type mt = maple_arange_64; cp_is_new_root() local
3862 enum maple_type mt; mas_prev_node() local
4032 enum maple_type mt; mas_next_node() local
4506 enum maple_type mt; mas_empty_area() local
4619 mte_dead_leaves(struct maple_enode * enode,struct maple_tree * mt,void __rcu ** slots) mte_dead_leaves() argument
4715 mte_destroy_descend(struct maple_enode ** enode,struct maple_tree * mt,struct maple_enode * prev,unsigned char offset) mte_destroy_descend() argument
4744 mt_destroy_walk(struct maple_enode * enode,struct maple_tree * mt,bool free) mt_destroy_walk() argument
4808 mte_destroy_walk(struct maple_enode * enode,struct maple_tree * mt) mte_destroy_walk() argument
5120 mt_next(struct maple_tree * mt,unsigned long index,unsigned long max) mt_next() argument
5250 mt_prev(struct maple_tree * mt,unsigned long index,unsigned long min) mt_prev() argument
5649 mtree_load(struct maple_tree * mt,unsigned long index) mtree_load() argument
5691 mtree_store_range(struct maple_tree * mt,unsigned long index,unsigned long last,void * entry,gfp_t gfp) mtree_store_range() argument
5722 mtree_store(struct maple_tree * mt,unsigned long index,void * entry,gfp_t gfp) mtree_store() argument
5740 mtree_insert_range(struct maple_tree * mt,unsigned long first,unsigned long last,void * entry,gfp_t gfp) mtree_insert_range() argument
5777 mtree_insert(struct maple_tree * mt,unsigned long index,void * entry,gfp_t gfp) mtree_insert() argument
5784 mtree_alloc_range(struct maple_tree * mt,unsigned long * startp,void * entry,unsigned long size,unsigned long min,unsigned long max,gfp_t gfp) mtree_alloc_range() argument
5846 mtree_alloc_cyclic(struct maple_tree * mt,unsigned long * startp,void * entry,unsigned long range_lo,unsigned long range_hi,unsigned long * next,gfp_t gfp) mtree_alloc_cyclic() argument
5866 mtree_alloc_rrange(struct maple_tree * mt,unsigned long * startp,void * entry,unsigned long size,unsigned long min,unsigned long max,gfp_t gfp) mtree_alloc_rrange() argument
5915 mtree_erase(struct maple_tree * mt,unsigned long index) mtree_erase() argument
6150 __mt_dup(struct maple_tree * mt,struct maple_tree * new,gfp_t gfp) __mt_dup() argument
6187 mtree_dup(struct maple_tree * mt,struct maple_tree * new,gfp_t gfp) mtree_dup() argument
6214 __mt_destroy(struct maple_tree * mt) __mt_destroy() argument
6232 mtree_destroy(struct maple_tree * mt) mtree_destroy() argument
6256 mt_find(struct maple_tree * mt,unsigned long * index,unsigned long max) mt_find() argument
6316 mt_find_after(struct maple_tree * mt,unsigned long * index,unsigned long max) mt_find_after() argument
6478 mt_dump_range64(const struct maple_tree * mt,void * entry,unsigned long min,unsigned long max,unsigned int depth,enum mt_dump_format format) mt_dump_range64() argument
6531 mt_dump_arange64(const struct maple_tree * mt,void * entry,unsigned long min,unsigned long max,unsigned int depth,enum mt_dump_format format) mt_dump_arange64() argument
6590 mt_dump_node(const struct maple_tree * mt,void * entry,unsigned long min,unsigned long max,unsigned int depth,enum mt_dump_format format) mt_dump_node() argument
6625 mt_dump(const struct maple_tree * mt,enum mt_dump_format format) mt_dump() argument
6648 enum maple_type mt = mte_node_type(mas->node); mas_validate_gaps() local
6882 mt_validate_nulls(struct maple_tree * mt) mt_validate_nulls() argument
6924 mt_validate(struct maple_tree * mt) mt_validate() argument
[all...]
/linux/drivers/input/
H A Dinput-mt.c8 #include <linux/input/mt.h>
25 * input_mt_init_slots() - initialize MT input slots
26 * @dev: input device supporting MT events and finger tracking
28 * @flags: mt tasks to handle in core
30 * This function allocates all necessary memory for MT slot handling
45 if (dev->mt) in input_mt_init_slots()
46 return dev->mt->num_slots != num_slots ? -EINVAL : 0; in input_mt_init_slots()
52 struct input_mt *mt __free(kfree) = in input_mt_init_slots()
53 kzalloc_flex(*mt, slots, num_slots); in input_mt_init_slots()
54 if (!mt) in input_mt_init_slots()
[all …]
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_tc.c68 struct flow_match_ipv4_addrs mt; in vcap_tc_flower_handler_ipv4_usage() local
70 flow_rule_match_ipv4_addrs(st->frule, &mt); in vcap_tc_flower_handler_ipv4_usage()
71 if (mt.mask->src) { in vcap_tc_flower_handler_ipv4_usage()
74 be32_to_cpu(mt.key->src), in vcap_tc_flower_handler_ipv4_usage()
75 be32_to_cpu(mt.mask->src)); in vcap_tc_flower_handler_ipv4_usage()
79 if (mt.mask->dst) { in vcap_tc_flower_handler_ipv4_usage()
82 be32_to_cpu(mt.key->dst), in vcap_tc_flower_handler_ipv4_usage()
83 be32_to_cpu(mt.mask->dst)); in vcap_tc_flower_handler_ipv4_usage()
104 struct flow_match_ipv6_addrs mt; in vcap_tc_flower_handler_ipv6_usage() local
108 flow_rule_match_ipv6_addrs(st->frule, &mt); in vcap_tc_flower_handler_ipv6_usage()
[all …]
/linux/drivers/thermal/mediatek/
H A Dauxadc_thermal.c307 struct mtk_thermal *mt; member
350 int (*raw_to_mcelsius)(struct mtk_thermal *mt, int sensno, s32 raw);
705 * @mt: The thermal controller
712 static int raw_to_mcelsius_v1(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v1() argument
719 tmp /= mt->conf->cali_val + mt->o_slope; in raw_to_mcelsius_v1()
720 tmp /= 10000 + mt->adc_ge; in raw_to_mcelsius_v1()
721 tmp *= raw - mt->vts[sensno] - 3350; in raw_to_mcelsius_v1()
724 return mt->degc_cali * 500 - tmp; in raw_to_mcelsius_v1()
727 static int raw_to_mcelsius_v2(struct mtk_thermal *mt, int sensno, s32 raw) in raw_to_mcelsius_v2() argument
740 g_gain = 10000 + (((mt->adc_ge - 512) * 10000) >> 12); in raw_to_mcelsius_v2()
[all …]
/linux/arch/sh/lib/
H A Dmemcpy-sh4.S31 mov r4,r2 ! 5 MT (0 cycles latency)
41 mov r7, r3 ! 5 MT (latency=0) ! RQPO
43 cmp/hi r2,r0 ! 57 MT
46 mov r1,r6 ! 5 MT (latency=0)
50 mov r1, r7 ! 5 MT (latency=0)
58 mov r7,r3 ! 5 MT (latency=0) ! OPQR
60 cmp/hi r2,r0 ! 57 MT
64 mov r1,r6 ! 5 MT (latency=0)
67 mov r1,r7 ! 5 MT (latency=0)
77 cmp/eq r4,r0 ! 54 MT
[all …]
/linux/include/linux/
H A Dmaple_tree.h168 enum maple_type mt; member
175 enum maple_type mt; member
231 #define mt_lock_is_held(mt) \ argument
232 (!(mt)->ma_external_lock || lock_is_held((mt)->ma_external_lock))
234 #define mt_write_lock_is_held(mt) \ argument
235 (!(mt)->ma_external_lock || \
236 lock_is_held_type((mt)->ma_external_lock, 0))
238 #define mt_set_external_lock(mt, lock) \ argument
239 (mt)->ma_external_lock = &(lock)->dep_map
241 #define mt_on_stack(mt) (mt).ma_external_lock = NULL argument
[all …]
/linux/drivers/base/regmap/
H A Dregcache-maple.c19 struct maple_tree *mt = map->cache; in regcache_maple_read() local
20 MA_STATE(mas, mt, reg, reg); in regcache_maple_read()
41 struct maple_tree *mt = map->cache; in regcache_maple_write() local
42 MA_STATE(mas, mt, reg, reg); in regcache_maple_write()
110 struct maple_tree *mt = map->cache; in regcache_maple_drop() local
111 MA_STATE(mas, mt, min, max); in regcache_maple_drop()
241 struct maple_tree *mt = map->cache; in regcache_maple_sync() local
243 MA_STATE(mas, mt, min, max); in regcache_maple_sync()
295 struct maple_tree *mt; in regcache_maple_init() local
297 mt = kmalloc_obj(*mt, map->alloc_flags); in regcache_maple_init()
[all …]
/linux/drivers/video/fbdev/matrox/
H A Dmatroxfb_maven.c756 struct my_timming* mt, in maven_compute_timming() argument
772 if (maven_find_exact_clocks(mt->HTotal, mt->VTotal, m) == 0) in maven_compute_timming()
775 lmargin = mt->HTotal - mt->HSyncEnd; in maven_compute_timming()
776 slen = mt->HSyncEnd - mt->HSyncStart; in maven_compute_timming()
777 hcrt = mt->HTotal - slen - mt->delay; in maven_compute_timming()
778 umargin = mt in maven_compute_timming()
1148 maven_out_compute(void * md,struct my_timming * mt) maven_out_compute() argument
[all...]
H A Dmatroxfb_crtc2.c65 struct my_timming* mt, in matroxfb_dh_restore() argument
105 if (mt->interlaced) { in matroxfb_dh_restore()
107 mt->VDisplay >>= 1; in matroxfb_dh_restore()
108 mt->VSyncStart >>= 1; in matroxfb_dh_restore()
109 mt->VSyncEnd >>= 1; in matroxfb_dh_restore()
110 mt->VTotal >>= 1; in matroxfb_dh_restore()
112 if ((mt->HTotal & 7) == 2) { in matroxfb_dh_restore()
114 mt->HTotal &= ~7; in matroxfb_dh_restore()
117 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt->HTotal - 8)); in matroxfb_dh_restore()
118 mga_outl(0x3C18, ((mt->HSyncEnd - 8) << 16) | (mt->HSyncStart - 8)); in matroxfb_dh_restore()
[all …]
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c472 struct mlx5hws_match_template *mt = matcher->mt; in hws_matcher_create_rtc() local
484 rtc_attr.is_frst_jumbo = mlx5hws_matcher_mt_is_jumbo(mt); in hws_matcher_create_rtc()
493 /* The first mt is used since all share the same definer */ in hws_matcher_create_rtc()
494 rtc_attr.match_definer_0 = mlx5hws_definer_get_id(mt->definer); in hws_matcher_create_rtc()
506 mlx5hws_definer_get_id(mt->definer); in hws_matcher_create_rtc()
631 bool is_jumbo = mlx5hws_matcher_mt_is_jumbo(matcher->mt); in hws_matcher_bind_at()
664 for (i = 0; i < matcher->mt->fc_sz; i++) { in hws_matcher_set_ip_version_match()
665 switch (matcher->mt->fc[i].fname) { in hws_matcher_set_ip_version_match()
693 ret = mlx5hws_definer_mt_init(ctx, matcher->mt); in hws_matcher_bind_mt()
738 mlx5hws_definer_mt_uninit(ctx, matcher->mt); in hws_matcher_bind_mt()
[all …]
H A Ddefiner.c1746 struct mlx5hws_match_template *mt, in hws_definer_conv_match_params_to_hl() argument
1760 if (mt->match_criteria_enable & MLX5HWS_DEFINER_MATCH_CRITERIA_MISC6) { in hws_definer_conv_match_params_to_hl()
1766 if (mt->match_criteria_enable & MLX5HWS_DEFINER_MATCH_CRITERIA_OUTER) { in hws_definer_conv_match_params_to_hl()
1767 ret = hws_definer_conv_outer(&cd, mt->match_param); in hws_definer_conv_match_params_to_hl()
1772 if (mt->match_criteria_enable & MLX5HWS_DEFINER_MATCH_CRITERIA_INNER) { in hws_definer_conv_match_params_to_hl()
1773 ret = hws_definer_conv_inner(&cd, mt->match_param); in hws_definer_conv_match_params_to_hl()
1778 if (mt->match_criteria_enable & MLX5HWS_DEFINER_MATCH_CRITERIA_MISC) { in hws_definer_conv_match_params_to_hl()
1779 ret = hws_definer_conv_misc(&cd, mt->match_param); in hws_definer_conv_match_params_to_hl()
1784 if (mt->match_criteria_enable & MLX5HWS_DEFINER_MATCH_CRITERIA_MISC2) { in hws_definer_conv_match_params_to_hl()
1785 ret = hws_definer_conv_misc2(&cd, mt->match_param); in hws_definer_conv_match_params_to_hl()
[all …]
H A Drule.c55 struct mlx5hws_match_template *mt, in hws_rule_init_dep_wqe() argument
165 struct mlx5hws_match_template *mt = rule->matcher->mt; in hws_rule_save_delete_info() local
166 bool is_jumbo = mlx5hws_matcher_mt_is_jumbo(mt); in hws_rule_save_delete_info()
293 struct mlx5hws_match_template *mt = &rule->matcher->mt[mt_idx]; in hws_rule_create_hws() local
294 bool is_jumbo = mlx5hws_matcher_mt_is_jumbo(mt); in hws_rule_create_hws()
323 hws_rule_init_dep_wqe(dep_wqe, rule, mt, attr); in hws_rule_create_hws()
367 mlx5hws_definer_create_tag(match_param, mt->fc, mt->fc_sz, in hws_rule_create_hws()
448 bool is_jumbo = mlx5hws_matcher_mt_is_jumbo(rule->matcher->mt); in hws_rule_destroy_hws()
574 bool is_jumbo = mlx5hws_matcher_mt_is_jumbo(rule->matcher->mt); in mlx5hws_rule_move_hws_remove()
611 bool is_jumbo = mlx5hws_matcher_mt_is_jumbo(rule->matcher->mt); in mlx5hws_rule_move_hws_add()
H A Dmatcher.h64 struct mlx5hws_match_template *mt; member
86 mlx5hws_matcher_mt_is_jumbo(struct mlx5hws_match_template *mt) in mlx5hws_matcher_mt_is_jumbo() argument
88 return mlx5hws_definer_is_jumbo(mt->definer); in mlx5hws_matcher_mt_is_jumbo()
/linux/include/trace/events/
H A Dpage_ref.h25 __field(int, mt)
35 __entry->mt = get_pageblock_migratetype(page);
39 TP_printk("pfn=0x%lx flags=%s count=%d mapcount=%d mapping=%p mt=%d val=%d",
43 __entry->mapcount, __entry->mapping, __entry->mt,
73 __field(int, mt)
84 __entry->mt = get_pageblock_migratetype(page);
89 TP_printk("pfn=0x%lx flags=%s count=%d mapcount=%d mapping=%p mt=%d val=%d ret=%d",
93 __entry->mapcount, __entry->mapping, __entry->mt,
/linux/scripts/gdb/linux/
H A Dmapletree.py35 def __init__(self, mt, first, end): argument
36 if mt.type == maple_tree_root_type.get_type().pointer():
37 self.tree = mt.dereference()
38 elif mt.type != maple_tree_root_type.get_type():
40 .format(maple_tree_root_type.get_type().pointer(), mt.type))
41 self.tree = mt
194 def mt_slot(mt, slots, offset): argument
227 def mtree_load(mt, index): argument
230 mas = Mas(mt, index, index)
/linux/tools/testing/radix-tree/
H A Dmaple.c24 #define RCU_MT_BUG_ON(test, y) {if (y) { test->stop = true; } MT_BUG_ON(test->mt, y); }
27 struct maple_tree *mt; member
45 struct maple_tree *mt; member
64 static noinline void __init check_erase(struct maple_tree *mt, unsigned long index, in check_erase() argument
67 MT_BUG_ON(mt, mtree_test_erase(mt, index) != ptr); in check_erase()
70 #define erase_check_load(mt, i) check_load(mt, set[i], entry[i%2]) argument
71 #define erase_check_insert(mt, i) check_insert(mt, set[i], entry[i%2]) argument
72 #define erase_check_erase(mt, i) check_erase(mt, set[i], entry[i%2]) argument
74 static noinline void __init check_erase_testset(struct maple_tree *mt) in check_erase_testset() argument
92 void *entry[2] = { ptr, mt }; in check_erase_testset()
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A Dmediatek,infracfg.yaml14 to the system. The clock values can be found in <dt-bindings/clock/mt*-clk.h>
15 and <dt-bindings/clock/mediatek,mt*-infracfg.h>, and reset values in
16 <dt-bindings/reset/mt*-reset.h>, <dt-bindings/reset/mt*-resets.h> and
17 <dt-bindings/reset/mediatek,mt*-infracfg.h>.
/linux/drivers/iommu/generic_pt/
H A Dkunit_iommu_pt.h287 static void unmap_collisions(struct kunit *test, struct maple_tree *mt, in unmap_collisions()
291 MA_STATE(mas, mt, start, last); in unmap_collisions()
294 mtree_lock(mt); in unmap_collisions()
302 mtree_unlock(mt); in unmap_collisions()
307 mtree_lock(mt); in unmap_collisions()
309 mtree_unlock(mt); in unmap_collisions()
334 struct maple_tree mt; in test_random_map()
337 mt_init(&mt); in test_random_map()
376 unmap_collisions(test, &mt, start, end - 1); in test_random_map()
381 mtree_insert_range(&mt, star in test_random_map()
286 unmap_collisions(struct kunit * test,struct maple_tree * mt,pt_vaddr_t start,pt_vaddr_t last) unmap_collisions() argument
333 struct maple_tree mt; test_random_map() local
[all...]
/linux/drivers/gpu/drm/imagination/
H A Dpvr_rogue_cr_defs_client.h64 * X1 MacroTile boundary, left tile X for second column of macrotiles (16MT mode) - 32 pixels across
70 * X2 MacroTile boundary, left tile X for third(16MT) column of macrotiles - 32 pixels across tile
75 * X3 MacroTile boundary, left tile X for fourth column of macrotiles (16MT) - 32 pixels across tile
85 * X1 MacroTile boundary, ltop tile Y for second column of macrotiles (16MT mode) - 32 pixels tile
91 * X2 MacroTile boundary, top tile Y for third(16MT) column of macrotiles - 32 pixels tile height
96 * X3 MacroTile boundary, top tile Y for fourth column of macrotiles (16MT) - 32 pixels tile height
/linux/net/netfilter/
H A Dnft_set_pipapo.c351 * @mt: Mapping table containing bit set specifiers
364 const union nft_pipapo_map_bucket *mt, bool match_only) in pipapo_refill() argument
389 bitmap_set(dst, mt[i].to, mt[i].n); in pipapo_refill()
463 b = pipapo_refill(res_map, f->bsize, f->rules, fill_map, f->mt, in pipapo_get_slow()
476 e = f->mt[b].e; in pipapo_get_slow()
622 union nft_pipapo_map_bucket *new_mt = NULL, *old_mt = f->mt; in pipapo_realloc_mt()
666 f->mt = new_mt; in pipapo_realloc_mt()
727 goto mt; in pipapo_resize()
758 mt in pipapo_resize()
1581 pipapo_unmap(union nft_pipapo_map_bucket * mt,unsigned int rules,unsigned int start,unsigned int n,unsigned int to_offset,bool is_last) global() argument
[all...]
/linux/drivers/slimbus/
H A Dqcom-ngd-ctrl.c94 #define SLIM_MSG_ASM_FIRST_WORD(l, mt, mc, dt, ad) \ argument
95 ((l) | ((mt) << 5) | ((mc) << 8) | ((dt) << 15) | ((ad) << 16))
604 u8 mc, mt, len; in qcom_slim_ngd_rx() local
606 mt = SLIM_HEADER_GET_MT(buf[0]); in qcom_slim_ngd_rx()
611 mt == SLIM_MSG_MT_SRC_REFERRED_USER) in qcom_slim_ngd_rx()
616 mt == SLIM_MSG_MT_SRC_REFERRED_USER) || in qcom_slim_ngd_rx()
618 mt == SLIM_MSG_MT_SRC_REFERRED_USER)) { in qcom_slim_ngd_rx()
800 if (txn->mt == SLIM_MSG_MT_CORE && in qcom_slim_ngd_xfer_msg()
820 if (txn->mt == SLIM_MSG_MT_CORE && in qcom_slim_ngd_xfer_msg()
824 txn->mt in qcom_slim_ngd_xfer_msg()
[all...]
H A Dslimbus.h25 * BYTE 0: MT[7:5] RL[4:0]
115 * @mt: Header field. Message type.
116 * @mc: Header field. LSB is message code for type mt.
129 u8 mt; member
436 static inline bool slim_tid_txn(u8 mt, u8 mc) in slim_tid_txn() argument
438 return (mt == SLIM_MSG_MT_CORE && in slim_tid_txn()
445 static inline bool slim_ec_txn(u8 mt, u8 mc) in slim_ec_txn() argument
447 return (mt == SLIM_MSG_MT_CORE && in slim_ec_txn()
/linux/arch/mips/kernel/
H A DMakefile58 obj-$(CONFIG_MIPS_MT) += mips-mt.o
59 obj-$(CONFIG_MIPS_MT_FPAFF) += mips-mt-fpaff.o
60 obj-$(CONFIG_MIPS_MT_SMP) += smp-mt.o
66 obj-$(CONFIG_MIPS_VPE_LOADER_MT) += vpe-mt.o
68 obj-$(CONFIG_MIPS_VPE_APSP_API_MT) += rtlx-mt.o
/linux/rust/helpers/
H A Dmaple_tree.c5 __rust_helper void rust_helper_mt_init_flags(struct maple_tree *mt, in rust_helper_mt_init_flags() argument
8 mt_init_flags(mt, flags); in rust_helper_mt_init_flags()

123456789