Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Ddiag.c82 uint64_t subcode = env->regs[r3]; in handle_diag_308() local
90 if (subcode & ~0x0ffffULL) { in handle_diag_308()
95 if (subcode >= DIAG308_PV_SET && !s390_has_feat(S390_FEAT_UNPACK)) { in handle_diag_308()
100 switch (subcode) { in handle_diag_308()
134 valid = subcode == DIAG308_PV_SET ? iplb_valid_pv(iplb) : iplb_valid(iplb); in handle_diag_308()
136 if (subcode == DIAG308_SET && iplb->pbt == S390_IPL_TYPE_QEMU_SCSI) { in handle_diag_308()
157 if (subcode == DIAG308_PV_STORE) { in handle_diag_308()
/openbmc/qemu/pc-bios/s390-ccw/
H A Diplb.h34 unsigned long subcode = store ? 6 : 5; in manage_iplb() local
38 : "d" (subcode) in manage_iplb()
/openbmc/qemu/hw/s390x/
H A Ds390-hypercall.c84 const uint64_t subcode = env->regs[1]; in handle_diag_500()
86 switch (subcode) {
70 const uint64_t subcode = env->regs[1]; handle_diag_500() local
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_snd.h447 uint8_t subcode[147]; member
/openbmc/qemu/target/loongarch/
H A Dcpu.h67 #define EXCODE(code, subcode) ( ((subcode) << 6) | (code) )
80 #define EXCCODE_ADEF EXCODE(8, 0) /* Different exception subcode */
91 #define EXCCODE_FPE EXCODE(18, 0) /* Different exception subcode */
93 #define EXCCODE_WPEF EXCODE(19, 0) /* Different exception subcode */
97 #define EXCCODE_DBP EXCODE(26, 0) /* Reserved subcode used for debug */
88 EXCODE(code,subcode) global() argument