Home
last modified time | relevance | path

Searched refs:gen_excp_1 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/hppa/
H A Dtranslate.c573 static void gen_excp_1(int exception) in gen_excp_1() function
583 gen_excp_1(exception); in gen_excp()
1907 gen_excp_1(EXCP_IMP); in do_page_zero()
1912 gen_excp_1(EXCP_SYSCALL_LWS); in do_page_zero()
1927 gen_excp_1(EXCP_SYSCALL); in do_page_zero()
1933 gen_excp_1(EXCP_ILL); in do_page_zero()
2632 gen_excp_1(EXCP_HALTED); in trans_or()
/openbmc/qemu/target/alpha/
H A Dtranslate.c255 static void gen_excp_1(int exception, int error_code) in gen_excp_1() function
267 gen_excp_1(exception, error_code); in gen_excp()