Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_main.c404 auxmap_L1[N_AUXMAP_L1]; variable
412 auxmap_L1[i].base = 0; in init_auxmap_L1_L2()
413 auxmap_L1[i].ent = NULL; in init_auxmap_L1_L2()
452 if (auxmap_L1[i].base != 0 || auxmap_L1[i].ent != NULL) in check_auxmap_L1_L2_sanity()
476 if (auxmap_L1[i].base == 0 && auxmap_L1[i].ent == NULL) in check_auxmap_L1_L2_sanity()
478 if (0 != (auxmap_L1[i].base & (Addr)0xFFFF)) in check_auxmap_L1_L2_sanity()
480 if (auxmap_L1[i].base <= MAX_PRIMARY_ADDRESS) in check_auxmap_L1_L2_sanity()
482 if (auxmap_L1[i].ent == NULL) in check_auxmap_L1_L2_sanity()
484 if (auxmap_L1[i].ent->base != auxmap_L1[i].base) in check_auxmap_L1_L2_sanity()
487 key.base = auxmap_L1[i].base; in check_auxmap_L1_L2_sanity()
[all …]