Searched refs:instr (Results 176 - 192 of 192) sorted by relevance

12345678

/linux-master/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c6930 union ins_formats instr; local
6938 instr.integer = ahc_le32toh(*(uint32_t*)&seqprog[instrptr * 4]);
6940 fmt1_ins = &instr.format1;
6944 opcode = instr.format1.opcode;
6961 fmt3_ins = &instr.format3;
7020 if ((instr.integer & mask) != 0)
7024 instr.format1.parity = 1;
7028 instr.integer =
7034 instr.integer =
7043 instr
[all...]
H A Daic79xx_core.c9482 union ins_formats instr; local
9490 instr.integer = ahd_le32toh(*(uint32_t*)&seqprog[instrptr * 4]);
9492 fmt1_ins = &instr.format1;
9496 opcode = instr.format1.opcode;
9507 fmt3_ins = &instr.format3;
9531 if ((instr.integer & mask) != 0)
9535 instr.format1.parity = 1;
9538 instr.integer = ahd_htole32(instr.integer);
9539 ahd_outsb(ahd, SEQRAM, instr
[all...]
/linux-master/arch/arm/kernel/
H A Dptrace.c206 static int break_trap(struct pt_regs *regs, unsigned int instr) argument
/linux-master/arch/powerpc/
H A DMakefile173 asinstr := $(call as-instr,lis 9$(comma)foo@high,-DHAVE_AS_ATHIGH=1)
/linux-master/arch/parisc/kernel/
H A Dfirmware.c240 * @instr: Pointer to variable which will get instruction opcode.
244 int __init pdc_instr(unsigned int *instr) argument
252 *instr = pdc_result[0];
/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0002.c2611 static int cfi_amdstd_erase_varsize(struct mtd_info *mtd, struct erase_info *instr) argument
2613 return cfi_varsize_frob(mtd, do_erase_oneblock, instr->addr,
2614 instr->len, NULL);
2618 static int cfi_amdstd_erase_chip(struct mtd_info *mtd, struct erase_info *instr) argument
2623 if (instr->addr != 0)
2626 if (instr->len != mtd->size)
H A Dcfi_cmdset_0001.c2042 static int cfi_intelext_erase_varsize(struct mtd_info *mtd, struct erase_info *instr) argument
2044 return cfi_varsize_frob(mtd, do_erase_oneblock, instr->addr,
2045 instr->len, NULL);
/linux-master/tools/objtool/
H A Dcheck.c2406 insn->instr--;
2425 insn->instr++;
3470 if (state->noinstr && state->instr <= 0 &&
3503 if (state->noinstr && state->instr > 0) {
3617 state.instr += insn->instr;
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-core.c386 static char *instr[16] = { local
416 instr[risc >> 28] ? instr[risc >> 28] : "INVALID");
/linux-master/include/uapi/linux/
H A Dsoundcard.h1063 #define SEQ_LOAD_GMINSTR(dev, instr)
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S354 set USER_FPIAR, LV+40 # FP instr address register
560 set FMUL_OP, 0x0 # fmul instr performed last
657 btst &0x5,EXC_CMDREG(%a6) # is instr an fmove out?
897 btst &0x5,EXC_CMDREG(%a6) # is instr an fmove out?
1329 cmpi.b %d0,&0x38 # is instr fcmp or ftst?
1874 cmpi.b %d0,&0x38 # is instr fcmp or ftst?
2963 tst.w %d0 # is instr fmovm?
2971 btst &0xe,%d0 # is instr fmovm ctrl
3126 btst &13,%d0 # is instr an fmove out?
3322 btst &13,%d0 # is instr a
[all...]
H A Dfpsp.S355 set USER_FPIAR, LV+40 # FP instr address register
561 set FMUL_OP, 0x0 # fmul instr performed last
658 btst &0x5,EXC_CMDREG(%a6) # is instr an fmove out?
898 btst &0x5,EXC_CMDREG(%a6) # is instr an fmove out?
1330 cmpi.b %d0,&0x38 # is instr fcmp or ftst?
1875 cmpi.b %d0,&0x38 # is instr fcmp or ftst?
2964 tst.w %d0 # is instr fmovm?
2972 btst &0xe,%d0 # is instr fmovm ctrl
3127 btst &13,%d0 # is instr an fmove out?
3323 btst &13,%d0 # is instr a
[all...]
H A Dfplsp.S335 set USER_FPIAR, LV+40 # FP instr address register
541 set FMUL_OP, 0x0 # fmul instr performed last
/linux-master/drivers/media/pci/bt8xx/
H A Dbttv-driver.c2525 static char *instr[16] = { local
2552 instr[risc >> 28] ? instr[risc >> 28] : "INVALID");
/linux-master/kernel/trace/
H A Dbpf_trace.c1054 u32 instr; local
1057 if (get_kernel_nofault(instr, (u32 *) fentry_ip - 1))
1059 if (is_endbr(instr))
/linux-master/
H A DMakefile952 KBUILD_LDFLAGS += -mllvm -import-instr-limit=5
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dreg.h10573 enum mlxsw_reg_mcc_instruction instr,
10578 mlxsw_reg_mcc_instruction_set(payload, instr);
10572 mlxsw_reg_mcc_pack(char *payload, enum mlxsw_reg_mcc_instruction instr, u16 component_index, u32 update_handle, u32 component_size) argument

Completed in 410 milliseconds

12345678