Home
last modified time | relevance | path

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

/qemu/target/i386/emulate/
H A Dx86.h168 uint64_t offset0:16; member
180 return (uint32_t)((gate->offset1 << 16) | gate->offset0); in x86_call_gate_offset()