Home
last modified time | relevance | path

Searched defs:error_code (Results 1 - 25 of 239) sorted by relevance

12345678910

/kernel/linux/linux-5.10/arch/h8300/mm/
H A Dfault.c35 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) do_page_fault() argument
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dvsyscall.h20 static inline bool emulate_vsyscall(unsigned long error_code, in emulate_vsyscall() argument
H A Dcpu.h51 static inline bool handle_user_split_lock(struct pt_regs *regs, long error_code) in handle_user_split_lock() argument
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dvsyscall.h21 static inline bool emulate_vsyscall(unsigned long error_code, in emulate_vsyscall() argument
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vf_error.c34 uint16_t error_code; in amdgpu_vf_error_put() local
/kernel/linux/linux-5.10/arch/m68k/mm/
H A Dfault.c68 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) do_page_fault() argument
/kernel/linux/linux-5.10/arch/sh/mm/
H A Dtlbex_32.c22 handle_tlbmiss(struct pt_regs *regs, unsigned long error_code, in handle_tlbmiss() argument
/kernel/linux/linux-6.6/arch/m68k/mm/
H A Dfault.c68 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) do_page_fault() argument
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dtlbex_32.c22 handle_tlbmiss(struct pt_regs *regs, unsigned long error_code, in handle_tlbmiss() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vf_error.c34 uint16_t error_code; in amdgpu_vf_error_put() local
/kernel/linux/linux-6.6/arch/x86/entry/vdso/
H A Dextable.c12 fixup_vdso_exception(struct pt_regs *regs, int trapnr, unsigned long error_code, unsigned long fault_addr) fixup_vdso_exception() argument
/foundation/arkui/napi/native_engine/
H A Dnative_api_internal.h29 napi_set_last_error(napi_env env, napi_status error_code, uint32_t engine_error_code = 0, void* engine_reserved = nullptr) napi_set_last_error() argument
/kernel/linux/linux-5.10/arch/microblaze/mm/
H A Dfault.c86 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) do_page_fault() argument
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dptrace.c115 static void send_sigtrap(struct uml_pt_regs *regs, int error_code) in send_sigtrap() argument
/kernel/linux/linux-6.6/arch/microblaze/mm/
H A Dfault.c86 do_page_fault(struct pt_regs *regs, unsigned long address, unsigned long error_code) do_page_fault() argument
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dptrace.c114 static void send_sigtrap(struct uml_pt_regs *regs, int error_code) in send_sigtrap() argument
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dsmaller_maxphyaddr_emulation_test.c26 uint64_t error_code; in guest_code() local
/kernel/linux/linux-5.10/arch/nds32/mm/
H A Dfault.c73 do_page_fault(unsigned long entry, unsigned long addr, unsigned int error_code, struct pt_regs *regs) do_page_fault() argument
[all...]
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dprocessor.h35 unsigned long error_code; member
/kernel/linux/linux-5.10/arch/arm/include/uapi/asm/
H A Dsigcontext.h12 unsigned long error_code; member
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dextable.c158 int fixup_exception(struct pt_regs *regs, int trapnr, unsigned long error_code, in fixup_exception() argument
27 ex_handler_default(const struct exception_table_entry *fixup, struct pt_regs *regs, int trapnr, unsigned long error_code, unsigned long fault_addr) ex_handler_default() argument
37 ex_handler_fault(const struct exception_table_entry *fixup, struct pt_regs *regs, int trapnr, unsigned long error_code, unsigned long fault_addr) ex_handler_fault() argument
58 ex_handler_fprestore(const struct exception_table_entry *fixup, struct pt_regs *regs, int trapnr, unsigned long error_code, unsigned long fault_addr) ex_handler_fprestore() argument
73 ex_handler_uaccess(const struct exception_table_entry *fixup, struct pt_regs *regs, int trapnr, unsigned long error_code, unsigned long fault_addr) ex_handler_uaccess() argument
84 ex_handler_copy(const struct exception_table_entry *fixup, struct pt_regs *regs, int trapnr, unsigned long error_code, unsigned long fault_addr) ex_handler_copy() argument
96 ex_handler_rdmsr_unsafe(const struct exception_table_entry *fixup, struct pt_regs *regs, int trapnr, unsigned long error_code, unsigned long fault_addr) ex_handler_rdmsr_unsafe() argument
113 ex_handler_wrmsr_unsafe(const struct exception_table_entry *fixup, struct pt_regs *regs, int trapnr, unsigned long error_code, unsigned long fault_addr) ex_handler_wrmsr_unsafe() argument
129 ex_handler_clear_fs(const struct exception_table_entry *fixup, struct pt_regs *regs, int trapnr, unsigned long error_code, unsigned long fault_addr) ex_handler_clear_fs() argument
[all...]

Completed in 6 milliseconds

12345678910