Home
last modified time | relevance | path

Searched defs:trans_exc_code_bits (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/kvm/
Dgaccess.c468 struct trans_exc_code_bits { struct
469 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