Searched refs:subcode (Results 1 – 4 of 4) sorted by relevance
82 uint64_t subcode = env->regs[r3]; in handle_diag_308() local90 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()
34 unsigned long subcode = store ? 6 : 5; in manage_iplb() local38 : "d" (subcode) in manage_iplb()
86 #define EXCODE(code, subcode) ( ((subcode) << 6) | (code) ) argument
447 uint8_t subcode[147]; member
Completed in 13 milliseconds