| /OK3568_Linux_fs/kernel/arch/m68k/fpsp040/ |
| H A D | tbldo.S | 85 .long serror |$04-0 ERROR - illegal extension 86 .long serror |$04-1 ERROR - illegal extension 87 .long serror |$04-2 ERROR - illegal extension 88 .long serror |$04-3 ERROR - illegal extension 89 .long serror |$04-4 ERROR - illegal extension 90 .long serror |$04-5 ERROR - illegal extension 91 .long serror |$04-6 ERROR - illegal extension 92 .long serror |$04-7 ERROR - illegal extension 94 .long serror |$05-0 ERROR - illegal extension 95 .long serror |$05-1 ERROR - illegal extension [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/locale/ |
| H A D | utf.hpp | 39 static const code_point illegal = 0xFFFFFFFFu; variable 204 return illegal; in decode() 223 return illegal; in decode() 230 return illegal; in decode() 237 return illegal; in decode() 244 return illegal; in decode() 248 return illegal; in decode() 361 return illegal; in decode() 366 return illegal; in decode() 432 return boost::locale::utf::illegal; in decode()
|
| H A D | encoding_utf.hpp | 43 if(c==utf::illegal || c==utf::incomplete) { in utf_to_utf()
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | altera-freeze-bridge.c | 46 u32 status, illegal, ctrl; in altera_freeze_br_req_ack() local 50 illegal = readl(csr_illegal_req_addr); in altera_freeze_br_req_ack() 51 if (illegal) { in altera_freeze_br_req_ack() 52 dev_err(dev, "illegal request detected 0x%x", illegal); in altera_freeze_br_req_ack() 56 illegal = readl(csr_illegal_req_addr); in altera_freeze_br_req_ack() 57 if (illegal) in altera_freeze_br_req_ack() 59 illegal); in altera_freeze_br_req_ack()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/math-emu/ |
| H A D | math.c | 262 goto illegal; in do_mathemu() 280 goto illegal; in do_mathemu() 300 goto illegal; in do_mathemu() 322 goto illegal; in do_mathemu() 327 goto illegal; in do_mathemu() 360 goto illegal; in do_mathemu() 391 goto illegal; in do_mathemu() 425 goto illegal; in do_mathemu() 459 illegal: in do_mathemu()
|
| H A D | math_efp.c | 192 goto illegal; in do_spe_mathemu() 321 goto illegal; in do_spe_mathemu() 462 goto illegal; in do_spe_mathemu() 620 goto illegal; in do_spe_mathemu() 711 illegal: in do_spe_mathemu()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | hosts.c | 86 goto illegal; in scsi_host_set_state() 94 goto illegal; in scsi_host_set_state() 103 goto illegal; in scsi_host_set_state() 114 goto illegal; in scsi_host_set_state() 124 goto illegal; in scsi_host_set_state() 134 goto illegal; in scsi_host_set_state() 143 goto illegal; in scsi_host_set_state() 150 illegal: in scsi_host_set_state()
|
| H A D | scsi_lib.c | 2234 goto illegal; in scsi_device_set_state() 2247 goto illegal; in scsi_device_set_state() 2258 goto illegal; in scsi_device_set_state() 2271 goto illegal; in scsi_device_set_state() 2283 goto illegal; in scsi_device_set_state() 2292 goto illegal; in scsi_device_set_state() 2305 goto illegal; in scsi_device_set_state() 2320 goto illegal; in scsi_device_set_state() 2329 illegal: in scsi_device_set_state()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | da9052-battery.c | 298 static int da9052_bat_check_presence(struct da9052_battery *bat, int *illegal) in da9052_bat_check_presence() argument 307 *illegal = 1; in da9052_bat_check_presence() 309 *illegal = 0; in da9052_bat_check_presence() 497 int illegal; in da9052_bat_get_property() local 500 ret = da9052_bat_check_presence(bat, &illegal); in da9052_bat_get_property() 504 if (illegal && psp != POWER_SUPPLY_PROP_PRESENT) in da9052_bat_get_property()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | isolation.c | 153 bool illegal = false; in housekeeping_isolcpus_setup() local 182 illegal = true; in housekeeping_isolcpus_setup() 185 if (illegal) { in housekeeping_isolcpus_setup()
|
| /OK3568_Linux_fs/buildroot/package/llvm/ |
| H A D | 0002-No-longer-generate-calls-to-_finite.patch | 38 test/CodeGen/AArch64/illegal-float-ops.ll | 24 +++---- 172 diff --git a/test/CodeGen/AArch64/illegal-float-ops.ll b/test/CodeGen/AArch64/illegal-float-ops.ll 174 --- a/test/CodeGen/AArch64/illegal-float-ops.ll 175 +++ b/test/CodeGen/AArch64/illegal-float-ops.ll
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/ |
| H A D | sunhme.h | 335 #error TX_RING_SIZE holds illegal value 354 #error RX_RING_SIZE holds illegal value
|
| H A D | sungem.h | 905 #error TX_RING_SIZE value is illegal... 927 #error RX_RING_SIZE is illegal...
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0020-CVE-2023-22608-3.patch | 4 Subject: [PATCH] Fix illegal memory access parsing corrupt DWARF information.
|
| H A D | 0019-CVE-2022-4285.patch | 4 Subject: [PATCH] Fix an illegal memory access when parsing an ELF file
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/ |
| H A D | smt.c | 466 int illegal = 0 ; in smt_received_pack() local 543 illegal = 1; in smt_received_pack() 547 illegal = 1; in smt_received_pack() 550 if (illegal) { in smt_received_pack() 674 illegal = 2 ; in smt_received_pack() 738 illegal = 1 ; in smt_received_pack() 800 if (illegal) { in smt_received_pack() 801 DB_SMT("SMT: discarding invalid frame, reason = %d", illegal); in smt_received_pack()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | Hippocratic-2.1 | 29 …illegal, or unenforceable by a court of competent jurisdiction, then such invalidity, illegality, …
|
| /OK3568_Linux_fs/buildroot/package/mupdf/ |
| H A D | 0002-Bug-703366-Fix-double-free-of-object-during-linearization.patch | 6 This appears to happen because we parse an illegal object from
|
| /OK3568_Linux_fs/kernel/arch/xtensa/ |
| H A D | Kconfig | 271 an illegal instruction exception on the first 'entry' opcode. 282 and a fast user exception handler for an illegal instruction is 290 raise an illegal instruction exception on cores with XEA2 when 526 f: illegal. 534 3: special (c and e are illegal, f is reserved). 536 0: illegal,
|
| /OK3568_Linux_fs/buildroot/package/intltool/ |
| H A D | 0001-perl-5.26-compatibility.patch | 3 Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^(.*)\${ <-- HERE ?…
|
| /OK3568_Linux_fs/buildroot/package/libtalloc/ |
| H A D | libtalloc-cache.txt | 40 Checking errno of iconv for illegal multibyte sequence: "0"
|
| /OK3568_Linux_fs/kernel/arch/sh/kernel/ |
| H A D | entry-common.S | 9 ! to be jumped is too far, but it causes illegal slot exception.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/files/waf-cross-answers/ |
| H A D | cross-answers-arm.txt | 42 Checking errno of iconv for illegal multibyte sequence: NO
|
| H A D | cross-answers-aarch64.txt | 41 Checking errno of iconv for illegal multibyte sequence: NO
|
| H A D | cross-answers-riscv64.txt | 41 Checking errno of iconv for illegal multibyte sequence: NO
|