Searched refs:MK_SEL (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386.c | 1255 #define MK_SEL(n) (((n) << 3) | 7) macro 1332 asm volatile ("movl %0, %%fs" : : "r" (MK_SEL(1))); in test_segs() 1345 : "r" (MK_SEL(2))); in test_segs() 1359 : "r" (MK_SEL(1)), "r" (&tmp)); in test_segs() 1363 segoff.seg = MK_SEL(2); in test_segs() 1371 TEST_LR("larw", "w", MK_SEL(2), 0x0100); in test_segs() 1372 TEST_LR("larl", "", MK_SEL(2), 0x0100); in test_segs() 1373 TEST_LR("lslw", "w", MK_SEL(2), 0); in test_segs() 1374 TEST_LR("lsll", "", MK_SEL(2), 0); in test_segs() 1412 : "i" (MK_SEL(1)), "i" (&code16_func1): "memory", "cc"); in test_code16() [all …]
|