Searched refs:do_dat_exception (Results 1 – 3 of 3) sorted by relevance
640 pgm_check_table[0x10] = &do_dat_exception; in trap_init()641 pgm_check_table[0x11] = &do_dat_exception; in trap_init()646 pgm_check_table[0x39] = &do_dat_exception; in trap_init()647 pgm_check_table[0x3A] = &do_dat_exception; in trap_init()648 pgm_check_table[0x3B] = &do_dat_exception; in trap_init()
16 void do_dat_exception(struct pt_regs *regs);
400 void __kprobes do_dat_exception(struct pt_regs *regs) in do_dat_exception() function