Home
last modified time | relevance | path

Searched defs:exception (Results 26 – 50 of 79) sorted by relevance

1234

/openbmc/linux/arch/x86/kernel/
H A Dkgdb.c709 int kgdb_skipexception(int exception, struct pt_regs *regs) in kgdb_skipexception()
718 unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs) in kgdb_arch_pc()
/openbmc/linux/drivers/s390/char/
H A Dtape_3590.c959 char *exception, *service; in tape_3590_print_mim_msg_f0() local
1023 char *exception, *service; in tape_3590_print_io_sim_msg_f1() local
1134 char *exception, *service; in tape_3590_print_dev_sim_msg_f2() local
/openbmc/linux/arch/parisc/math-emu/
H A Ddriver.c31 unsigned int exception : 6; member
/openbmc/sdbusplus/src/
H A Dexception.cpp14 namespace exception namespace
/openbmc/qemu/target/openrisc/
H A Dmmu.c98 int exception) in raise_mmu_exception()
/openbmc/qemu/target/loongarch/
H A Dcpu.c77 const char *loongarch_exception_name(int32_t exception) in loongarch_exception_name()
90 uint32_t exception, in do_raise_exception()
/openbmc/qemu/target/microblaze/
H A Dop_helper.c36 int exception = ctrl & STREAM_EXCEPTION; in helper_put() local
53 int exception = ctrl & STREAM_EXCEPTION; in helper_get() local
/openbmc/linux/kernel/debug/
H A Ddebug_core.c201 unsigned long __weak kgdb_arch_pc(int exception, struct pt_regs *regs) in kgdb_arch_pc()
212 int __weak kgdb_skipexception(int exception, struct pt_regs *regs) in kgdb_skipexception()
/openbmc/qemu/target/riscv/
H A Dop_helper.c30 uint32_t exception, uintptr_t pc) in riscv_raise_exception()
37 void helper_raise_exception(CPURISCVState *env, uint32_t exception) in helper_raise_exception()
/openbmc/linux/arch/powerpc/kernel/
H A Dkgdb.c113 int kgdb_skipexception(int exception, struct pt_regs *regs) in kgdb_skipexception()
/openbmc/linux/arch/x86/kvm/
H A Dmmu.h301 struct x86_exception *exception) in kvm_translate_gpa()
H A Dx86.c7303 struct x86_exception *exception) in translate_nested_gpa()
7318 struct x86_exception *exception) in kvm_mmu_gva_to_gpa_read()
7328 struct x86_exception *exception) in kvm_mmu_gva_to_gpa_write()
7340 struct x86_exception *exception) in kvm_mmu_gva_to_gpa_system()
7349 struct x86_exception *exception) in kvm_read_guest_virt_helper()
7381 struct x86_exception *exception) in kvm_fetch_guest_virt()
7408 struct x86_exception *exception) in kvm_read_guest_virt()
7711 struct x86_exception *exception, in emulator_read_write()
7766 struct x86_exception *exception) in emulator_read_emulated()
7776 struct x86_exception *exception) in emulator_write_emulated()
[all …]
/openbmc/linux/arch/sh/kernel/
H A Dkgdb.c289 unsigned long kgdb_arch_pc(int exception, struct pt_regs *regs) in kgdb_arch_pc()
/openbmc/linux/arch/ia64/kernel/
H A Dtraps.c286 long exception, bundle[2]; in handle_fpu_swa() local
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Dseverity.c36 enum exception { EXCP_CONTEXT = 1, NO_EXCP = 2 }; enum
/openbmc/linux/drivers/scsi/
H A Dmesh.h41 unsigned char exception; member
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py304 def exception(self): member in multiprocess_launch_mp.ProcessLaunch
/openbmc/linux/arch/s390/include/asm/
H A Ddebug.h34 unsigned long exception : 1; member
/openbmc/telemetry/src/
H A Dreport.cpp413 catch (const boost::system::system_error& exception) in scheduleTimerForPeriodicReport() local
/openbmc/linux/drivers/net/ethernet/freescale/fman/
H A Dfman_tgec.c259 static int get_exception_flag(enum fman_mac_exceptions exception) in get_exception_flag()
594 enum fman_mac_exceptions exception, bool enable) in tgec_set_exception()
H A Dfman.c549 enum fman_exceptions exception) in fman_exceptions()
950 enum fman_exceptions exception, bool enable) in set_exception()
1435 static u32 get_exception_flag(enum fman_exceptions exception) in get_exception_flag()
2015 enum fman_exceptions exception, bool enable) in fman_set_exception()
/openbmc/qemu/target/s390x/tcg/
H A Dmisc_helper.c56 void HELPER(exception)(CPUS390XState *env, uint32_t excp) in HELPER() argument
/openbmc/linux/tools/arch/arm/include/uapi/asm/
H A Dkvm.h138 } exception; member
/openbmc/qemu/linux-headers/asm-arm/
H A Dkvm.h138 } exception; member
/openbmc/qemu/target/alpha/
H A Dtranslate.c267 static void gen_excp_1(int exception, int error_code) in gen_excp_1()
276 static DisasJumpType gen_excp(DisasContext *ctx, int exception, int error_code) in gen_excp()

1234