Home
last modified time | relevance | path

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

/qemu/pc-bios/s390-ccw/
H A Diplb.h34 unsigned long subcode = store ? 6 : 5; in manage_iplb() local
/qemu/hw/s390x/
H A Ds390-hypercall.c70 const uint64_t subcode = env->regs[1]; in handle_diag_500() local
/qemu/target/s390x/
H A Ddiag.c82 uint64_t subcode = env->regs[r3]; in handle_diag_308() local
/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h447 uint8_t subcode[147]; member
/qemu/target/loongarch/
H A Dcpu.h88 #define EXCODE(code, subcode) ( ((subcode) << 6) | (code) ) argument