Searched refs:memcheck_instrument_mmu (Results 1 - 5 of 5) sorted by relevance

/external/qemu/memcheck/
H A Dmemcheck_api.h35 extern int memcheck_instrument_mmu;
H A Dmemcheck.c44 int memcheck_instrument_mmu = 0; variable
360 memcheck_instrument_mmu = 1;
362 memcheck_instrument_mmu = 0;
449 if (memcheck_instrument_mmu) {
H A Dmemcheck_malloc_map.c26 extern int memcheck_instrument_mmu;
250 if (memcheck_instrument_mmu) {
/external/qemu/
H A Dsoftmmu_template.h129 if (memcheck_instrument_mmu && mmu_idx == 1 &&
148 if (memcheck_instrument_mmu && mmu_idx == 1) {
304 if (memcheck_instrument_mmu && mmu_idx == 1 &&
323 if (memcheck_instrument_mmu && mmu_idx == 1) {
H A Dexec.c2104 if (memcheck_instrument_mmu && mmu_idx == 1 && !is_softmmu &&

Completed in 103 milliseconds