Home | History | Annotate | Download | only in target-arm

Lines Matching defs:table

1018     uint32_t table;
1021 table = env->cp15.c2_base1 & 0xffffc000;
1023 table = env->cp15.c2_base0 & env->cp15.c2_base_mask;
1025 table |= (address >> 18) & 0x3ffc;
1026 return table;
1034 uint32_t table;
1043 table = get_level1_table_address(env, address);
1044 desc = ldl_phys(table);
1069 table = (desc & 0xfffffc00) | ((address >> 10) & 0x3fc);
1072 table = (desc & 0xfffff000) | ((address >> 8) & 0xffc);
1074 desc = ldl_phys(table);
1127 uint32_t table;
1137 table = get_level1_table_address(env, address);
1138 desc = ldl_phys(table);
1175 table = (desc & 0xfffffc00) | ((address >> 10) & 0x3fc);
1176 desc = ldl_phys(table);
1482 case 2: /* MMU Page table control / MPU cache control. */
1985 case 2: /* MMU Page table control / MPU cache control. */