Home
last modified time | relevance | path

Searched refs:subcode (Results 1 – 3 of 3) 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/include/standard-headers/linux/
H A Dvirtio_snd.h447 uint8_t subcode[147]; member