Home
last modified time | relevance | path

Searched full:illegal (Results 1 – 25 of 1708) sorted by relevance

12345678910>>...69

/kernel/linux/linux-5.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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/drivers/staging/pi433/
Drf69.c83 dev_dbg(&spi->dev, "set: illegal mode %u\n", mode); in rf69_set_mode()
113 dev_dbg(&spi->dev, "set: illegal modulation %u\n", modulation); in rf69_set_modulation()
161 dev_dbg(&spi->dev, "set: illegal mod shaping for FSK %u\n", mod_shaping); in rf69_set_modulation_shaping()
179 dev_dbg(&spi->dev, "set: illegal mod shaping for OOK %u\n", mod_shaping); in rf69_set_modulation_shaping()
205 dev_dbg(&spi->dev, "setBitRate: illegal input param\n"); in rf69_set_bit_rate()
249 "set_deviation: illegal input param: %u\n", deviation); in rf69_set_deviation()
299 dev_dbg(&spi->dev, "setFrequency: illegal input param\n"); in rf69_set_frequency()
380 dev_dbg(&spi->dev, "set: illegal power level %u\n", power_level); in rf69_set_output_power_level()
405 dev_dbg(&spi->dev, "set: illegal pa_ramp %u\n", pa_ramp); in rf69_set_pa_ramp()
421 dev_dbg(&spi->dev, "set: illegal antenna impedance %u\n", antenna_impedance); in rf69_set_antenna_impedance()
[all …]
/kernel/linux/linux-6.6/drivers/fpga/
Daltera-freeze-bridge.c47 u32 status, illegal, ctrl; in altera_freeze_br_req_ack() local
51 illegal = readl(csr_illegal_req_addr); in altera_freeze_br_req_ack()
52 if (illegal) { in altera_freeze_br_req_ack()
53 dev_err(dev, "illegal request detected 0x%x", illegal); in altera_freeze_br_req_ack()
57 illegal = readl(csr_illegal_req_addr); in altera_freeze_br_req_ack()
58 if (illegal) in altera_freeze_br_req_ack()
59 dev_err(dev, "illegal request not cleared 0x%x", in altera_freeze_br_req_ack()
60 illegal); in altera_freeze_br_req_ack()
/kernel/linux/linux-5.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()
58 dev_err(dev, "illegal request not cleared 0x%x", in altera_freeze_br_req_ack()
59 illegal); in altera_freeze_br_req_ack()
/kernel/linux/linux-5.10/drivers/staging/pi433/
Drf69.c116 dev_dbg(&spi->dev, "set: illegal input param"); in rf69_set_mode()
146 dev_dbg(&spi->dev, "set: illegal input param"); in rf69_set_modulation()
194 dev_dbg(&spi->dev, "set: illegal input param"); in rf69_set_modulation_shaping()
212 dev_dbg(&spi->dev, "set: illegal input param"); in rf69_set_modulation_shaping()
232 dev_dbg(&spi->dev, "setBitRate: illegal input param"); in rf69_set_bit_rate()
264 dev_dbg(&spi->dev, "set_deviation: illegal input param"); in rf69_set_deviation()
314 dev_dbg(&spi->dev, "setFrequency: illegal input param"); in rf69_set_frequency()
395 dev_dbg(&spi->dev, "set: illegal input param"); in rf69_set_output_power_level()
420 dev_dbg(&spi->dev, "set: illegal input param"); in rf69_set_pa_ramp()
436 dev_dbg(&spi->dev, "set: illegal input param"); in rf69_set_antenna_impedance()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
Dfirewall.c181 "illegal SETCLASS(offset=0x%x, mask=0x%x, class=0x%x) at word %u", in tegra_drm_fw_validate()
190 "illegal INCR(offset=0x%x, count=%u) in class 0x%x at word %u", in tegra_drm_fw_validate()
199 "illegal NONINCR(offset=0x%x, count=%u) in class 0x%x at word %u", in tegra_drm_fw_validate()
208 "illegal MASK(offset=0x%x, mask=0x%x) in class 0x%x at word %u", in tegra_drm_fw_validate()
217 "illegal IMM(offset=0x%x) in class 0x%x at word %u", in tegra_drm_fw_validate()
232 "illegal INCR_W(offset=0x%x) in class 0x%x at word %u", in tegra_drm_fw_validate()
243 "illegal NONINCR(offset=0x%x) in class 0x%x at word %u", in tegra_drm_fw_validate()
247 dev_warn(client->base.dev, "illegal opcode at word %u", in tegra_drm_fw_validate()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/verifier/
Dvalue_illegal_alu.c2 "map element value illegal alu op, 1",
19 "map element value illegal alu op, 2",
36 "map element value illegal alu op, 3",
53 "map element value illegal alu op, 4",
73 "map element value illegal alu op, 5",
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
Dverifier_value_illegal_alu.c23 __description("map element value illegal alu op, 1")
47 __description("map element value illegal alu op, 2")
71 __description("map element value illegal alu op, 3")
95 __description("map element value illegal alu op, 4")
120 __description("map element value illegal alu op, 5")
/kernel/linux/linux-5.10/lib/
Dtest_user_copy.c263 "illegal all-kernel copy_from_user passed"); in test_user_copy_init()
267 "zeroing failure for illegal all-kernel copy_from_user"); in test_user_copy_init()
278 "illegal reversed copy_from_user passed"); in test_user_copy_init()
282 "illegal all-kernel copy_to_user passed"); in test_user_copy_init()
285 "illegal reversed copy_to_user passed"); in test_user_copy_init()
291 "illegal get_user (" #size ") passed"); \ in test_user_copy_init()
293 "zeroing failure for illegal get_user (" #size ")"); \ in test_user_copy_init()
299 "illegal put_user (" #size ") passed"); \ in test_user_copy_init()
/kernel/linux/linux-6.6/lib/
Dtest_user_copy.c263 "illegal all-kernel copy_from_user passed"); in test_user_copy_init()
267 "zeroing failure for illegal all-kernel copy_from_user"); in test_user_copy_init()
278 "illegal reversed copy_from_user passed"); in test_user_copy_init()
282 "illegal all-kernel copy_to_user passed"); in test_user_copy_init()
285 "illegal reversed copy_to_user passed"); in test_user_copy_init()
291 "illegal get_user (" #size ") passed"); \ in test_user_copy_init()
293 "zeroing failure for illegal get_user (" #size ")"); \ in test_user_copy_init()
299 "illegal put_user (" #size ") passed"); \ in test_user_copy_init()
/kernel/liteos_m/testsuites/sample/kernel/mem/
DIt_los_mem_013.c49 …ret = LOS_MemFree(g_memPool, (void *)((char *)p0 + 16)); // 16, Get an illegal memory node address. in TestCase()
55 …ret = LOS_MemFree(g_memPool, (void *)((char *)p0 + 16)); // 16, Get an illegal memory node address. in TestCase()
61 …ret = LOS_MemFree(g_memPool, (void *)((char *)p0 - 16)); // 16, Get an illegal memory node address. in TestCase()
67 …ret = LOS_MemFree(g_memPool, (void *)((char *)p0 - 16)); // 16, Get an illegal memory node address. in TestCase()
/kernel/linux/linux-5.10/drivers/gpu/drm/via/
Dvia_verifier.c245 DRM_ERROR("Illegal termination of DMA command buffer\n"); in eat_words()
370 DRM_ERROR("Illegal DMA HALCYON_HEADER2 command\n"); in investigate_hazard()
375 DRM_ERROR("Illegal DMA HALCYON_HEADER1 command\n"); in investigate_hazard()
380 DRM_ERROR("Illegal DMA HALCYON_FIRECMD command\n"); in investigate_hazard()
385 DRM_ERROR("Illegal DMA HC_DUMMY command\n"); in investigate_hazard()
390 DRM_ERROR("Illegal DMA 0xdddddddd command\n"); in investigate_hazard()
514 DRM_ERROR("Illegal DMA data: 0x%x\n", cmd); in investigate_hazard()
557 DRM_ERROR("Illegal B command vertex data for AGP.\n"); in via_check_prim_list()
636 ("Illegal termination of DMA HALCYON_HEADER2 sequence.\n"); in via_check_header2()
790 DRM_ERROR("Illegal termination of video command.\n"); in verify_video_tail()
[all …]
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/drx39xyj/
Ddrx_dap_fasi.h99 *; /* illegal statement to force compiler error */
202 *; /* illegal statement to force compiler error */
205 *; /* illegal statement to force compiler error */
210 *; /* illegal statement to force compiler error */
213 *; /* illegal statement to force compiler error */
226 *; /* illegal statement to force compiler error */
232 *; /* illegal statement to force compiler error */
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/drx39xyj/
Ddrx_dap_fasi.h99 *; /* illegal statement to force compiler error */
202 *; /* illegal statement to force compiler error */
205 *; /* illegal statement to force compiler error */
210 *; /* illegal statement to force compiler error */
213 *; /* illegal statement to force compiler error */
226 *; /* illegal statement to force compiler error */
232 *; /* illegal statement to force compiler error */
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/arch/powerpc/kvm/
Dbook3s_hv_tm.c76 /* generate an illegal instruction interrupt */ in kvmhv_p9_tm_emulation()
82 /* generate an illegal instruction interrupt */ in kvmhv_p9_tm_emulation()
125 /* generate an illegal instruction interrupt */ in kvmhv_p9_tm_emulation()
131 /* generate an illegal instruction interrupt */ in kvmhv_p9_tm_emulation()
161 /* generate an illegal instruction interrupt */ in kvmhv_p9_tm_emulation()
199 /* generate an illegal instruction interrupt */ in kvmhv_p9_tm_emulation()
/kernel/linux/linux-5.10/drivers/scsi/
Dhosts.c72 * transition is illegal.
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()
153 "Illegal host state transition" in scsi_host_set_state()
/kernel/linux/linux-6.6/fs/afs/
Dafs_vl.h38 AFSVL_BADNAME = 363527, /* Volume name is illegal */
41 AFSVL_BADSERVER = 363530, /* Illegal server number (out of range) */
47 AFSVL_BADREFCOUNT = 363536, /* Illegal Reference Count number */
50 AFSVL_BADVOLIDBUMP = 363539, /* Illegal max volid increment */
/kernel/linux/linux-5.10/fs/afs/
Dafs_vl.h37 AFSVL_BADNAME = 363527, /* Volume name is illegal */
40 AFSVL_BADSERVER = 363530, /* Illegal server number (out of range) */
46 AFSVL_BADREFCOUNT = 363536, /* Illegal Reference Count number */
49 AFSVL_BADVOLIDBUMP = 363539, /* Illegal max volid increment */
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Dhwvalid.c21 * Protected I/O ports. Some ports are always illegal, and some are
22 * conditionally illegal. This table must remain ordered by port address.
25 * first appeared in Windows XP. Some ports are always illegal, and some
26 * ports are only illegal if the BIOS calls _OSI with nothing newer than
83 * always illegal and some ports are only illegal depending on
120 "Illegal I/O port address/length above 64K: %8.8X%8.8X/0x%X", in acpi_hw_validate_io_request()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
Dhwvalid.c21 * Protected I/O ports. Some ports are always illegal, and some are
22 * conditionally illegal. This table must remain ordered by port address.
25 * first appeared in Windows XP. Some ports are always illegal, and some
26 * ports are only illegal if the BIOS calls _OSI with nothing newer than
83 * always illegal and some ports are only illegal depending on
120 "Illegal I/O port address/length above 64K: %8.8X%8.8X/0x%X", in acpi_hw_validate_io_request()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
Ddesc.h108 * @AR5K_RX_PHY_ERROR_PARITY: Illegal parity
109 * @AR5K_RX_PHY_ERROR_RATE: Illegal rate
110 * @AR5K_RX_PHY_ERROR_LENGTH: Illegal length
112 * @AR5K_RX_PHY_ERROR_SERVICE: Illegal service
116 * @AR5K_RX_PHY_ERROR_OFDM_RATE_ILLEGAL: OFDM Illegal rate [5212+]
117 * @AR5K_RX_PHY_ERROR_OFDM_LENGTH_ILLEGAL: OFDM Illegal length [5212+]
123 * @AR5K_RX_PHY_ERROR_CCK_RATE_ILLEGAL: Illegal rate [5212+]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
Ddesc.h108 * @AR5K_RX_PHY_ERROR_PARITY: Illegal parity
109 * @AR5K_RX_PHY_ERROR_RATE: Illegal rate
110 * @AR5K_RX_PHY_ERROR_LENGTH: Illegal length
112 * @AR5K_RX_PHY_ERROR_SERVICE: Illegal service
116 * @AR5K_RX_PHY_ERROR_OFDM_RATE_ILLEGAL: OFDM Illegal rate [5212+]
117 * @AR5K_RX_PHY_ERROR_OFDM_LENGTH_ILLEGAL: OFDM Illegal length [5212+]
123 * @AR5K_RX_PHY_ERROR_CCK_RATE_ILLEGAL: Illegal rate [5212+]

12345678910>>...69