Searched defs:jmp (Results 1 - 15 of 15) sorted by relevance

/linux-master/drivers/media/pci/bt8xx/
H A Dbtcx-risc.h5 __le32 *jmp; member in struct:btcx_riscmem
/linux-master/arch/powerpc/kernel/
H A Dmodule_32.c291 ppc_inst_t jmp[4]; local
[all...]
/linux-master/arch/openrisc/kernel/
H A Dentry.S409 jmp: label
H A Dtraps.c260 unsigned int rb, op, jmp; local
/linux-master/arch/mips/net/
H A Dbpf_jit_comp64.c644 u8 alu, jmp; local
[all...]
H A Dbpf_jit_comp32.c1473 u8 alu, jmp; local
[all...]
/linux-master/drivers/media/pci/tw68/
H A Dtw68.h117 __le32 *jmp; member in struct:tw68_buf
/linux-master/drivers/gpu/drm/i915/
H A Di915_cmd_parser.c1405 unsigned long *jmp; local
/linux-master/drivers/media/pci/cx25821/
H A Dcx25821.h106 __le32 *jmp; member in struct:cx25821_riscmem
/linux-master/fs/hpfs/
H A Dhpfs.h46 u8 jmp[3]; member in struct:hpfs_boot_block
/linux-master/arch/x86/kernel/
H A Dalternative.c1130 const u8 jmp[] = { JMP8_INSN_OPCODE, fineibt_caller_jmp }; local
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885.h166 __le32 *jmp; member in struct:cx23885_riscmem
/linux-master/drivers/media/pci/cx88/
H A Dcx88.h309 __le32 *jmp; member in struct:cx88_riscmem
/linux-master/lib/
H A Dtest_bpf.c481 static int __bpf_fill_max_jmp(struct bpf_test *self, int jmp, int imm) argument
2745 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JA, 0, 0, 0); local
2753 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JEQ, R1, 1234, 0); local
2760 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JNE, R1, 1234, 0); local
2698 __bpf_fill_staggered_jumps(struct bpf_test *self, const struct bpf_insn *jmp, u64 r1, u64 r2) argument
2767 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JSET, R1, 0x82, 0); local
2774 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JGT, R1, 1234, 0); local
2781 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JGE, R1, 1234, 0); local
2788 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JLT, R1, 0x80000000, 0); local
2795 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JLE, R1, 1234, 0); local
2802 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JSGT, R1, -2, 0); local
2809 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JSGE, R1, -2, 0); local
2816 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JSLT, R1, -1, 0); local
2823 struct bpf_insn jmp = BPF_JMP_IMM(BPF_JSLE, R1, -1, 0); local
2831 struct bpf_insn jmp = BPF_JMP_REG(BPF_JEQ, R1, R2, 0); local
2838 struct bpf_insn jmp = BPF_JMP_REG(BPF_JNE, R1, R2, 0); local
2845 struct bpf_insn jmp = BPF_JMP_REG(BPF_JSET, R1, R2, 0); local
2852 struct bpf_insn jmp = BPF_JMP_REG(BPF_JGT, R1, R2, 0); local
2859 struct bpf_insn jmp = BPF_JMP_REG(BPF_JGE, R1, R2, 0); local
2866 struct bpf_insn jmp = BPF_JMP_REG(BPF_JLT, R1, R2, 0); local
2873 struct bpf_insn jmp = BPF_JMP_REG(BPF_JLE, R1, R2, 0); local
2880 struct bpf_insn jmp = BPF_JMP_REG(BPF_JSGT, R1, R2, 0); local
2887 struct bpf_insn jmp = BPF_JMP_REG(BPF_JSGE, R1, R2, 0); local
2894 struct bpf_insn jmp = BPF_JMP_REG(BPF_JSLT, R1, R2, 0); local
2901 struct bpf_insn jmp = BPF_JMP_REG(BPF_JSLE, R1, R2, 0); local
2909 struct bpf_insn jmp = BPF_JMP32_IMM(BPF_JEQ, R1, 1234, 0); local
2916 struct bpf_insn jmp = BPF_JMP32_IMM(BPF_JNE, R1, 1234, 0); local
2923 struct bpf_insn jmp = BPF_JMP32_IMM(BPF_JSET, R1, 0x82, 0); local
2930 struct bpf_insn jmp = BPF_JMP32_IMM(BPF_JGT, R1, 1234, 0); local
2937 struct bpf_insn jmp = BPF_JMP32_IMM(BPF_JGE, R1, 1234, 0); local
2944 struct bpf_insn jmp = BPF_JMP32_IMM(BPF_JLT, R1, 0x80000000, 0); local
2951 struct bpf_insn jmp = BPF_JMP32_IMM(BPF_JLE, R1, 1234, 0); local
2958 struct bpf_insn jmp = BPF_JMP32_IMM(BPF_JSGT, R1, -2, 0); local
2965 struct bpf_insn jmp = BPF_JMP32_IMM(BPF_JSGE, R1, -2, 0); local
2972 struct bpf_insn jmp = BPF_JMP32_IMM(BPF_JSLT, R1, -1, 0); local
2979 struct bpf_insn jmp = BPF_JMP32_IMM(BPF_JSLE, R1, -1, 0); local
2987 struct bpf_insn jmp = BPF_JMP32_REG(BPF_JEQ, R1, R2, 0); local
2994 struct bpf_insn jmp = BPF_JMP32_REG(BPF_JNE, R1, R2, 0); local
3001 struct bpf_insn jmp = BPF_JMP32_REG(BPF_JSET, R1, R2, 0); local
3008 struct bpf_insn jmp = BPF_JMP32_REG(BPF_JGT, R1, R2, 0); local
3015 struct bpf_insn jmp = BPF_JMP32_REG(BPF_JGE, R1, R2, 0); local
3022 struct bpf_insn jmp = BPF_JMP32_REG(BPF_JLT, R1, R2, 0); local
3029 struct bpf_insn jmp = BPF_JMP32_REG(BPF_JLE, R1, R2, 0); local
3036 struct bpf_insn jmp = BPF_JMP32_REG(BPF_JSGT, R1, R2, 0); local
3043 struct bpf_insn jmp = BPF_JMP32_REG(BPF_JSGE, R1, R2, 0); local
3050 struct bpf_insn jmp = BPF_JMP32_REG(BPF_JSLT, R1, R2, 0); local
3057 struct bpf_insn jmp = BPF_JMP32_REG(BPF_JSLE, R1, R2, 0); local
[all...]
/linux-master/drivers/scsi/
H A Dncr53c8xx.c5995 u32 jmp; local

Completed in 374 milliseconds