Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386.c1591 static inline uint8_t *seg_to_linear(unsigned int seg, unsigned int reg) in seg_to_linear() function
1599 *(uint16_t *)seg_to_linear(r->ss, r->esp) = val; in pushw()
1673 ptr = seg_to_linear(r->ds, r->edx); in test_vm86()