Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-vm86.S2 .globl vm86_code_start
5 #define GET_OFFSET(x) ((x) - vm86_code_start + 0x100)
7 vm86_code_start: label
H A Dtest-i386.c1607 extern char vm86_code_start;
1645 &vm86_code_start, &vm86_code_end - &vm86_code_start); in test_vm86()