Home
last modified time | relevance | path

Searched defs:sccb (Results 1 – 5 of 5) sorted by relevance

/kvm-unit-tests/lib/s390x/
H A Dsclp-console.c142 WriteEventData *sccb = (void *)_sccb; in sclp_print_ascii() local
174 struct WriteEventData *sccb; in lm_print() local
252 WriteEventMask *sccb = (void *)_sccb; in sclp_write_event_mask() local
403 struct SCCBHeader *sccb = (struct SCCBHeader *)_sccb; in console_refill_read_buffer() local
H A Dsclp.c190 int sclp_service_call(unsigned int command, void *sccb) in sclp_service_call()
/kvm-unit-tests/s390x/
H A Dsclp.c38 static int sclp_service_call_test(unsigned int command, void *sccb) in sclp_service_call_test()
304 WriteEventData *sccb = &sccb_template.data; in test_boundary() local
328 WriteEventData *sccb = &sccb_template.data; in test_toolong() local
H A Dexittime.c169 SCCB *sccb = (SCCB *) pagebuf; in test_servc() local
/kvm-unit-tests/lib/s390x/asm/
H A Darch_def.h482 static inline int servc(uint32_t command, unsigned long sccb) in servc()