/openbmc/qemu/target/mips/tcg/ |
H A D | exception.c | 46 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 D | tcg-internal.h | 35 uint32_t exception, in do_raise_exception()
|
/openbmc/qemu/target/xtensa/ |
H A D | win_helper.c | 129 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 D | exc_helper.c | 37 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 D | utexcep.c | 32 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 D | coredump.c | 145 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 D | signals-s390x.c | 44 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 D | coredump.c | 102 bool *exception) in mt7996_coredump_fw_state() 119 bool exception) in mt7996_coredump_fw_stack() 169 bool exception; in mt7996_coredump_build() local
|
/openbmc/linux/fs/nfs/ |
H A D | nfs4proc.c | 659 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 D | nfs42proc.c | 104 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/sdbusplus/include/sdbusplus/ |
H A D | exception.hpp | 22 namespace exception namespace 27 struct exception : public std::exception struct
|
/openbmc/openbmc/poky/meta/lib/oeqa/core/utils/ |
H A D | concurrencytest.py | 92 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 D | tm-unavailable.c | 47 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 D | depfile.py | 35 def write_depfile(app, exception): argument
|
/openbmc/qemu/target/ppc/ |
H A D | user_only_helper.c | 31 int exception, error_code; in ppc_cpu_record_sigsegv() local
|
H A D | excp_helper.c | 2536 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 D | interrupt.c | 33 int exception = cs->exception_index; in openrisc_cpu_do_interrupt() local
|
H A D | exception_helper.c | 26 void HELPER(exception)(CPUOpenRISCState *env, uint32_t excp) in HELPER() argument
|
/openbmc/linux/arch/mips/kernel/ |
H A D | genex.S | 513 .macro __BUILD_silent exception argument 530 .macro __BUILD_count exception argument
|
/openbmc/openbmc/poky/documentation/sphinx/ |
H A D | yocto-vars.py | 56 def yocto_vars_build_finished(app: Sphinx, exception): argument
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | pager.c | 40 fd_set exception; in pager_preexec() local
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | git-make-shallow | 151 def iter_except(func, exception, start=None): argument
|
/openbmc/linux/arch/arm/nwfpe/ |
H A D | fpa11.h | 31 signed char exception; member
|
/openbmc/u-boot/tools/patman/ |
H A D | command.py | 27 exception=None): argument
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | op_helper.c | 21 void helper_raise_exception(CPULoongArchState *env, uint32_t exception) in helper_raise_exception()
|