Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/kvm/lib/x86_64/
Ducall.c9 #define UCALL_PIO_PORT ((uint16_t)0x1000) macro
35 : : [port] "d" (UCALL_PIO_PORT), "D" (&uc) : "rax", "memory"); in ucall()
43 if (run->exit_reason == KVM_EXIT_IO && run->io.port == UCALL_PIO_PORT) { in get_ucall()
/external/linux-kselftest/tools/testing/selftests/kvm/x86_64/
Dsync_regs_test.c25 #define UCALL_PIO_PORT ((uint16_t)0x1000) macro
37 : : [port] "d" (UCALL_PIO_PORT) : "rax", "rbx"); in guest_code()