Home
last modified time | relevance | path

Searched refs:sclp_service_call_protected (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/hw/s390x/
H A Dsclp.h227 int sclp_service_call_protected(S390CPU *cpu, uint64_t sccb, uint32_t code);
/openbmc/qemu/hw/s390x/
H A Dsclp.c273 int sclp_service_call_protected(S390CPU *cpu, uint64_t sccb, uint32_t code) in sclp_service_call_protected() function
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1175 sclp_service_call_protected(cpu, sccb, code); in kvm_sclp_service_call()