Searched refs:command (Results 1 – 13 of 13) sorted by relevance
52 ENVIRON_DEFAULT=n run_qemu ${command} "$@"54 run_qemu ${command} "$@"
53 uint64_t command) in vmware_backdoor_port() argument77 [rcx]"m"(command) in vmware_backdoor_port()
47 command="$(panic_cmd) $(migration_cmd) $(timeout_cmd) $command"
38 static int sclp_service_call_test(unsigned int command, void *sccb) in sclp_service_call_test() argument44 cc = servc(command, __pa(sccb)); in sclp_service_call_test()
36 command="$(migration_cmd) $(timeout_cmd) $command"
59 command="$(migration_cmd) $(timeout_cmd) $command"
79 command="$(migration_cmd) $(timeout_cmd) $command"
190 int sclp_service_call(unsigned int command, void *sccb) in sclp_service_call() argument195 cc = servc(command, __pa(sccb)); in sclp_service_call()
365 int sclp_service_call(unsigned int command, void *sccb);
482 static inline int servc(uint32_t command, unsigned long sccb) in servc() argument490 : "=&d" (cc) : "d" (command), "a" (sccb) in servc()
48 * command, so they don't start with a size. Because of p2align and the
100 Unit tests use QEMU's '-append args...' parameter for command line