| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | memcpy.S | 19 .macro ldr1w ptr reg abort argument 23 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort argument 27 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument 31 .macro ldr1b ptr reg cond=al abort 35 .macro str1w ptr reg abort argument 39 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument 43 .macro str1b ptr reg cond=al abort 97 4: ldr8w r1, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f 99 str8w r0, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f 115 ldr1w r1, r3, abort=20f [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/lib/ |
| H A D | copy_template.S | 22 * ldr1w ptr reg abort 25 * 'ptr' to the next word. The 'abort' argument is used for fixup tables. 27 * ldr4w ptr reg1 reg2 reg3 reg4 abort 28 * ldr8w ptr, reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 32 * The'abort' argument is used for fixup tables. 34 * ldr1b ptr reg cond abort 40 * str1w ptr reg abort 41 * str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort 42 * str1b ptr reg cond abort 113 4: ldr8w r1, r3, r4, r5, r6, r7, r8, ip, lr, abort=20f [all …]
|
| H A D | copy_to_user.S | 36 .macro ldr1w ptr reg abort argument 40 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort argument 44 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument 48 .macro ldr1b ptr reg cond=al abort 60 .macro str1w ptr reg abort argument 61 strusr \reg, \ptr, 4, abort=\abort 64 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument 65 str1w \ptr, \reg1, \abort 66 str1w \ptr, \reg2, \abort 67 str1w \ptr, \reg3, \abort [all …]
|
| H A D | copy_from_user.S | 42 .macro ldr1w ptr reg abort argument 43 ldrusr \reg, \ptr, 4, abort=\abort 46 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort argument 47 ldr1w \ptr, \reg1, \abort 48 ldr1w \ptr, \reg2, \abort 49 ldr1w \ptr, \reg3, \abort 50 ldr1w \ptr, \reg4, \abort 53 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument 54 ldr4w \ptr, \reg1, \reg2, \reg3, \reg4, \abort 55 ldr4w \ptr, \reg5, \reg6, \reg7, \reg8, \abort [all …]
|
| H A D | memcpy.S | 17 .macro ldr1w ptr reg abort argument 21 .macro ldr4w ptr reg1 reg2 reg3 reg4 abort argument 25 .macro ldr8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument 29 .macro ldr1b ptr reg cond=al abort 33 .macro str1w ptr reg abort argument 37 .macro str8w ptr reg1 reg2 reg3 reg4 reg5 reg6 reg7 reg8 abort argument 41 .macro str1b ptr reg cond=al abort
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/memfd/ |
| H A D | memfd_test.c | 45 abort(); in mfd_assert_new() 51 abort(); in mfd_assert_new() 67 abort(); in mfd_assert_reopen_fd() 82 abort(); in mfd_fail_new() 93 abort(); in mfd_assert_get_seals() 106 abort(); in mfd_assert_has_seals() 119 abort(); in mfd_assert_add_seals() 138 abort(); in mfd_fail_add_seals() 150 abort(); in mfd_assert_size() 154 abort(); in mfd_assert_size() [all …]
|
| H A D | fuse_test.c | 51 abort(); in mfd_assert_new() 57 abort(); in mfd_assert_new() 70 abort(); in mfd_assert_get_seals() 84 abort(); in mfd_assert_has_seals() 98 abort(); in mfd_assert_add_seals() 117 abort(); in mfd_busy_add_seals() 135 abort(); in mfd_assert_mmap_shared() 153 abort(); in mfd_assert_mmap_private() 207 abort(); in spawn_sealing_thread() 216 abort(); in spawn_sealing_thread() [all …]
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | autoboot.c | 59 int abort = 0; in passwd_abort() local 96 abort = 1; in passwd_abort() 98 } while (!abort && get_ticks() <= etime); in passwd_abort() 100 return abort; in passwd_abort() 105 int abort = 0; in passwd_abort() local 172 abort = 1; in passwd_abort() 175 } while (!abort && get_ticks() <= etime); in passwd_abort() 177 return abort; in passwd_abort() 183 * returns: 0 - no key string, allow autoboot 1 - got key string, abort 187 int abort; in __abortboot() local [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/ |
| H A D | rseq-x86.h | 77 * reach through the normal course of its execution. The abort IP and the 121 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpeqv_storev() 143 RSEQ_ASM_DEFINE_ABORT(4, "", abort) in rseq_cmpeqv_storev() 152 : abort, cmpfail in rseq_cmpeqv_storev() 159 abort: in rseq_cmpeqv_storev() 187 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpnev_storeoffp_load() 214 RSEQ_ASM_DEFINE_ABORT(4, "", abort) in rseq_cmpnev_storeoffp_load() 225 : abort, cmpfail in rseq_cmpnev_storeoffp_load() 232 abort: in rseq_cmpnev_storeoffp_load() 255 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in rseq_addv() [all …]
|
| H A D | rseq-arm.h | 14 * pointer to attacker-controlled code on rseq abort. 105 * reach through the normal course of its execution. The abort IP and the 156 RSEQ_ASM_DEFINE_TABLE(9, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpeqv_storev() 181 RSEQ_ASM_DEFINE_ABORT(3, 4, "", abort, 1b, 2b, 4f) in rseq_cmpeqv_storev() 193 : abort, cmpfail in rseq_cmpeqv_storev() 200 abort: in rseq_cmpeqv_storev() 224 RSEQ_ASM_DEFINE_TABLE(9, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpnev_storeoffp_load() 252 RSEQ_ASM_DEFINE_ABORT(3, 4, "", abort, 1b, 2b, 4f) in rseq_cmpnev_storeoffp_load() 266 : abort, cmpfail in rseq_cmpnev_storeoffp_load() 273 abort: in rseq_cmpnev_storeoffp_load() [all …]
|
| H A D | rseq-ppc.h | 83 * reach through the normal course of its execution. The abort IP and the 119 * reach through the normal course of its execution. The abort IP and the 218 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpeqv_storev() 241 RSEQ_ASM_DEFINE_ABORT(4, abort) in rseq_cmpeqv_storev() 252 : abort, cmpfail in rseq_cmpeqv_storev() 259 abort: in rseq_cmpeqv_storev() 283 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpnev_storeoffp_load() 312 RSEQ_ASM_DEFINE_ABORT(4, abort) in rseq_cmpnev_storeoffp_load() 325 : abort, cmpfail in rseq_cmpnev_storeoffp_load() 332 abort: in rseq_cmpnev_storeoffp_load() [all …]
|
| H A D | rseq-mips.h | 110 * reach through the normal course of its execution. The abort IP and the 163 RSEQ_ASM_DEFINE_TABLE(9, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpeqv_storev() 186 RSEQ_ASM_DEFINE_ABORT(3, 4, "", abort, 1b, 2b, 4f) in rseq_cmpeqv_storev() 198 : abort, cmpfail in rseq_cmpeqv_storev() 204 abort: in rseq_cmpeqv_storev() 224 RSEQ_ASM_DEFINE_TABLE(9, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpnev_storeoffp_load() 250 RSEQ_ASM_DEFINE_ABORT(3, 4, "", abort, 1b, 2b, 4f) in rseq_cmpnev_storeoffp_load() 264 : abort, cmpfail in rseq_cmpnev_storeoffp_load() 270 abort: in rseq_cmpnev_storeoffp_load() 289 RSEQ_ASM_DEFINE_TABLE(9, 1f, 2f, 4f) /* start, commit, abort */ in rseq_addv() [all …]
|
| H A D | rseq-s390.h | 60 * reach through the normal course of its execution. The abort IP and the 87 * reach through the normal course of its execution. The abort IP and the 143 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpeqv_storev() 165 RSEQ_ASM_DEFINE_ABORT(4, "", abort) in rseq_cmpeqv_storev() 176 : abort, cmpfail in rseq_cmpeqv_storev() 183 abort: in rseq_cmpeqv_storev() 211 RSEQ_ASM_DEFINE_TABLE(3, 1f, 2f, 4f) /* start, commit, abort */ in rseq_cmpnev_storeoffp_load() 238 RSEQ_ASM_DEFINE_ABORT(4, "", abort) in rseq_cmpnev_storeoffp_load() 251 : abort, cmpfail in rseq_cmpnev_storeoffp_load() 258 abort: in rseq_cmpnev_storeoffp_load() [all …]
|
| H A D | rseq-arm64.h | 117 * reach through the normal course of its execution. The abort IP and the 230 RSEQ_ASM_DEFINE_ABORT(4, abort) in rseq_cmpeqv_storev() 240 : abort, cmpfail in rseq_cmpeqv_storev() 247 abort: in rseq_cmpeqv_storev() 291 RSEQ_ASM_DEFINE_ABORT(4, abort) in rseq_cmpnev_storeoffp_load() 302 : abort, cmpfail in rseq_cmpnev_storeoffp_load() 309 abort: in rseq_cmpnev_storeoffp_load() 346 RSEQ_ASM_DEFINE_ABORT(4, abort) in rseq_addv() 355 : abort in rseq_addv() 362 abort: in rseq_addv() [all …]
|
| H A D | param_test.c | 368 abort(); in test_percpu_spinlock_thread() 380 printf_verbose("tid %d: number of rseq abort: %d, signals delivered: %u\n", in test_percpu_spinlock_thread() 384 abort(); in test_percpu_spinlock_thread() 417 abort(); in test_percpu_spinlock() 426 abort(); in test_percpu_spinlock() 445 abort(); in test_percpu_inc_thread() 462 printf_verbose("tid %d: number of rseq abort: %d, signals delivered: %u\n", in test_percpu_inc_thread() 466 abort(); in test_percpu_inc_thread() 493 abort(); in test_percpu_inc() 502 abort(); in test_percpu_inc() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/broadwellde/ |
| H A D | memory.json | 35 …"BriefDescription": "Number of times a TSX Abort was triggered due to an evicted line caused by a … 38 …"PublicDescription": "Number of times a TSX Abort was triggered due to an evicted line caused by a… 45 …"BriefDescription": "Number of times a TSX Abort was triggered due to a non-release/commit store t… 48 …"PublicDescription": "Number of times a TSX Abort was triggered due to a non-release/commit store … 55 …"BriefDescription": "Number of times a TSX Abort was triggered due to commit but Lock Buffer not e… 58 …"PublicDescription": "Number of times a TSX Abort was triggered due to commit but Lock Buffer not … 65 …"BriefDescription": "Number of times a TSX Abort was triggered due to release/commit but data and … 68 …"PublicDescription": "Number of times a TSX Abort was triggered due to release/commit but data and… 75 …"BriefDescription": "Number of times a TSX Abort was triggered due to attempting an unsupported al… 78 …"PublicDescription": "Number of times a TSX Abort was triggered due to attempting an unsupported a… [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/as.html/ |
| H A D | ABORT-_0028COFF_0029.html | 16 <title>Using as: ABORT (COFF)</title> 18 <meta name="description" content="Using as: ABORT (COFF)"> 19 <meta name="keywords" content="Using as: ABORT (COFF)"> 29 <link href="Abort.html#Abort" rel="previous" title="Abort"> 63 <a name="ABORT-_0028COFF_0029"></a> 66 …skey="n" rel="next">Align</a>, Previous: <a href="Abort.html#Abort" accesskey="p" rel="previous">A… 70 <h3 class="section">7.2 <code>.ABORT</code> (COFF)</h3> 72 <a name="index-ABORT-directive"></a> 74 synonym for ‘<samp>.abort</samp>’.
|
| H A D | Abort.html | 16 <title>Using as: Abort</title> 18 <meta name="description" content="Using as: Abort"> 19 <meta name="keywords" content="Using as: Abort"> 28 <link href="ABORT-_0028COFF_0029.html#ABORT-_0028COFF_0029" rel="next" title="ABORT (COFF)"> 63 <a name="Abort"></a> 66 Next: <a href="ABORT-_0028COFF_0029.html#ABORT-_0028COFF_0029" accesskey="n" rel="next">ABORT (COFF… 70 <h3 class="section">7.1 <code>.abort</code></h3> 72 <a name="index-abort-directive"></a> 78 quit also. One day <code>.abort</code> will not be supported.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | ABORT-_0028COFF_0029.html | 16 <title>Using as: ABORT (COFF)</title> 18 <meta name="description" content="Using as: ABORT (COFF)"> 19 <meta name="keywords" content="Using as: ABORT (COFF)"> 29 <link href="Abort.html#Abort" rel="previous" title="Abort"> 63 <a name="ABORT-_0028COFF_0029"></a> 66 …skey="n" rel="next">Align</a>, Previous: <a href="Abort.html#Abort" accesskey="p" rel="previous">A… 70 <h3 class="section">7.2 <code>.ABORT</code> (COFF)</h3> 72 <a name="index-ABORT-directive"></a> 74 synonym for ‘<samp>.abort</samp>’.
|
| H A D | Abort.html | 16 <title>Using as: Abort</title> 18 <meta name="description" content="Using as: Abort"> 19 <meta name="keywords" content="Using as: Abort"> 28 <link href="ABORT-_0028COFF_0029.html#ABORT-_0028COFF_0029" rel="next" title="ABORT (COFF)"> 63 <a name="Abort"></a> 66 Next: <a href="ABORT-_0028COFF_0029.html#ABORT-_0028COFF_0029" accesskey="n" rel="next">ABORT (COFF… 70 <h3 class="section">7.1 <code>.abort</code></h3> 72 <a name="index-abort-directive"></a> 78 quit also. One day <code>.abort</code> will not be supported.
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | fsr-2level.c | 11 { do_bad, SIGBUS, 0, "external abort on linefetch" }, 13 { do_bad, SIGBUS, 0, "external abort on linefetch" }, 15 { do_bad, SIGBUS, 0, "external abort on non-linefetch" }, 17 { do_bad, SIGBUS, 0, "external abort on non-linefetch" }, 19 { do_bad, SIGBUS, 0, "external abort on translation" }, 21 { do_bad, SIGBUS, 0, "external abort on translation" }, 26 * supported if the CPU abort handler supports bit 10. 32 { do_bad, SIGBUS, 0, "lock abort" }, /* xscale */ 34 { do_bad, SIGBUS, BUS_OBJERR, "imprecise external abort" }, /* xscale */ 55 { do_bad, SIGBUS, 0, "external abort on non-linefetch" }, [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | glue-df.h | 14 * Data Abort Model 19 * v4_early - ARMv4 without Thumb early abort handler 20 * v4t_late - ARMv4 with Thumb late abort handler 21 * v4t_early - ARMv4 with Thumb early abort handler 22 * v5t_early - ARMv5 with Thumb early abort handler 23 * v5tj_early - ARMv5 with Thumb and Java early abort handler 25 * v6_early - ARMv6 generic early abort handler 26 * v7_early - ARMv7 generic early abort handler 96 #error Unknown data abort handler type
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
| H A D | 0001-Fix-tautological-compare-warning.patch | 42 abort(); 51 abort(); 64 abort(); 77 abort(); 90 abort(); 103 abort(); 116 abort(); 129 abort(); 142 abort(); 155 abort(); [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/broadwellx/ |
| H A D | memory.json | 35 …"BriefDescription": "Number of times a TSX Abort was triggered due to an evicted line caused by a … 38 …"PublicDescription": "Number of times a TSX Abort was triggered due to an evicted line caused by a… 45 …"BriefDescription": "Number of times a TSX Abort was triggered due to a non-release/commit store t… 48 …"PublicDescription": "Number of times a TSX Abort was triggered due to a non-release/commit store … 55 …"BriefDescription": "Number of times a TSX Abort was triggered due to commit but Lock Buffer not e… 58 …"PublicDescription": "Number of times a TSX Abort was triggered due to commit but Lock Buffer not … 65 …"BriefDescription": "Number of times a TSX Abort was triggered due to release/commit but data and … 68 …"PublicDescription": "Number of times a TSX Abort was triggered due to release/commit but data and… 75 …"BriefDescription": "Number of times a TSX Abort was triggered due to attempting an unsupported al… 78 …"PublicDescription": "Number of times a TSX Abort was triggered due to attempting an unsupported a… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | throw_exception.hpp | 31 #include <cstdlib> //for std::abort 55 std::abort(); 61 std::abort(); 67 std::abort(); 73 std::abort(); 79 std::abort(); 90 //! and <code>std::abort()</code> if the former returns.</li> 106 //! and <code>std::abort()</code> if the former returns.</li> 122 //! and <code>std::abort()</code> if the former returns.</li> 139 //! and <code>std::abort()</code> if the former returns.</li> [all …]
|