Home
last modified time | relevance | path

Searched refs:handle_sys (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dgenex.S98 SYM_CODE_START(handle_sys)
101 SYM_CODE_END(handle_sys)
H A Dtraps.c1161 set_handler(EXCCODE_SYS * VECSIZE, handle_sys, VECSIZE); in trap_init()
/openbmc/linux/arch/mips/kernel/
H A Dscall64-o32.S28 NESTED(handle_sys, PT_SIZE, sp)
193 END(handle_sys)
H A Dscall32-o32.S25 NESTED(handle_sys, PT_SIZE, sp)
181 END(handle_sys)
H A Dscall64-n32.S22 #define handle_sysn32 handle_sys
H A Dscall64-n64.S24 #define handle_sys64 handle_sys
H A Dtraps.c84 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 Dexception.h32 asmlinkage void handle_sys(void);
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c2265 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()