Home
last modified time | relevance | path

Searched defs:error_code (Results 1 – 25 of 132) sorted by relevance

123456

/linux/arch/x86/mm/
H A Dfault.c123 is_prefetch(struct pt_regs *regs, unsigned long error_code, unsigned long addr) in is_prefetch()
464 static int is_f00f_bug(struct pt_regs *regs, unsigned long error_code, in is_f00f_bug()
509 show_fault_oops(struct pt_regs *regs, unsigned long error_code, unsigned long address) in show_fault_oops()
591 pgtable_bad(struct pt_regs *regs, unsigned long error_code, in pgtable_bad()
613 unsigned long *error_code) in sanitize_error_code()
629 unsigned long error_code) in set_signal_archinfo()
639 page_fault_oops(struct pt_regs *regs, unsigned long error_code, in page_fault_oops()
719 kernelmode_fixup_or_oops(struct pt_regs *regs, unsigned long error_code, in kernelmode_fixup_or_oops()
744 show_signal_msg(struct pt_regs *regs, unsigned long error_code, in show_signal_msg()
777 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, in __bad_area_nosemaphore()
[all …]
H A Dextable.c221 struct pt_regs *regs, unsigned long error_code) in ex_handler_eretu()
299 int fixup_exception(struct pt_regs *regs, int trapnr, unsigned long error_code, in fixup_exception()
/linux/arch/sh/mm/
H A Dfault.c222 no_context(struct pt_regs *regs, unsigned long error_code, in no_context()
244 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, in __bad_area_nosemaphore()
263 bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, in bad_area_nosemaphore()
270 __bad_area(struct pt_regs *regs, unsigned long error_code, in __bad_area()
285 bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) in bad_area()
291 bad_area_access_error(struct pt_regs *regs, unsigned long error_code, in bad_area_access_error()
298 do_sigbus(struct pt_regs *regs, unsigned long error_code, unsigned long address) in do_sigbus()
313 mm_fault_error(struct pt_regs *regs, unsigned long error_code, in mm_fault_error()
358 static inline int access_error(int error_code, struct vm_area_struct *vma) in access_error()
390 unsigned long error_code, in do_page_fault()
H A Dtlbex_32.c23 handle_tlbmiss(struct pt_regs *regs, unsigned long error_code, in handle_tlbmiss()
/linux/arch/x86/entry/
H A Dentry_fred.c21 static noinstr void fred_bad_type(struct pt_regs *regs, unsigned long error_code) in fred_bad_type()
181 noinstr void exc_vmm_communication(struct pt_regs *regs, unsigned long error_code) in exc_vmm_communication()
190 static noinstr void fred_hwexc(struct pt_regs *regs, unsigned long error_code) in fred_hwexc()
229 static noinstr void fred_swexc(struct pt_regs *regs, unsigned long error_code) in fred_swexc()
240 unsigned long error_code = regs->orig_ax; in fred_entry_from_user() local
272 unsigned long error_code = regs->orig_ax; in fred_entry_from_kernel() local
/linux/arch/x86/kernel/
H A Dcet.c29 static const char *cp_err_string(unsigned long error_code) in cp_err_string()
38 static void do_unexpected_cp(struct pt_regs *regs, unsigned long error_code) in do_unexpected_cp()
48 static void do_user_cp_fault(struct pt_regs *regs, unsigned long error_code) in do_user_cp_fault()
113 static void do_kernel_cp_fault(struct pt_regs *regs, unsigned long error_code) in do_kernel_cp_fault()
H A Dtraps.c280 struct pt_regs *regs, long error_code) in do_trap_no_signal()
321 struct pt_regs *regs, long error_code) in show_signal()
335 long error_code, int sicode, void __user *addr) in do_trap()
351 static void do_error_trap(struct pt_regs *regs, long error_code, char *str, in do_error_trap()
884 unsigned long error_code, const char *str, in gp_try_fixup_and_notify()
905 unsigned long error_code, const char *str) in gp_user_force_sig_segv()
1583 static void ve_raise_fault(struct pt_regs *regs, long error_code, in ve_raise_fault()
/linux/arch/x86/boot/compressed/
H A Dident_map_64.c345 static void do_pf_error(const char *msg, unsigned long error_code, in do_pf_error()
361 void do_boot_page_fault(struct pt_regs *regs, unsigned long error_code) in do_boot_page_fault()
390 void do_boot_nmi_trap(struct pt_regs *regs, unsigned long error_code) in do_boot_nmi_trap()
H A Didt_handlers_64.S15 .macro EXCEPTION_HANDLER name function error_code=0
/linux/arch/x86/coco/sev/
H A Dvc-handle.c103 long error_code = ctxt->fi.error_code; in vc_forward_exception() local
200 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem() local
279 unsigned long error_code = X86_PF_PROT; in vc_read_mem() local
892 static bool vc_raw_handle_exception(struct pt_regs *regs, unsigned long error_code) in vc_raw_handle_exception()
948 static __always_inline bool vc_is_db(unsigned long error_code) in vc_is_db()
/linux/drivers/platform/x86/intel/ifs/
H A Difs.h191 u32 error_code :8; member
203 u32 error_code :8; member
218 u32 error_code :8; member
228 u32 error_code :8; member
269 u32 error_code :8; member
308 u32 error_code :8; member
/linux/arch/powerpc/mm/
H A Dfault.c200 static bool bad_kernel_fault(struct pt_regs *regs, unsigned long error_code, in bad_kernel_fault()
315 unsigned long error_code, unsigned long address) in sanity_check_fault()
415 unsigned long error_code) in ___do_page_fault()
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c75 uint32_t error_code) in svm_run_l2()
114 static void vmx_run_l2(void *l2_code, int vector, uint32_t error_code) in vmx_run_l2()
H A Dsmaller_maxphyaddr_emulation_test.c23 uint64_t error_code; in guest_code() local
/linux/arch/x86/include/asm/
H A Dvsyscall.h21 static inline bool emulate_vsyscall(unsigned long error_code, in emulate_vsyscall()
H A Dcpu.h37 static inline bool handle_user_split_lock(struct pt_regs *regs, long error_code) in handle_user_split_lock()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vf_error.c34 uint16_t error_code; in amdgpu_vf_error_put() local
/linux/arch/m68k/mm/
H A Dfault.c71 unsigned long error_code) in do_page_fault()
/linux/arch/sh/kernel/
H A Dtraps_32.c493 unsigned long error_code = 0; in do_address_error() local
620 unsigned long error_code; in do_reserved_inst() local
/linux/arch/x86/entry/vdso/
H A Dextable.c13 unsigned long error_code, unsigned long fault_addr) in fixup_vdso_exception()
/linux/arch/x86/um/shared/sysdep/
H A Dfaultinfo_32.h19 int error_code; /* in ptrace_faultinfo misleadingly called is_write */ member
H A Dfaultinfo_64.h19 int error_code; /* in ptrace_faultinfo misleadingly called is_write */ member
/linux/arch/microblaze/mm/
H A Dfault.c87 unsigned long error_code) in do_page_fault()
/linux/kernel/trace/rv/monitors/pagefault/
H A Dpagefault.c39 unsigned long error_code) in handle_page_fault()
/linux/include/linux/bnge/
H A Dhsi.h20 __le16 error_code; member
78 __le16 error_code; member
591 __le16 error_code; member
622 __le16 error_code; member
663 __le16 error_code; member
1629 __le16 error_code; member
1652 __le16 error_code; member
1676 __le16 error_code; member
1700 __le16 error_code; member
1765 __le16 error_code; member
[all …]

123456