Searched refs:ARBITRARY_IO_PORT (Results 1 - 2 of 2) sorted by last modified time

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dvmx_invalid_nested_guest_state.c12 #define ARBITRARY_IO_PORT 0x2000 macro
23 : : [port] "d" (ARBITRARY_IO_PORT) : "rax");
79 TEST_ASSERT(run->io.port == ARBITRARY_IO_PORT,
81 ARBITRARY_IO_PORT, run->io.port);
H A Dtriple_fault_event_test.c13 #define ARBITRARY_IO_PORT 0x2000 macro
21 : : [port] "d" (ARBITRARY_IO_PORT) : "rax");
93 TEST_ASSERT(run->io.port == ARBITRARY_IO_PORT,
95 ARBITRARY_IO_PORT, run->io.port);

Completed in 207 milliseconds