Searched refs:JUMP (Results 1 - 8 of 8) sorted by relevance

/linux-master/samples/seccomp/
H A Dbpf-fancy.c40 SYSCALL(__NR_write, JUMP(&l, write_fd)),
41 SYSCALL(__NR_read, JUMP(&l, read)),
55 JEQ(STDOUT_FILENO, JUMP(&l, write_buf)),
56 JEQ(STDERR_FILENO, JUMP(&l, write_buf)),
61 JEQ((unsigned long)msg1, JUMP(&l, msg1_len)),
62 JEQ((unsigned long)msg2, JUMP(&l, msg2_len)),
63 JEQ((unsigned long)buf, JUMP(&l, buf_len)),
H A Dbpf-helper.h49 #define JUMP(labels, label) \ macro
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dpush507c.h21 PUSH_DATA__((p), NVDEF(NV507C, DMA, OPCODE, JUMP) | \
/linux-master/drivers/gpu/drm/sti/
H A Dsti_awg_utils.c24 JUMP, enumerator in enum:opcode
88 case JUMP:
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp32.c577 * JUMP skips directly to the emit_jump_and_link, meaning
583 #define JUMP(idx) (2 + (2 * (idx))) macro
591 emit(rv_bgtu(hi(rs1), hi(rs2), JUMP(2)), ctx);
596 emit(rv_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx);
601 emit(rv_bgtu(hi(rs1), hi(rs2), JUMP(2)), ctx);
606 emit(rv_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx);
611 emit(rv_bne(hi(rs1), hi(rs2), JUMP(1)), ctx);
615 emit(rv_bgt(hi(rs1), hi(rs2), JUMP(2)), ctx);
620 emit(rv_blt(hi(rs1), hi(rs2), JUMP(2)), ctx);
625 emit(rv_bgt(hi(rs1), hi(rs2), JUMP(
643 #undef JUMP macro
[all...]
/linux-master/arch/parisc/net/
H A Dbpf_jit_comp32.c712 * JUMP skips directly to the emit_jump, meaning
718 #define JUMP(idx) (0 + (idx) - 1) macro
726 emit(hppa_bgtu(hi(rs1), hi(rs2), JUMP(2)), ctx);
731 emit(hppa_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx);
736 emit(hppa_bgtu(hi(rs1), hi(rs2), JUMP(2)), ctx);
741 emit(hppa_bltu(hi(rs1), hi(rs2), JUMP(2)), ctx);
746 emit(hppa_bne(hi(rs1), hi(rs2), JUMP(1)), ctx);
750 emit(hppa_bgt(hi(rs1), hi(rs2), JUMP(2)), ctx);
755 emit(hppa_blt(hi(rs1), hi(rs2), JUMP(2)), ctx);
760 emit(hppa_bgt(hi(rs1), hi(rs2), JUMP(
780 #undef JUMP macro
[all...]
/linux-master/drivers/scsi/
H A Dscript_asm.pl268 # clause from a transfer control instruction (RETURN, CALL, JUMP, INT).
695 } elsif (/^\s*(JUMP|CALL|INT)\s+(.*)/i) {
698 if ($instruction =~ /JUMP/i) {
705 print STDERR "parsing JUMP, rest = $rest\n" if ($debug);
711 print STDERR "parsing JUMP REL, addr = $addr, rest = $rest\n" if ($debug);
/linux-master/drivers/crypto/caam/
H A Ddesc_constr.h241 APPEND_CMD_RET(jump, JUMP)

Completed in 212 milliseconds