Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/kvm/lib/x86_64/
Ducall.c9 #define UCALL_PIO_PORT ((uint16_t)0x1000) macro
41 : : [port] "d" (UCALL_PIO_PORT), "D" (uc) : "rax", "memory", in ucall_arch_do_ucall()
49 if (run->exit_reason == KVM_EXIT_IO && run->io.port == UCALL_PIO_PORT) { in ucall_arch_get_ucall()
/linux-6.6.21/tools/testing/selftests/kvm/x86_64/
Dsync_regs_test.c24 #define UCALL_PIO_PORT ((uint16_t)0x1000) macro
40 : : [port] "d" (UCALL_PIO_PORT), "D" (&uc_none) in guest_code()