Searched refs:command (Results 1 – 14 of 14) sorted by relevance
58 ENVIRON_DEFAULT=n run_test ${command} "$@"60 run_test ${command} "$@"
53 uint64_t command) in vmware_backdoor_port() argument77 [rcx]"m"(command) in vmware_backdoor_port()
48 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()
60 command="$(migration_cmd) $(timeout_cmd) $command"
41 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);
85 command="$(migration_cmd) $(timeout_cmd) $command"
484 static inline int servc(uint32_t command, unsigned long sccb) in servc() argument492 : "=&d" (cc) : "d" (command), "a" (sccb) in servc()
48 * command, so they don't start with a size. Because of p2align and the
84 'qemu_params', but uses kvmtool's syntax for command line arguments. The
115 Unit tests use QEMU's '-append args...' parameter for command line