Searched defs:hws_data_entry (Results 1 – 1 of 1) sorted by relevance
71 struct hws_data_entry { struct72 unsigned int def:16; /* 0-15 Data Entry Format */73 unsigned int R:4; /* 16-19 reserved */74 unsigned int U:4; /* 20-23 Number of unique instruct. */75 unsigned int z:2; /* zeros */76 unsigned int T:1; /* 26 PSW DAT mode */77 unsigned int W:1; /* 27 PSW wait state */78 unsigned int P:1; /* 28 PSW Problem state */79 unsigned int AS:2; /* 29-30 PSW address-space control */80 unsigned int I:1; /* 31 entry valid or invalid */[all …]