Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1156 uint16_t ipbh0) in kvm_sclp_service_call() argument
1163 sccb = env->regs[ipbh0 & 0xf]; in kvm_sclp_service_call()
1164 code = env->regs[(ipbh0 & 0xf0) >> 4]; in kvm_sclp_service_call()
1193 uint16_t ipbh0 = (run->s390_sieic.ipb & 0xffff0000) >> 16; in handle_b2() local
1249 kvm_sclp_service_call(cpu, run, ipbh0); in handle_b2()