Searched refs:vm_map (Results 1 – 6 of 6) sorted by relevance
/external/valgrind/main/coregrind/ |
D | pub_core_threadstate.h | 225 } vm_map; member
|
D | Makefile.am | 116 m_mach/vm_map.h 121 /usr/include/mach/vm_map.defs
|
D | Makefile.in | 82 @VGCONF_OS_IS_DARWIN_TRUE@ m_mach/vm_map.h 88 @VGCONF_OS_IS_DARWIN_TRUE@ /usr/include/mach/vm_map.defs
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | priv_syswrap-darwin.h | 533 DECL_TEMPLATE(darwin, vm_map);
|
D | syswrap-darwin.c | 5686 PRE(vm_map) in PRE() argument 5716 MACH_ARG(vm_map.size) = req->size; in PRE() 5717 MACH_ARG(vm_map.copy) = req->copy; in PRE() 5718 MACH_ARG(vm_map.protection) = (req->cur_protection & req->max_protection); in PRE() 5720 AFTER = POST_FN(vm_map); in PRE() 5723 POST(vm_map) in POST() argument 5742 reply->address, VG_PGROUNDUP(MACH_ARG(vm_map.size)), in POST() 5743 MACH_ARG(vm_map.protection), VKI_MAP_SHARED, -1, 0); in POST() 6979 CALL_PRE(vm_map); in PRE()
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 154 …%struct.vm_map = type <{ %struct.vm_map_entry, %struct.mtx, %struct.mtx, i32, i8, i8, i8, i8, i64,… 159 …%struct.vmspace = type <{ %struct.vm_map, %struct.shmmap_state*, i64, i64, i64, i64, i8*, i8*, i8*…
|