Home
last modified time | relevance | path

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

/qemu/target/s390x/
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()
/qemu/pc-bios/s390-ccw/
A Diplb.h34 unsigned long subcode = store ? 6 : 5; in manage_iplb() local
38 : "d" (subcode) in manage_iplb()
/qemu/target/loongarch/
A Dcpu.h86 #define EXCODE(code, subcode) ( ((subcode) << 6) | (code) ) argument
/qemu/include/standard-headers/linux/
A Dvirtio_snd.h447 uint8_t subcode[147]; member

Completed in 13 milliseconds