Home
last modified time | relevance | path

Searched refs:command (Results 1 – 13 of 13) sorted by relevance

/kvm-unit-tests/x86/
H A Drun52 ENVIRON_DEFAULT=n run_qemu ${command} "$@"
54 run_qemu ${command} "$@"
H A Dvmware_backdoors.c53 uint64_t command) in vmware_backdoor_port() argument
77 [rcx]"m"(command) in vmware_backdoor_port()
/kvm-unit-tests/s390x/
H A Drun47 command="$(panic_cmd) $(migration_cmd) $(timeout_cmd) $command"
H A Dsclp.c38 static int sclp_service_call_test(unsigned int command, void *sccb) in sclp_service_call_test() argument
44 cc = servc(command, __pa(sccb)); in sclp_service_call_test()
/kvm-unit-tests/riscv/
H A Drun36 command="$(migration_cmd) $(timeout_cmd) $command"
/kvm-unit-tests/powerpc/
H A Drun59 command="$(migration_cmd) $(timeout_cmd) $command"
/kvm-unit-tests/arm/
H A Drun79 command="$(migration_cmd) $(timeout_cmd) $command"
/kvm-unit-tests/lib/s390x/
H A Dsclp.c190 int sclp_service_call(unsigned int command, void *sccb) in sclp_service_call() argument
195 cc = servc(command, __pa(sccb)); in sclp_service_call()
H A Dsclp.h365 int sclp_service_call(unsigned int command, void *sccb);
/kvm-unit-tests/lib/s390x/asm/
H A Darch_def.h482 static inline int servc(uint32_t command, unsigned long sccb) in servc() argument
490 : "=&d" (cc) : "d" (command), "a" (sccb) in servc()
/kvm-unit-tests/riscv/efi/
H A Delf_riscv64_efi.lds48 * command, so they don't start with a size. Because of p2align and the
/kvm-unit-tests/
H A DREADME100 Unit tests use QEMU's '-append args...' parameter for command line
H A DREADME.md100 Unit tests use QEMU's '-append args...' parameter for command line