Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 79) sorted by relevance

1234

/openbmc/qemu/target/mips/tcg/
H A Dexception.c46 void helper_raise_exception_err(CPUMIPSState *env, uint32_t exception, in helper_raise_exception_err()
52 void helper_raise_exception(CPUMIPSState *env, uint32_t exception) in helper_raise_exception()
62 static void raise_exception(CPUMIPSState *env, uint32_t exception) in raise_exception()
131 const char *mips_exception_name(int32_t exception) in mips_exception_name()
139 void do_raise_exception_err(CPUMIPSState *env, uint32_t exception, in do_raise_exception_err()
H A Dtcg-internal.h35 uint32_t exception, in do_raise_exception()
/openbmc/qemu/target/xtensa/
H A Dwin_helper.c129 HELPER(exception)(env, EXC_WINDOW_OVERFLOW4); in HELPER() local
132 HELPER(exception)(env, EXC_WINDOW_OVERFLOW8); in HELPER() local
178 HELPER(exception)(env, EXC_WINDOW_UNDERFLOW4); in HELPER() local
180 HELPER(exception)(env, EXC_WINDOW_UNDERFLOW8); in HELPER() local
182 HELPER(exception)(env, EXC_WINDOW_UNDERFLOW12); in HELPER() local
H A Dexc_helper.c37 void HELPER(exception)(CPUXtensaState *env, uint32_t excp) in HELPER() argument
68 HELPER(exception)(env, vector); in HELPER() local
95 HELPER(exception)(env, EXC_DEBUG); in HELPER() local
118 HELPER(exception)(env, EXCP_HLT); in HELPER() local
/openbmc/linux/drivers/acpi/acpica/
H A Dutexcep.c32 const struct acpi_exception_info *exception; in acpi_format_exception() local
68 const struct acpi_exception_info *exception = NULL; in ACPI_EXPORT_SYMBOL() local
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dcoredump.c145 bool *exception) in mt7915_coredump_fw_state()
168 bool exception) in mt7915_coredump_fw_trace()
225 bool exception) in mt7915_coredump_fw_stack()
309 bool exception; in mt7915_coredump_build() local
/openbmc/qemu/tests/tcg/s390x/
H A Dsignals-s390x.c44 enum exception { enum
54 enum exception exception; member
110 static void check_sigsegv(void *func, enum exception exception, in check_sigsegv()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dcoredump.c102 bool *exception) in mt7996_coredump_fw_state()
119 bool exception) in mt7996_coredump_fw_stack()
169 bool exception; in mt7996_coredump_build() local
/openbmc/sdbusplus/include/sdbusplus/
H A Dexception.hpp19 namespace exception namespace
24 struct exception : public std::exception struct
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c659 struct nfs4_exception exception = { in nfs4_async_handle_error() local
3229 struct nfs4_exception exception = { in nfs4_do_open() local
3372 struct nfs4_exception exception = { in nfs4_do_setattr() local
3555 struct nfs4_exception exception = { in nfs4_close_done() local
3942 struct nfs4_exception exception = { in nfs4_server_capabilities() local
4077 struct nfs4_exception exception = { in nfs4_discover_trunking() local
4126 struct nfs4_exception exception = { in nfs4_lookup_root() local
4353 struct nfs4_exception exception = { in nfs4_proc_getattr() local
4481 struct nfs4_exception exception = { in nfs4_proc_lookup_common() local
4589 struct nfs4_exception exception = { in nfs4_proc_lookupp() local
[all …]
H A Dnfs42proc.c104 struct nfs4_exception exception = { }; in nfs42_proc_fallocate() local
631 struct nfs4_exception exception = { in nfs42_proc_copy_notify() local
714 struct nfs4_exception exception = { }; in nfs42_proc_llseek() local
1370 struct nfs4_exception exception = { }; in nfs42_proc_getxattr() local
1415 struct nfs4_exception exception = { }; in nfs42_proc_setxattr() local
1432 struct nfs4_exception exception = { }; in nfs42_proc_listxattrs() local
1449 struct nfs4_exception exception = { }; in nfs42_proc_removexattr() local
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/
H A Dconcurrencytest.py92 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
119 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
133 def _addResult(self, method, test, *args, exception = False, **kwargs): argument
/openbmc/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c47 int exception; member
341 int cpu, rc, exception; /* FP = 0, VEC = 1, VSX = 2 */ in tm_unavailable_test() local
/openbmc/qemu/docs/sphinx/
H A Ddepfile.py35 def write_depfile(app, exception): argument
/openbmc/qemu/target/ppc/
H A Duser_only_helper.c31 int exception, error_code; in ppc_cpu_record_sigsegv() local
H A Dexcp_helper.c2536 void raise_exception_err_ra(CPUPPCState *env, uint32_t exception, in raise_exception_err_ra()
2546 void raise_exception_err(CPUPPCState *env, uint32_t exception, in raise_exception_err()
2552 void raise_exception(CPUPPCState *env, uint32_t exception) in raise_exception()
2557 void raise_exception_ra(CPUPPCState *env, uint32_t exception, in raise_exception_ra()
2564 void helper_raise_exception_err(CPUPPCState *env, uint32_t exception, in helper_raise_exception_err()
2570 void helper_raise_exception(CPUPPCState *env, uint32_t exception) in helper_raise_exception()
/openbmc/qemu/target/openrisc/
H A Dinterrupt.c33 int exception = cs->exception_index; in openrisc_cpu_do_interrupt() local
H A Dexception_helper.c26 void HELPER(exception)(CPUOpenRISCState *env, uint32_t excp) in HELPER() argument
/openbmc/linux/arch/mips/kernel/
H A Dgenex.S513 .macro __BUILD_silent exception argument
530 .macro __BUILD_count exception argument
/openbmc/openbmc/poky/documentation/sphinx/
H A Dyocto-vars.py56 def yocto_vars_build_finished(app: Sphinx, exception): argument
/openbmc/linux/tools/lib/subcmd/
H A Dpager.c40 fd_set exception; in pager_preexec() local
/openbmc/openbmc/poky/bitbake/bin/
H A Dgit-make-shallow151 def iter_except(func, exception, start=None): argument
/openbmc/linux/arch/arm/nwfpe/
H A Dfpa11.h31 signed char exception; member
/openbmc/u-boot/tools/patman/
H A Dcommand.py27 exception=None): argument
/openbmc/qemu/target/loongarch/tcg/
H A Dop_helper.c21 void helper_raise_exception(CPULoongArchState *env, uint32_t exception) in helper_raise_exception()

1234