Searched defs:trans_exc_code_bits (Results 1 – 1 of 1) sorted by relevance
469 struct trans_exc_code_bits { struct470 unsigned long addr : 52; /* Translation-exception Address */471 unsigned long fsi : 2; /* Access Exception Fetch/Store Indication */472 unsigned long : 2;473 unsigned long b56 : 1;474 unsigned long : 3;475 unsigned long b60 : 1;476 unsigned long b61 : 1;500 struct trans_exc_code_bits *tec; in trans_exc_ending() argument