Home
last modified time | relevance | path

Searched refs:JUMP (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/scsi/
H A D53c700.scr182 JUMP ResumeSendMessage
241 JUMP SendMessage
286 JUMP ResumeSendCommand
290 JUMP ResumeSendCommand
311 JUMP SendCommand
324 JUMP ResumeDataIn
341 JUMP ResumeDataIn
366 JUMP ResumeDataIn
376 JUMP ResumeDataOut
381 JUMP ResumeDataIn
[all …]
H A D53c700_d.h_shipped242 JUMP ResumeSendMessage
403 JUMP SendMessage
529 JUMP ResumeSendCommand
539 JUMP ResumeSendCommand
596 JUMP SendCommand
633 JUMP ResumeDataIn
686 JUMP ResumeDataIn
741 JUMP ResumeDataIn
775 JUMP ResumeDataOut
786 JUMP ResumeDataIn
[all …]
/openbmc/linux/samples/seccomp/
H A Dbpf-fancy.c40 SYSCALL(__NR_write, JUMP(&l, write_fd)), in main()
41 SYSCALL(__NR_read, JUMP(&l, read)), in main()
55 JEQ(STDOUT_FILENO, JUMP(&l, write_buf)), in main()
56 JEQ(STDERR_FILENO, JUMP(&l, write_buf)), in main()
61 JEQ((unsigned long)msg1, JUMP(&l, msg1_len)), in main()
62 JEQ((unsigned long)msg2, JUMP(&l, msg2_len)), in main()
63 JEQ((unsigned long)buf, JUMP(&l, buf_len)), in main()
H A Dbpf-helper.h49 #define JUMP(labels, label) \ macro
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_awg_utils.c24 JUMP, enumerator
88 case JUMP: in awg_generate_instr()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush507c.h21 PUSH_DATA__((p), NVDEF(NV507C, DMA, OPCODE, JUMP) | \
/openbmc/linux/arch/riscv/net/
H A Dbpf_jit_comp32.c583 #define JUMP(idx) (2 + (2 * (idx))) in emit_branch_r64() macro
591 emit(rv_bgtu(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
596 emit(rv_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
601 emit(rv_bgtu(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
606 emit(rv_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
611 emit(rv_bne(hi(rs1), hi(rs2), JUMP(1)), ctx); in emit_branch_r64()
615 emit(rv_bgt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
620 emit(rv_blt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
625 emit(rv_bgt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
630 emit(rv_blt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
[all …]
/openbmc/linux/arch/parisc/net/
H A Dbpf_jit_comp32.c718 #define JUMP(idx) (0 + (idx) - 1) in emit_branch_r64() macro
726 emit(hppa_bgtu(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
731 emit(hppa_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
736 emit(hppa_bgtu(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
741 emit(hppa_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
746 emit(hppa_bne(hi(rs1), hi(rs2), JUMP(1)), ctx); in emit_branch_r64()
750 emit(hppa_bgt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
755 emit(hppa_blt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
760 emit(hppa_bgt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
765 emit(hppa_blt(hi(rs1), hi(rs2), JUMP(2)), ctx); in emit_branch_r64()
[all …]
/openbmc/u-boot/doc/imx/mkimage/
H A Dmxsimage.txt74 JUMP [HAB] u32_address [u32_r0_arg]
82 - See JUMP instruction above, as the operation is exactly the same with
156 J -- JUMP instruction
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h195 APPEND_CMD_RET(jump, JUMP) in APPEND_CMD_RET() argument
/openbmc/qemu/target/hexagon/
H A Dattribs_def.h.inc88 DEF_ATTRIB(JUMP, "Jump-type instruction", "", "")
/openbmc/linux/drivers/crypto/caam/
H A Ddesc_constr.h241 APPEND_CMD_RET(jump, JUMP) in APPEND_CMD_RET() argument
/openbmc/qemu/target/hexagon/imported/
H A Dencode_pp.def511 /* JUMP */
558 /* JUMP */
/openbmc/linux/arch/mips/
H A DKconfig1730 Loongson 2F01 / 2F02 processors have the NOP & JUMP issues which