HomeSort by relevance Sort by last modified time
    Searched refs:memcheck_instrument_mmu (Results 1 - 5 of 5) sorted by null

  /external/qemu/memcheck/
memcheck_api.h 35 extern int memcheck_instrument_mmu;
memcheck.c 44 int memcheck_instrument_mmu = 0; variable
360 memcheck_instrument_mmu = 1;
362 memcheck_instrument_mmu = 0;
449 if (memcheck_instrument_mmu) {
memcheck_malloc_map.c 26 extern int memcheck_instrument_mmu;
250 if (memcheck_instrument_mmu) {
  /external/qemu/
softmmu_template.h 129 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) {
exec.c     [all...]

Completed in 1567 milliseconds