Symbol: illegal
arch/m68k/fpsp040/fpsp.h
238
.set aiop_bit,7 | accrued illegal operation
arch/m68k/fpsp040/fpsp.h
260
.set aiop_mask,0x00000080 | accrued illegal operation
arch/powerpc/math-emu/math.c
262
goto illegal;
arch/powerpc/math-emu/math.c
280
goto illegal;
arch/powerpc/math-emu/math.c
300
goto illegal;
arch/powerpc/math-emu/math.c
322
goto illegal;
arch/powerpc/math-emu/math.c
327
goto illegal;
arch/powerpc/math-emu/math.c
360
goto illegal;
arch/powerpc/math-emu/math.c
391
goto illegal;
arch/powerpc/math-emu/math.c
425
goto illegal;
arch/powerpc/math-emu/math.c
459
illegal:
arch/powerpc/math-emu/math_efp.c
192
goto illegal;
arch/powerpc/math-emu/math_efp.c
322
goto illegal;
arch/powerpc/math-emu/math_efp.c
464
goto illegal;
arch/powerpc/math-emu/math_efp.c
623
goto illegal;
arch/powerpc/math-emu/math_efp.c
714
illegal:
drivers/fpga/altera-freeze-bridge.c
47
u32 status, illegal, ctrl;
drivers/fpga/altera-freeze-bridge.c
51
illegal = readl(csr_illegal_req_addr);
drivers/fpga/altera-freeze-bridge.c
52
if (illegal) {
drivers/fpga/altera-freeze-bridge.c
53
dev_err(dev, "illegal request detected 0x%x", illegal);
drivers/fpga/altera-freeze-bridge.c
57
illegal = readl(csr_illegal_req_addr);
drivers/fpga/altera-freeze-bridge.c
58
if (illegal)
drivers/fpga/altera-freeze-bridge.c
60
illegal);
drivers/net/fddi/skfp/smt.c
466
int illegal = 0 ;
drivers/net/fddi/skfp/smt.c
543
illegal = 1;
drivers/net/fddi/skfp/smt.c
547
illegal = 1;
drivers/net/fddi/skfp/smt.c
550
if (illegal) {
drivers/net/fddi/skfp/smt.c
674
illegal = 2 ;
drivers/net/fddi/skfp/smt.c
738
illegal = 1 ;
drivers/net/fddi/skfp/smt.c
800
if (illegal) {
drivers/net/fddi/skfp/smt.c
801
DB_SMT("SMT: discarding invalid frame, reason = %d", illegal);
drivers/power/supply/da9052-battery.c
298
static int da9052_bat_check_presence(struct da9052_battery *bat, int *illegal)
drivers/power/supply/da9052-battery.c
307
*illegal = 1;
drivers/power/supply/da9052-battery.c
309
*illegal = 0;
drivers/power/supply/da9052-battery.c
497
int illegal;
drivers/power/supply/da9052-battery.c
500
ret = da9052_bat_check_presence(bat, &illegal);
drivers/power/supply/da9052-battery.c
504
if (illegal && psp != POWER_SUPPLY_PROP_PRESENT)
drivers/scsi/hosts.c
104
goto illegal;
drivers/scsi/hosts.c
115
goto illegal;
drivers/scsi/hosts.c
125
goto illegal;
drivers/scsi/hosts.c
135
goto illegal;
drivers/scsi/hosts.c
144
goto illegal;
drivers/scsi/hosts.c
151
illegal:
drivers/scsi/hosts.c
87
goto illegal;
drivers/scsi/hosts.c
95
goto illegal;
drivers/scsi/scsi_lib.c
2522
goto illegal;
drivers/scsi/scsi_lib.c
2535
goto illegal;
drivers/scsi/scsi_lib.c
2546
goto illegal;
drivers/scsi/scsi_lib.c
2559
goto illegal;
drivers/scsi/scsi_lib.c
2571
goto illegal;
drivers/scsi/scsi_lib.c
2580
goto illegal;
drivers/scsi/scsi_lib.c
2593
goto illegal;
drivers/scsi/scsi_lib.c
2608
goto illegal;
drivers/scsi/scsi_lib.c
2617
illegal:
kernel/sched/isolation.c
317
bool illegal = false;
kernel/sched/isolation.c
349
illegal = true;
kernel/sched/isolation.c
352
if (illegal) {