Home
last modified time | relevance | path

Searched defs:descriptor_table_entry_t (Results 1 – 1 of 1) sorted by relevance

/art/runtime/arch/x86/
Dthread_x86.cc31 struct descriptor_table_entry_t { struct
32 uint16_t limit0;
33 uint16_t base0;
34 unsigned base1: 8, type: 4, s: 1, dpl: 2, p: 1;
35 unsigned limit: 4, avl: 1, l: 1, d: 1, g: 1, base2: 8;