Searched refs:handle_sys (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/arch/loongarch/kernel/ |
H A D | genex.S | 98 SYM_CODE_START(handle_sys) 101 SYM_CODE_END(handle_sys)
|
H A D | traps.c | 1161 set_handler(EXCCODE_SYS * VECSIZE, handle_sys, VECSIZE); in trap_init()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | scall64-o32.S | 28 NESTED(handle_sys, PT_SIZE, sp) 193 END(handle_sys)
|
H A D | scall32-o32.S | 25 NESTED(handle_sys, PT_SIZE, sp) 181 END(handle_sys)
|
H A D | scall64-n32.S | 22 #define handle_sysn32 handle_sys
|
H A D | scall64-n64.S | 24 #define handle_sys64 handle_sys
|
H A D | traps.c | 84 extern asmlinkage void handle_sys(void); 2476 set_except_vector(EXCCODE_SYS, handle_sys); in trap_init()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | exception.h | 32 asmlinkage void handle_sys(void);
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 2265 static void handle_sys(DisasContext *s, bool isread, in handle_sys() function 2590 handle_sys(s, a->l, a->op0, a->op1, a->op2, a->crn, a->crm, a->rt); in trans_SYS()
|