Searched defs:trans_exc_code_bits (Results 1 – 1 of 1) sorted by relevance
468 struct trans_exc_code_bits { struct469 unsigned long addr : 52; /* Translation-exception Address */470 unsigned long fsi : 2; /* Access Exception Fetch/Store Indication */471 unsigned long : 2;472 unsigned long b56 : 1;473 unsigned long : 3;497 struct trans_exc_code_bits *tec; in trans_exc() argument