Home
last modified time | relevance | path

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

/pciutils/lib/
H A Dphysmem-windows.c346 WORD DSsel; in win32_get_physmem_offset() local
358 asm ("movw %%ds, %w0" : "=rm" (DSsel)); in win32_get_physmem_offset()
360 __asm { mov DSsel, ds } in win32_get_physmem_offset()
365 if (!GetThreadSelectorEntry(GetCurrentThread(), DSsel, &DSentry)) in win32_get_physmem_offset()