Home
last modified time | relevance | path

Searched defs:mem_type (Results 1 – 25 of 42) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/arm64/mte/
Dmte_common_util.c119 static void *__mte_allocate_memory_range(size_t size, int mem_type, int mapping, in __mte_allocate_memory_range()
161 void *mte_allocate_memory_tag_range(size_t size, int mem_type, int mapping, in mte_allocate_memory_tag_range()
168 void *mte_allocate_memory(size_t size, int mem_type, int mapping, bool tags) in mte_allocate_memory()
173 void *mte_allocate_file_memory(size_t size, int mem_type, int mapping, bool tags, int fd) in mte_allocate_file_memory()
198 void *mte_allocate_file_memory_tag_range(size_t size, int mem_type, int mapping, in mte_allocate_file_memory_tag_range()
225 static void __mte_free_memory_range(void *ptr, size_t size, int mem_type, in __mte_free_memory_range()
244 void mte_free_memory_tag_range(void *ptr, size_t size, int mem_type, in mte_free_memory_tag_range()
250 void mte_free_memory(void *ptr, size_t size, int mem_type, bool tags) in mte_free_memory()
Dcheck_buffer_fill.c28 static int check_buffer_by_byte(int mem_type, int mode) in check_buffer_by_byte()
63 static int check_buffer_underflow_by_byte(int mem_type, int mode, in check_buffer_underflow_by_byte()
158 static int check_buffer_overflow_by_byte(int mem_type, int mode, in check_buffer_overflow_by_byte()
261 static int check_buffer_by_block_iterate(int mem_type, int mode, size_t size) in check_buffer_by_block_iterate()
336 static int check_buffer_by_block(int mem_type, int mode) in check_buffer_by_block()
365 static int check_memory_initial_tags(int mem_type, int mode, int mapping) in check_memory_initial_tags()
Dcheck_tags_inclusion.c43 static int check_single_included_tags(int mem_type, int mode) in check_single_included_tags()
73 static int check_multiple_included_tags(int mem_type, int mode) in check_multiple_included_tags()
105 static int check_all_included_tags(int mem_type, int mode) in check_all_included_tags()
129 static int check_none_included_tags(int mem_type, int mode) in check_none_included_tags()
Dcheck_mmap_options.c60 static int check_anonymous_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_anonymous_memory_mapping()
92 static int check_file_memory_mapping(int mem_type, int mode, int mapping, int tag_check) in check_file_memory_mapping()
131 static int check_clear_prot_mte_flag(int mem_type, int mode, int mapping) in check_clear_prot_mte_flag()
Dmte_common_util.h85 int mem_type, bool tags) in check_allocated_memory()
101 static inline int check_allocated_memory_range(void *ptr, size_t size, int mem_type, in check_allocated_memory_range()
Dcheck_child_memory.c84 static int check_child_memory_mapping(int mem_type, int mode, int mapping) in check_child_memory_mapping()
106 static int check_child_file_mapping(int mem_type, int mode, int mapping) in check_child_file_mapping()
Dcheck_user_mem.c22 static int check_usermem_access_fault(int mem_type, int mode, int mapping) in check_usermem_access_fault()
Dcheck_ksm_options.c98 static int check_madvise_options(int mem_type, int mode, int mapping) in check_madvise_options()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc125 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie()
151 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) { in MmapAlignedOrDie()
168 void *MmapNoReserveOrDie(uptr size, const char *mem_type) { in MmapNoReserveOrDie()
191 char mem_type[30]; in MmapFixedOrDie() local
Dsanitizer_win.cc88 void *MmapOrDie(uptr size, const char *mem_type, bool raw_report) { in MmapOrDie()
117 void *MmapAlignedOrDie(uptr size, uptr alignment, const char *mem_type) { in MmapAlignedOrDie()
197 char mem_type[30]; in MmapFixedOrDie() local
205 void *MmapNoReserveOrDie(uptr size, const char *mem_type) { in MmapNoReserveOrDie()
Dsanitizer_common.cc103 void NORETURN ReportMmapFailureAndDie(uptr size, const char *mem_type, in ReportMmapFailureAndDie()
Dsanitizer_common.h84 INLINE void *MmapOrDieQuietly(uptr size, const char *mem_type) { in MmapOrDieQuietly()
/external/mesa3d/src/gallium/frontends/va/
Dbuffer.c252 uint32_t mem_type; in vlVaAcquireBufferHandle() local
Dsurface.c980 uint32_t mem_type, in vlVaExportSurfaceHandle()
/external/arm-trusted-firmware/lib/xlat_tables/
Dxlat_tables_common.c193 int mem_type; in mmap_desc() local
/external/arm-trusted-firmware/plat/qti/common/src/
Dqti_syscall.c142 coreboot_memory_t mem_type = coreboot_get_memory_type( in qti_mem_assign_validate_param() local
/external/libabigail/src/
Dabg-default-reporter.cc1090 decl_base_sptr mem_type = i->second; in report() local
1137 type_base_sptr mem_type; in report() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal_simd.cc483 MemoryType mem_type = MemoryType::GLOBAL; in CreateConvolutionMetalSimd() local
/external/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_core.c111 uint32_t mem_type; in xlat_desc() local
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_arguments.cc326 std::string mem_type = MemoryTypeToMetalType(t.second.desc.memory_type); in GetArgumentBufferStructDefinition() local
/external/pcre/src/sljit/
DsljitNativeRISCV_common.c2564 sljit_s32 mem_type = WORD_DATA; in sljit_emit_op_flags() local
2566 sljit_s32 mem_type = ((op & SLJIT_32) || op == SLJIT_MOV32) ? (INT_DATA | SIGNED_DATA) : WORD_DATA; in sljit_emit_op_flags() local
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_memory_test.cpp3962 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
3995 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_build.c131 unsigned mem_type, in tgsi_build_declaration()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_memory_test.cpp4197 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
4230 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_memory_test.cpp4015 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local
4048 std::string mem_type = std::get<2>(GetParam()); in TEST_P() local

12