Home
last modified time | relevance | path

Searched defs:command (Results 1 – 4 of 4) sorted by relevance

/kvm-unit-tests/lib/s390x/
H A Dsclp.c190 int sclp_service_call(unsigned int command, void *sccb) in sclp_service_call()
/kvm-unit-tests/x86/
H A Dvmware_backdoors.c53 uint64_t command) in vmware_backdoor_port()
/kvm-unit-tests/s390x/
H A Dsclp.c38 static int sclp_service_call_test(unsigned int command, void *sccb) in sclp_service_call_test()
/kvm-unit-tests/lib/s390x/asm/
H A Darch_def.h482 static inline int servc(uint32_t command, unsigned long sccb) in servc()