Home
last modified time | relevance | path

Searched refs:pgm_ilc (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-s390/
Dlowcore.h121 __u16 pgm_ilc; /* 0x08c */ member
/linux-2.4.37.9/include/asm-s390x/
Dlowcore.h112 __u16 pgm_ilc; /* 0x08c */ member
/linux-2.4.37.9/arch/s390/kernel/
Dtraps.c317 return (void *) ADDR_BITS_REMOVE(regs->psw.addr-S390_lowcore.pgm_ilc); in get_check_address()
412 location = (__u16 *)(regs->psw.addr-S390_lowcore.pgm_ilc); in illegal_op()
/linux-2.4.37.9/arch/s390x/kernel/
Dtraps.c318 return (void *) ADDR_BITS_REMOVE(regs->psw.addr-S390_lowcore.pgm_ilc); in get_check_address()
/linux-2.4.37.9/arch/s390/math-emu/
Dmath.c108 location = (__u16 *)(regs->psw.addr-S390_lowcore.pgm_ilc); in display_emulation_not_implemented()