Searched refs:auxmap_L1 (Results 1 – 1 of 1) sorted by relevance
397 auxmap_L1[N_AUXMAP_L1]; variable405 auxmap_L1[i].base = 0; in init_auxmap_L1_L2()406 auxmap_L1[i].ent = NULL; in init_auxmap_L1_L2()445 if (auxmap_L1[i].base != 0 || auxmap_L1[i].ent != NULL) in check_auxmap_L1_L2_sanity()469 if (auxmap_L1[i].base == 0 && auxmap_L1[i].ent == NULL) in check_auxmap_L1_L2_sanity()471 if (0 != (auxmap_L1[i].base & (Addr)0xFFFF)) in check_auxmap_L1_L2_sanity()473 if (auxmap_L1[i].base <= MAX_PRIMARY_ADDRESS) in check_auxmap_L1_L2_sanity()475 if (auxmap_L1[i].ent == NULL) in check_auxmap_L1_L2_sanity()477 if (auxmap_L1[i].ent->base != auxmap_L1[i].base) in check_auxmap_L1_L2_sanity()480 key.base = auxmap_L1[i].base; in check_auxmap_L1_L2_sanity()[all …]