Searched refs:ldt_table (Results 1 – 2 of 2) sorted by relevance
1293 long long ldt_table[3]; in test_segs() local1323 modify_ldt(0, &ldt_table, sizeof(ldt_table)); /* read ldt entries */ in test_segs()1328 printf("%d: %016Lx\n", i, ldt_table[i]); in test_segs()
5973 static uint8_t *ldt_table; variable5980 if (!ldt_table) in read_ldt()5989 memcpy(p, ldt_table, size); in read_ldt()6034 if (!ldt_table) { in write_ldt()6044 ldt_table = g2h_untagged(env->ldt.base); in write_ldt()6080 lp = (uint32_t *)(ldt_table + (ldt_info.entry_number << 3)); in write_ldt()