Home
last modified time | relevance | path

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

/linux-5.19.10/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()
46 if (run->exit_reason == KVM_EXIT_IO && run->io.port == UCALL_PIO_PORT) { in get_ucall()
/linux-5.19.10/tools/testing/selftests/kvm/x86_64/
Dsync_regs_test.c25 #define UCALL_PIO_PORT ((uint16_t)0x1000) macro
41 : : [port] "d" (UCALL_PIO_PORT), "D" (&uc_none) in guest_code()