HomeSort by relevance Sort by last modified time
    Searched full:table_indicator (Results 1 - 2 of 2) sorted by null

  /bionic/libc/arch-x86/bionic/
__set_tls.c 67 uint16_t table_indicator = 0; // GDT local
69 uint16_t selector = (tls_descriptor.entry_number << 3) | table_indicator | rpl;
  /art/runtime/arch/x86/
thread_x86.cc 58 uint16_t table_indicator; local
82 table_indicator = 1 << 2; // LDT
123 table_indicator = 0; // GDT
128 uint16_t selector = (entry_number << 3) | table_indicator | rpl;

Completed in 634 milliseconds