Home
last modified time | relevance | path

Searched refs:UCALL_PIO_PORT (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/x86_64/
H A 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()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/lib/x86_64/
H A 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()
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c25 #define UCALL_PIO_PORT ((uint16_t)0x1000) macro
37 : : [port] "d" (UCALL_PIO_PORT) : "rax", "rbx"); in guest_code()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dsync_regs_test.c24 #define UCALL_PIO_PORT ((uint16_t)0x1000) macro
40 : : [port] "d" (UCALL_PIO_PORT), "D" (&uc_none) in guest_code()

Completed in 3 milliseconds