Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1269 long long ldt_table[3]; in test_segs() local
1299 modify_ldt(0, &ldt_table, sizeof(ldt_table)); /* read ldt entries */ in test_segs()
1304 printf("%d: %016Lx\n", i, ldt_table[i]); in test_segs()
/openbmc/qemu/linux-user/
H A Dsyscall.c5949 static uint8_t *ldt_table; variable
5956 if (!ldt_table) in read_ldt()
5965 memcpy(p, ldt_table, size); in read_ldt()
6010 if (!ldt_table) { in write_ldt()
6020 ldt_table = g2h_untagged(env->ldt.base); in write_ldt()
6056 lp = (uint32_t *)(ldt_table + (ldt_info.entry_number << 3)); in write_ldt()