Home
last modified time | relevance | path

Searched refs:servc (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/s390x/
H A Dfirq.c75 ret = servc(SCLP_CMDW_READ_CPU_INFO, __pa(h)); in test_wait_state_delivery()
H A Dsclp.c44 cc = servc(command, __pa(sccb)); in sclp_service_call_test()
352 servc(valid_code, __pa(h)); in test_priv()
H A Dexittime.c172 servc(0, (unsigned long) sccb); in test_servc()
/kvm-unit-tests/lib/s390x/
H A Dsclp.c195 cc = servc(command, __pa(sccb)); in sclp_service_call()
/kvm-unit-tests/lib/s390x/asm/
H A Darch_def.h484 static inline int servc(uint32_t command, unsigned long sccb) in servc() function