Home
last modified time | relevance | path

Searched refs:mte (Results 1 – 8 of 8) sorted by relevance

/linux/arch/arm64/lib/
H A DMakefile18 obj-$(CONFIG_ARM64_MTE) += mte.o
/linux/tools/testing/selftests/kvm/arm64/
H A Dset_id_regs.c583 uint64_t mte; in test_user_set_mte_reg() local
588 mte = FIELD_GET(ID_AA64PFR1_EL1_MTE, val); in test_user_set_mte_reg()
589 if (!mte) { in test_user_set_mte_reg()
615 if (mte != ID_AA64PFR1_EL1_MTE_MTE2 || in test_user_set_mte_reg()
/linux/arch/arm64/kernel/
H A DMakefile70 obj-$(CONFIG_ARM64_MTE) += mte.o
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dhwmon.c77 MLX5_SET(mtmp_reg, mtmp_in, mte, 1); in mlx5_hwmon_enable_max_temp()
/linux/lib/
H A Dmaple_tree.c6872 struct maple_enode *mte = mas->node; in mas_validate_gaps() local
6873 struct maple_node *p_mn, *node = mte_to_node(mte); in mas_validate_gaps()
6883 for (i = 0; i < mt_slot_count(mte); i++) { in mas_validate_gaps()
6896 for (i = 0; i < mt_slot_count(mte); i++) { in mas_validate_gaps()
6939 for (i++ ; i < mt_slot_count(mte); i++) { in mas_validate_gaps()
6948 if (mte_is_root(mte)) in mas_validate_gaps()
6952 p_mn = mte_parent(mte); in mas_validate_gaps()
6954 if (ma_gaps(p_mn, mas_parent_type(mas, mte))[p_slot] != max_gap) { in mas_validate_gaps()
/linux/arch/sparc/kernel/
H A Dldc.c1034 base->mte = 0; in ldc_demap()
2091 sp->page_table[sp->pte_idx].mte = sp->mte_base | pa; in fill_cookies()
/linux/arch/arm64/kvm/
H A Dsys_regs.c2193 u8 mte = SYS_FIELD_GET(ID_AA64PFR1_EL1, MTE, hw_val); in set_id_aa64pfr1_el1() local
2214 if (mte == ID_AA64PFR1_EL1_MTE_MTE2 && in set_id_aa64pfr1_el1()
/linux/include/linux/mlx5/
H A Dmlx5_ifc.h11727 u8 mte[0x1]; member