Home
last modified time | relevance | path

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

1234567

/OK3568_Linux_fs/kernel/arch/x86/mm/
H A Dextable.c29 unsigned long error_code, in ex_handler_default()
39 unsigned long error_code, in ex_handler_fault()
60 unsigned long error_code, in ex_handler_fprestore()
75 unsigned long error_code, in ex_handler_uaccess()
86 unsigned long error_code, in ex_handler_copy()
98 unsigned long error_code, in ex_handler_rdmsr_unsafe()
115 unsigned long error_code, in ex_handler_wrmsr_unsafe()
131 unsigned long error_code, in ex_handler_clear_fs()
159 int fixup_exception(struct pt_regs *regs, int trapnr, unsigned long error_code, in fixup_exception()
H A Dfault.c110 is_prefetch(struct pt_regs *regs, unsigned long error_code, unsigned long addr) in is_prefetch()
515 show_fault_oops(struct pt_regs *regs, unsigned long error_code, unsigned long address) in show_fault_oops()
592 pgtable_bad(struct pt_regs *regs, unsigned long error_code, in pgtable_bad()
614 unsigned long error_code) in set_signal_archinfo()
636 no_context(struct pt_regs *regs, unsigned long error_code, in no_context()
768 show_signal_msg(struct pt_regs *regs, unsigned long error_code, in show_signal_msg()
800 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, in __bad_area_nosemaphore()
852 bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, in bad_area_nosemaphore()
859 __bad_area(struct pt_regs *regs, unsigned long error_code, in __bad_area()
873 bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) in bad_area()
[all …]
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dfault.c222 no_context(struct pt_regs *regs, unsigned long error_code, in no_context()
246 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, in __bad_area_nosemaphore()
265 bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, in bad_area_nosemaphore()
272 __bad_area(struct pt_regs *regs, unsigned long error_code, in __bad_area()
287 bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) in bad_area()
293 bad_area_access_error(struct pt_regs *regs, unsigned long error_code, in bad_area_access_error()
300 do_sigbus(struct pt_regs *regs, unsigned long error_code, unsigned long address) in do_sigbus()
315 mm_fault_error(struct pt_regs *regs, unsigned long error_code, in mm_fault_error()
360 static inline int access_error(int error_code, struct vm_area_struct *vma) in access_error()
392 unsigned long error_code, in do_page_fault()
H A Dtlbex_32.c22 handle_tlbmiss(struct pt_regs *regs, unsigned long error_code, in handle_tlbmiss()
/OK3568_Linux_fs/u-boot/drivers/firmware/scmi/
H A Dscmi_agent-uclass.c21 struct error_code { struct
26 static const struct error_code scmi_linux_errmap[] = { argument
/OK3568_Linux_fs/kernel/arch/powerpc/mm/
H A Dfault.c196 static bool bad_kernel_fault(struct pt_regs *regs, unsigned long error_code, in bad_kernel_fault()
305 unsigned long error_code, unsigned long address) in sanity_check_fault()
390 unsigned long error_code) in __do_page_fault()
544 unsigned long error_code) in do_page_fault()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_kernel_common.h50 #define MALI_ERROR(error_code) return (error_code) argument
70 #define MALI_CHECK(condition, error_code) do { if(!(condition)) MALI_ERROR(error_code); } while(0) argument
91 #define MALI_CHECK_NON_NULL(pointer, error_code) MALI_CHECK( ((pointer)!=NULL), (error_code) ) argument
/OK3568_Linux_fs/external/xserver/hw/xwin/winclipboard/
H A Dwndproc.c198 DWORD error_code = 0; in winClipboardWindowProc() local
251 DWORD error_code = 0; in winClipboardWindowProc() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dtraps.c101 struct pt_regs *regs, long error_code) in do_trap_no_signal()
139 struct pt_regs *regs, long error_code) in show_signal()
153 long error_code, int sicode, void __user *addr) in do_trap()
169 static void do_error_trap(struct pt_regs *regs, long error_code, char *str, in do_error_trap()
H A Dsev-es.c262 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem() local
341 unsigned long error_code = X86_PF_PROT; in vc_read_mem() local
1252 long error_code = ctxt->fi.error_code; in vc_forward_exception() local
1284 static bool vc_raw_handle_exception(struct pt_regs *regs, unsigned long error_code) in vc_raw_handle_exception()
1340 static __always_inline bool vc_is_db(unsigned long error_code) in vc_is_db()
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Didt_handlers_64.S15 .macro EXCEPTION_HANDLER name function error_code=0
H A Dident_map_64.c318 static void do_pf_error(const char *msg, unsigned long error_code, in do_pf_error()
334 void do_boot_page_fault(struct pt_regs *regs, unsigned long error_code) in do_boot_page_fault()
/OK3568_Linux_fs/kernel/arch/h8300/mm/
H A Dfault.c36 unsigned long error_code) in do_page_fault()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dvsyscall.h20 static inline bool emulate_vsyscall(unsigned long error_code, in emulate_vsyscall()
H A Dcpu.h51 static inline bool handle_user_split_lock(struct pt_regs *regs, long error_code) in handle_user_split_lock()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-prologue.c325 prologue_relocate(struct bpf_insn_pos *pos, struct bpf_insn *error_code, in prologue_relocate()
369 struct bpf_insn *error_code = NULL; in bpf__gen_prologue() local
/OK3568_Linux_fs/kernel/arch/m68k/mm/
H A Dfault.c69 unsigned long error_code) in do_page_fault()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vf_error.c34 uint16_t error_code; in amdgpu_vf_error_put() local
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dtraps_32.c475 unsigned long error_code = 0; in do_address_error() local
611 unsigned long error_code; in do_reserved_inst() local
/OK3568_Linux_fs/kernel/arch/x86/um/shared/sysdep/
H A Dfaultinfo_64.h19 int error_code; /* in ptrace_faultinfo misleadingly called is_write */ member
H A Dfaultinfo_32.h19 int error_code; /* in ptrace_faultinfo misleadingly called is_write */ member
/OK3568_Linux_fs/kernel/arch/microblaze/mm/
H A Dfault.c87 unsigned long error_code) in do_page_fault()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hsi.h28 __le16 error_code; member
82 __le16 error_code; member
440 __le16 error_code; member
468 __le16 error_code; member
508 __le16 error_code; member
1057 __le16 error_code; member
1080 __le16 error_code; member
1104 __le16 error_code; member
1128 __le16 error_code; member
1184 __le16 error_code; member
[all …]
/OK3568_Linux_fs/kernel/arch/um/kernel/
H A Dptrace.c115 static void send_sigtrap(struct uml_pt_regs *regs, int error_code) in send_sigtrap()
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbios.h70 uint32_t error_code; member

1234567