Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_syswrap/
Dsyswrap-x86-linux.c251 void translate_to_hw_format ( /* IN */ vki_modify_ldt_t* inn, in translate_to_hw_format() function
318 if (!(seg & 4)) translate_to_hw_format(&info, &gdt[seg >> 3], 0); in alloc_system_x86_GDT()
320 if (!(seg & 4)) translate_to_hw_format(&info, &gdt[seg >> 3], 0); in alloc_system_x86_GDT()
325 if (!(seg & 4)) translate_to_hw_format(&info, &gdt[seg >> 3], 0); in alloc_system_x86_GDT()
474 translate_to_hw_format ( ldt_info, &ldt[ldt_info->entry_number], oldmode ); in write_ldt()
558 translate_to_hw_format(info, &gdt[idx], 0); in ML_()