Home
last modified time | relevance | path

Searched refs:auxmap_L1 (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/main/memcheck/
Dmc_main.c387 auxmap_L1[N_AUXMAP_L1]; variable
395 auxmap_L1[i].base = 0; in init_auxmap_L1_L2()
396 auxmap_L1[i].ent = NULL; in init_auxmap_L1_L2()
435 if (auxmap_L1[i].base != 0 || auxmap_L1[i].ent != NULL) in check_auxmap_L1_L2_sanity()
459 if (auxmap_L1[i].base == 0 && auxmap_L1[i].ent == NULL) in check_auxmap_L1_L2_sanity()
461 if (0 != (auxmap_L1[i].base & (Addr)0xFFFF)) in check_auxmap_L1_L2_sanity()
463 if (auxmap_L1[i].base <= MAX_PRIMARY_ADDRESS) in check_auxmap_L1_L2_sanity()
465 if (auxmap_L1[i].ent == NULL) in check_auxmap_L1_L2_sanity()
467 if (auxmap_L1[i].ent->base != auxmap_L1[i].base) in check_auxmap_L1_L2_sanity()
470 key.base = auxmap_L1[i].base; in check_auxmap_L1_L2_sanity()
[all …]