Home
last modified time | relevance | path

Searched defs:trans_exc_code_bits (Results 1 – 2 of 2) 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
/kernel/linux/linux-6.6/arch/s390/kvm/
Dgaccess.c469 struct trans_exc_code_bits { struct
470 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