Home
last modified time | relevance | path

Searched refs:gmap_int_code (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dprocessor.h170 unsigned int gmap_int_code; /* int code of last gmap fault */ member
/openbmc/linux/arch/s390/mm/
H A Dfault.c442 current->thread.gmap_int_code = regs->int_code & 0xffff; in do_exception()
/openbmc/linux/arch/s390/kvm/
H A Dvsie.c924 if (current->thread.gmap_int_code == PGM_PROTECTION) in handle_fault()