Searched refs:spitfire_data_access_exception (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/sparc/kernel/ |
D | unaligned_64.c | 482 spitfire_data_access_exception(regs, 0, addr); in handle_ldf_stq() 492 spitfire_data_access_exception(regs, 0, addr); in handle_ldf_stq() 508 spitfire_data_access_exception(regs, 0, addr); in handle_ldf_stq() 528 spitfire_data_access_exception(regs, 0, addr); in handle_ldf_stq() 643 spitfire_data_access_exception(regs, sfsr, sfar); in handle_lddfmna() 694 spitfire_data_access_exception(regs, sfsr, sfar); in handle_stdfmna()
|
D | entry.h | 123 void spitfire_data_access_exception(struct pt_regs *regs,
|
D | winfixup.S | 156 1: call spitfire_data_access_exception
|
D | spiterrs.S | 201 call spitfire_data_access_exception
|
D | traps_64.c | 267 void spitfire_data_access_exception(struct pt_regs *regs, unsigned long sfsr, unsigned long sfar) in spitfire_data_access_exception() function 315 spitfire_data_access_exception(regs, sfsr, sfar); in spitfire_data_access_exception_tl1()
|