Home
last modified time | relevance | path

Searched refs:illegal (Results 1 – 25 of 58) sorted by relevance

123

/Linux-v5.10/arch/m68k/fpsp040/
Dtbldo.S85 .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 …]
Dfpsp.h238 .set aiop_bit,7 | accrued illegal operation
260 .set aiop_mask,0x00000080 | accrued illegal operation
/Linux-v5.10/drivers/fpga/
Daltera-freeze-bridge.c46 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()
/Linux-v5.10/arch/powerpc/math-emu/
Dmath.c262 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()
Dmath_efp.c191 goto illegal; in do_spe_mathemu()
320 goto illegal; in do_spe_mathemu()
461 goto illegal; in do_spe_mathemu()
619 goto illegal; in do_spe_mathemu()
710 illegal: in do_spe_mathemu()
/Linux-v5.10/drivers/scsi/
Dhosts.c86 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()
Dscsi_lib.c2230 goto illegal; in scsi_device_set_state()
2243 goto illegal; in scsi_device_set_state()
2254 goto illegal; in scsi_device_set_state()
2267 goto illegal; in scsi_device_set_state()
2279 goto illegal; in scsi_device_set_state()
2288 goto illegal; in scsi_device_set_state()
2301 goto illegal; in scsi_device_set_state()
2316 goto illegal; in scsi_device_set_state()
2325 illegal: in scsi_device_set_state()
/Linux-v5.10/kernel/sched/
Disolation.c153 bool illegal = false; in housekeeping_isolcpus_setup() local
182 illegal = true; in housekeeping_isolcpus_setup()
185 if (illegal) { in housekeeping_isolcpus_setup()
/Linux-v5.10/drivers/power/supply/
Dda9052-battery.c298 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()
/Linux-v5.10/drivers/net/ethernet/sun/
Dsunhme.h335 #error TX_RING_SIZE holds illegal value
354 #error RX_RING_SIZE holds illegal value
Dsungem.h905 #error TX_RING_SIZE value is illegal...
927 #error RX_RING_SIZE is illegal...
/Linux-v5.10/drivers/net/fddi/skfp/
Dsmt.c466 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()
/Linux-v5.10/arch/sh/kernel/
Dentry-common.S9 ! to be jumped is too far, but it causes illegal slot exception.
/Linux-v5.10/tools/testing/selftests/powerpc/switch_endian/
Dcheck.S12 nop # guaranteed to be illegal in reverse-endian
/Linux-v5.10/arch/xtensa/
DKconfig271 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,
/Linux-v5.10/include/linux/usb/
Dusbnet.h226 illegal = 0, enumerator
/Linux-v5.10/arch/m68k/math-emu/
Dfp_util.S57 | illegal instruction
/Linux-v5.10/Documentation/driver-api/soundwire/
Derror_handling.rst60 Note that SoundWire does not provide a mechanism to detect illegal values
/Linux-v5.10/Documentation/powerpc/
Ddscr.rst64 works, as it is emulated following an illegal instruction exception
/Linux-v5.10/Documentation/RCU/
DwhatisRCU.rst157 entering an RCU read-side critical section. It is illegal
215 it is illegal to block or where update-side performance is
295 to another is just as illegal as holding a reference from
298 it was acquired is just as illegal as doing so with normal
719 Remember that it is illegal to block while in an RCU read-side critical
741 If it is illegal to block in an RCU read-side
1122 If it is illegal to block in an RCU read-side
Dlockdep.rst99 other flavors of rcu_dereference(). On the other hand, it is illegal
/Linux-v5.10/Documentation/firmware-guide/acpi/
Dintel-pmc-mux.rst78 is 1's based, and value 0 is illegal. The driver uses the numbers extracted from
/Linux-v5.10/Documentation/networking/
Dudplite.rst137 It is not possible to specify illegal values (<0 and <8); in these
155 illegal (cf. RFC 3828, sec. 3.1) and will be silently discarded.
/Linux-v5.10/arch/csky/
DKconfig117 So we need a 16bit instruction as user space bkpt, and it will cause an illegal
/Linux-v5.10/arch/sh/kernel/cpu/sh3/
Dentry.S21 ! to be jumped is too far, but it causes illegal slot exception.

123