| /OK3568_Linux_fs/kernel/arch/x86/mm/ |
| H A D | fault.c | 110 is_prefetch(struct pt_regs *regs, unsigned long error_code, unsigned long addr) in is_prefetch() argument 120 if (error_code & X86_PF_INSTR) in is_prefetch() 515 show_fault_oops(struct pt_regs *regs, unsigned long error_code, unsigned long address) in show_fault_oops() argument 520 if (error_code & X86_PF_INSTR) { in show_fault_oops() 548 (error_code & X86_PF_USER) ? "user" : "supervisor", in show_fault_oops() 549 (error_code & X86_PF_INSTR) ? "instruction fetch" : in show_fault_oops() 550 (error_code & X86_PF_WRITE) ? "write access" : in show_fault_oops() 553 pr_alert("#PF: error_code(0x%04lx) - %s\n", error_code, in show_fault_oops() 554 !(error_code & X86_PF_PROT) ? "not-present page" : in show_fault_oops() 555 (error_code & X86_PF_RSVD) ? "reserved bit violation" : in show_fault_oops() [all …]
|
| H A D | extable.c | 29 unsigned long error_code, in ex_handler_default() argument 39 unsigned long error_code, in ex_handler_fault() argument 60 unsigned long error_code, in ex_handler_fprestore() argument 75 unsigned long error_code, in ex_handler_uaccess() argument 86 unsigned long error_code, in ex_handler_copy() argument 98 unsigned long error_code, in ex_handler_rdmsr_unsafe() argument 115 unsigned long error_code, in ex_handler_wrmsr_unsafe() argument 131 unsigned long error_code, in ex_handler_clear_fs() argument 137 return ex_handler_default(fixup, regs, trapnr, error_code, fault_addr); in ex_handler_clear_fs() 159 int fixup_exception(struct pt_regs *regs, int trapnr, unsigned long error_code, in fixup_exception() argument [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | fs_ops.h | 48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY() 51 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY() 58 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY() 63 error_code& __ec); in _GLIBCXX_VISIBILITY() 70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY() 75 error_code& __ec); in _GLIBCXX_VISIBILITY() 79 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 82 bool create_directories(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY() 85 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 89 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | fs_dir.h | 109 directory_entry(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY() 131 assign(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY() 145 replace_filename(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY() 156 refresh(error_code& __ec) noexcept in _GLIBCXX_VISIBILITY() 168 exists(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() 176 is_block_file(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() 184 is_character_file(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() 192 is_directory(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() 200 is_fifo(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() 208 is_other(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | fs_ops.h | 48 path absolute(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY() 51 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY() 58 copy(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY() 63 error_code& __ec); in _GLIBCXX_VISIBILITY() 70 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY() 75 error_code& __ec); in _GLIBCXX_VISIBILITY() 79 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 82 bool create_directories(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY() 85 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 89 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | fs_dir.h | 109 directory_entry(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY() 131 assign(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY() 145 replace_filename(const filesystem::path& __p, error_code& __ec) in _GLIBCXX_VISIBILITY() 156 refresh(error_code& __ec) noexcept in _GLIBCXX_VISIBILITY() 168 exists(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() 176 is_block_file(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() 184 is_character_file(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() 192 is_directory(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() 200 is_fifo(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() 208 is_other(error_code& __ec) const noexcept in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/bits/ |
| H A D | fs_ops.h | 57 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY() 58 path canonical(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY() 65 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY() 70 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 77 copy_file(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY() 82 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 86 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 89 bool create_directories(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 92 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 96 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/bits/ |
| H A D | fs_ops.h | 57 path canonical(const path& __p, error_code& __ec); in _GLIBCXX_VISIBILITY() 58 path canonical(const path& __p, const path& __base, error_code& __ec); in _GLIBCXX_VISIBILITY() 65 copy(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY() 70 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 77 copy_file(const path& __from, const path& __to, error_code& __ec) noexcept in _GLIBCXX_VISIBILITY() 82 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 86 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 89 bool create_directories(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 92 bool create_directory(const path& __p, error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() 96 error_code& __ec) noexcept; in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/arch/sh/mm/ |
| H A D | fault.c | 222 no_context(struct pt_regs *regs, unsigned long error_code, in no_context() argument 240 die("Oops", regs, error_code); in no_context() 246 __bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, in __bad_area_nosemaphore() argument 261 no_context(regs, error_code, address); in __bad_area_nosemaphore() 265 bad_area_nosemaphore(struct pt_regs *regs, unsigned long error_code, in bad_area_nosemaphore() argument 268 __bad_area_nosemaphore(regs, error_code, address, SEGV_MAPERR); in bad_area_nosemaphore() 272 __bad_area(struct pt_regs *regs, unsigned long error_code, in __bad_area() argument 283 __bad_area_nosemaphore(regs, error_code, address, si_code); in __bad_area() 287 bad_area(struct pt_regs *regs, unsigned long error_code, unsigned long address) in bad_area() argument 289 __bad_area(regs, error_code, address, SEGV_MAPERR); in bad_area() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | filesystem | 80 path absolute(const path& p, error_code &ec); 83 path canonical(const path& p, error_code& ec); 86 void copy(const path& from, const path& to, error_code& ec); 89 error_code& ec); 92 bool copy_file(const path& from, const path& to, error_code& ec); 95 error_code& ec); 99 error_code& ec) noexcept; 102 bool create_directories(const path& p, error_code& ec); 105 bool create_directory(const path& p, error_code& ec) noexcept; 109 error_code& ec) noexcept; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | filesystem | 80 path absolute(const path& p, error_code &ec); 83 path canonical(const path& p, error_code& ec); 86 void copy(const path& from, const path& to, error_code& ec); 89 error_code& ec); 92 bool copy_file(const path& from, const path& to, error_code& ec); 95 error_code& ec); 99 error_code& ec) noexcept; 102 bool create_directories(const path& p, error_code& ec); 105 bool create_directory(const path& p, error_code& ec) noexcept; 109 error_code& ec) noexcept; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | system_error | 32 virtual bool equivalent(const error_code& code, int condition) const noexcept; 55 class error_code 59 error_code() noexcept; 60 error_code(int val, const error_category& cat) noexcept; 62 error_code(ErrorCodeEnum e) noexcept; 67 error_code& operator=(ErrorCodeEnum e) noexcept; 79 bool operator<(const error_code& lhs, const error_code& rhs) noexcept; 82 operator<<(basic_ostream<charT,traits>& os, const error_code& ec); 112 system_error(error_code ec, const string& what_arg); 113 system_error(error_code ec, const char* what_arg); [all …]
|
| H A D | filesystem | 80 path absolute(const path& p, error_code &ec); 83 path canonical(const path& p, error_code& ec); 86 void copy(const path& from, const path& to, error_code& ec); 89 error_code& ec); 92 bool copy_file(const path& from, const path& to, error_code& ec); 95 error_code& ec); 99 error_code& ec) noexcept; 102 bool create_directories(const path& p, error_code& ec); 105 bool create_directory(const path& p, error_code& ec) noexcept; 109 error_code& ec) noexcept; [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | system_error | 32 virtual bool equivalent(const error_code& code, int condition) const noexcept; 55 class error_code 59 error_code() noexcept; 60 error_code(int val, const error_category& cat) noexcept; 62 error_code(ErrorCodeEnum e) noexcept; 67 error_code& operator=(ErrorCodeEnum e) noexcept; 79 bool operator<(const error_code& lhs, const error_code& rhs) noexcept; 82 operator<<(basic_ostream<charT,traits>& os, const error_code& ec); 112 system_error(error_code ec, const string& what_arg); 113 system_error(error_code ec, const char* what_arg); [all …]
|
| H A D | filesystem | 80 path absolute(const path& p, error_code &ec); 83 path canonical(const path& p, error_code& ec); 86 void copy(const path& from, const path& to, error_code& ec); 89 error_code& ec); 92 bool copy_file(const path& from, const path& to, error_code& ec); 95 error_code& ec); 99 error_code& ec) noexcept; 102 bool create_directories(const path& p, error_code& ec); 105 bool create_directory(const path& p, error_code& ec) noexcept; 109 error_code& ec) noexcept; [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | traps.c | 101 struct pt_regs *regs, long error_code) in do_trap_no_signal() argument 110 error_code, trapnr)) in do_trap_no_signal() 114 if (fixup_exception(regs, trapnr, error_code, 0)) in do_trap_no_signal() 117 tsk->thread.error_code = error_code; in do_trap_no_signal() 119 die(str, regs, error_code); in do_trap_no_signal() 131 tsk->thread.error_code = error_code; in do_trap_no_signal() 139 struct pt_regs *regs, long error_code) in show_signal() argument 145 regs->ip, regs->sp, error_code); in show_signal() 153 long error_code, int sicode, void __user *addr) in do_trap() argument 157 if (!do_trap_no_signal(tsk, trapnr, str, regs, error_code)) in do_trap() [all …]
|
| H A D | sev-es.c | 234 ctxt->fi.error_code = X86_PF_INSTR | X86_PF_USER; in vc_decode_insn() 245 ctxt->fi.error_code = X86_PF_INSTR; in vc_decode_insn() 262 unsigned long error_code = X86_PF_PROT | X86_PF_WRITE; in vc_write_mem() local 329 error_code |= X86_PF_USER; in vc_write_mem() 332 ctxt->fi.error_code = error_code; in vc_write_mem() 341 unsigned long error_code = X86_PF_PROT; in vc_read_mem() local 407 error_code |= X86_PF_USER; in vc_read_mem() 410 ctxt->fi.error_code = error_code; in vc_read_mem() 431 ctxt->fi.error_code = 0; in vc_slow_virt_to_phys() 434 ctxt->fi.error_code |= X86_PF_USER; in vc_slow_virt_to_phys() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | system_error | 54 class error_code; 83 * stored in an `error_code` or `error_condition` object. For example, 133 equivalent(const error_code& __code, int __i) const noexcept; 164 error_code make_error_code(errc) noexcept; 166 /** Class error_code 173 * An `error_code` object can be used to store the original error value 180 struct error_code 182 error_code() noexcept 185 error_code(int __v, const error_category& __cat) noexcept 190 error_code(_ErrorCodeEnum __e) noexcept [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | system_error | 54 class error_code; 83 * stored in an `error_code` or `error_condition` object. For example, 133 equivalent(const error_code& __code, int __i) const noexcept; 164 error_code make_error_code(errc) noexcept; 166 /** Class error_code 173 * An `error_code` object can be used to store the original error value 180 struct error_code 182 error_code() noexcept 185 error_code(int __v, const error_category& __cat) noexcept 190 error_code(_ErrorCodeEnum __e) noexcept [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/trace/ |
| H A D | exceptions.h | 17 unsigned long error_code), 19 TP_ARGS(address, regs, error_code), 24 __field( unsigned long, error_code ) 30 __entry->error_code = error_code; 35 __entry->error_code) ); 40 unsigned long error_code), \ 41 TP_ARGS(address, regs, error_code), \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/experimental/ |
| H A D | socket | 117 inline error_code 119 { return error_code(static_cast<int>(__e), socket_category()); } 444 close(error_code& __ec) 462 void cancel(error_code& __ec) { _M_ctx->cancel(_M_sockfd, __ec); } 465 non_blocking(bool __mode, error_code&) 471 native_non_blocking(bool __mode, error_code& __ec) 556 open(const protocol_type& __protocol, error_code& __ec) 582 error_code& __ec) 601 native_handle_type release(error_code& __ec) 610 set_option(const _SettableSocketOption& __option, error_code& __ec) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/experimental/ |
| H A D | socket | 117 inline error_code 119 { return error_code(static_cast<int>(__e), socket_category()); } 444 close(error_code& __ec) 462 void cancel(error_code& __ec) { _M_ctx->cancel(_M_sockfd, __ec); } 465 non_blocking(bool __mode, error_code&) 471 native_non_blocking(bool __mode, error_code& __ec) 556 open(const protocol_type& __protocol, error_code& __ec) 582 error_code& __ec) 601 native_handle_type release(error_code& __ec) 610 set_option(const _SettableSocketOption& __option, error_code& __ec) [all …]
|
| /OK3568_Linux_fs/kernel/arch/nds32/mm/ |
| H A D | fault.c | 74 unsigned int error_code, struct pt_regs *regs) in do_page_fault() argument 84 error_code = error_code & (ITYPE_mskINST | ITYPE_mskETYPE); in do_page_fault() 110 && error_code == ETYPE_ALIGNMENT_CHECK) { in do_page_fault() 174 if (error_code & ITYPE_mskINST) in do_page_fault() 180 switch (error_code & ITYPE_mskETYPE) { in do_page_fault() 261 tsk->thread.error_code = error_code; in do_page_fault() 301 die("Oops", regs, error_code); in do_page_fault() 330 tsk->thread.error_code = error_code; in do_page_fault()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_debug_csf_fault.c | 39 ret = (kbdev->csf.dof.error_code != DF_NO_ERROR); in kbasep_fault_occurred() 86 if (kbdev->csf.dof.error_code) { in kbase_debug_csf_fault_notify() 93 kbdev->csf.dof.error_code = error; in kbase_debug_csf_fault_notify() 110 enum dumpfault_error_type error_code; in debug_csf_fault_read() local 139 error_code = kbdev->csf.dof.error_code; in debug_csf_fault_read() 140 BUILD_BUG_ON(sizeof(buf) < (sizeof(tgid) + sizeof(ctx_id) + sizeof(error_code))); in debug_csf_fault_read() 141 count = scnprintf(buf, sizeof(buf), "%u_%u_%u\n", tgid, ctx_id, error_code); in debug_csf_fault_read() 186 kbdev->csf.dof.error_code = DF_NO_ERROR; in debug_csf_fault_write() 214 kbdev->csf.dof.error_code = DF_NO_ERROR; in debug_csf_fault_release() 262 kbdev->csf.dof.error_code = DF_NO_ERROR; in kbase_debug_csf_fault_init()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/mm/ |
| H A D | fault.c | 196 static bool bad_kernel_fault(struct pt_regs *regs, unsigned long error_code, in bad_kernel_fault() argument 211 if (!is_exec && address < TASK_SIZE && (error_code & DSISR_PROTFAULT) && in bad_kernel_fault() 305 unsigned long error_code, unsigned long address) in sanity_check_fault() argument 355 WARN_ON_ONCE(error_code & DSISR_PROTFAULT); in sanity_check_fault() 390 unsigned long error_code) in __do_page_fault() argument 397 int is_write = page_fault_is_write(error_code); in __do_page_fault() 404 if (unlikely(page_fault_is_bad(error_code))) { in __do_page_fault() 413 sanity_check_fault(is_write, is_user, error_code, address); in __do_page_fault() 420 if (unlikely(!is_user && bad_kernel_fault(regs, error_code, address, is_write))) in __do_page_fault() 498 (error_code & DSISR_KEYFAULT), vma))) in __do_page_fault() [all …]
|