Searched refs:tag_op (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/arm64/mte/ |
| H A D | check_mmap_options.c | 50 int tag_op; member 64 int tag_check,int atag_check, int tag_op) in check_mte_memory() argument 96 if (tag_op == TAG_OP_STONLY) { in check_mte_memory() 114 int tag_check, int atag_check, int tag_op) in check_anonymous_memory_mapping() argument 120 if (tag_op == TAG_OP_STONLY && !mtestonly_support) in check_anonymous_memory_mapping() 123 mte_switch_mode(mode, MTE_ALLOW_NON_ZERO_TAG, tag_op); in check_anonymous_memory_mapping() 139 result = check_mte_memory(ptr, sizes[run], mode, tag_check, atag_check, tag_op); in check_anonymous_memory_mapping() 149 int tag_check, int atag_check, int tag_op) in check_file_memory_mapping() argument 156 if (tag_op == TAG_OP_STONLY && !mtestonly_support) in check_file_memory_mapping() 159 mte_switch_mode(mode, MTE_ALLOW_NON_ZERO_TAG, tag_op); in check_file_memory_mapping() [all …]
|