Searched refs:servc (Results 1 – 5 of 5) sorted by relevance
75 ret = servc(SCLP_CMDW_READ_CPU_INFO, __pa(h)); in test_wait_state_delivery()
44 cc = servc(command, __pa(sccb)); in sclp_service_call_test()352 servc(valid_code, __pa(h)); in test_priv()
172 servc(0, (unsigned long) sccb); in test_servc()
195 cc = servc(command, __pa(sccb)); in sclp_service_call()
484 static inline int servc(uint32_t command, unsigned long sccb) in servc() function