Searched refs:instr (Results 1 - 25 of 192) sorted by path

12345678

/linux-master/arch/arm/mm/
H A Dabort-lv4t.S198 movne r1, #0 @ it must be a load instr
/linux-master/arch/arm64/kernel/
H A Dtrace-events-emulation.h12 TP_PROTO(const char *instr, u64 addr),
13 TP_ARGS(instr, addr),
16 __string(instr, instr)
21 __assign_str(instr, instr);
25 TP_printk("instr=\"%s\" addr=0x%llx", __get_str(instr), __entry->addr)
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S335 set USER_FPIAR, LV+40 # FP instr address register
541 set FMUL_OP, 0x0 # fmul instr performed last
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 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...]
/linux-master/arch/m68k/include/asm/
H A Dmath-emu.h307 .macro debug instr,args
309 \instr \args
/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h41 /* These macros do the dirty work of the instr decoding, several variables
70 | first decoding of the instr type
71 | this separates the conditional instr
82 | second decoding of the instr type
83 | this separates most move instr
90 | .long "f<op> fpx,fpx","invalid instr"
113 | it depends on the instr which of the modes is valid
H A Dfp_scan.S45 | %d2 - first two instr words
77 fp_decode_cond: | separate conditional instr
83 fp_decode_move: | separate move instr
91 | now all arithmetic instr and a few move instr are left
406 .macro fp_dosingleprec instr
409 jra \instr
412 .macro fp_dodoubleprec instr
415 jra \instr
/linux-master/arch/powerpc/include/asm/
H A Ddisassemble.h90 static inline unsigned make_dsisr(unsigned instr) argument
96 dsisr = (instr & 0x03ff0000) >> 16;
98 if (IS_XFORM(instr)) {
100 dsisr |= (instr & 0x00000006) << 14;
102 dsisr |= (instr & 0x00000040) << 8;
104 dsisr |= (instr & 0x00000780) << 3;
107 dsisr |= (instr & 0x04000000) >> 12;
109 dsisr |= (instr & 0x78000000) >> 17;
111 if (IS_DSFORM(instr))
112 dsisr |= (instr
[all...]
/linux-master/arch/sparc/kernel/
H A Dtime_64.c801 unsigned int *addr, *instr, i; local
808 instr = (tlb_type == spitfire) ? p->tick : p->stick;
811 addr[i] = instr[i];
/linux-master/drivers/crypto/cavium/zip/
H A Dzip_device.c65 * @instr: Pointer to the instruction to be submitted
77 u32 zip_load_instr(union zip_inst_s *instr, argument
117 memcpy((u8 *)zip_dev->iq[queue].sw_head, (u8 *)instr,
144 memcpy((u8 *)zip_dev->iq[queue].sw_head, (u8 *)instr,
H A Dzip_main.h118 u32 zip_load_instr(union zip_inst_s *instr, struct zip_device *zip_dev);
/linux-master/drivers/mtd/chips/
H A Dmap_absent.c82 static int map_absent_erase(struct mtd_info *mtd, struct erase_info *instr) argument
/linux-master/drivers/mtd/devices/
H A Dmtdram.c56 static int ram_erase(struct mtd_info *mtd, struct erase_info *instr) argument
58 if (check_offs_len(mtd, instr->addr, instr->len))
60 memset((char *)mtd->priv + instr->addr, 0xff, instr->len);
H A Dslram.c83 static int slram_erase(struct mtd_info *mtd, struct erase_info *instr) argument
87 memset(priv->start + instr->addr, 0xff, instr->len);
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_asm.h91 u16 br_get_offset(u64 instr);
92 void br_set_offset(u64 *instr, u16 offset);
93 void br_add_offset(u64 *instr, u16 offset);
135 u16 immed_get_value(u64 instr);
136 void immed_set_value(u64 *instr, u16 immed);
137 void immed_add_value(u64 *instr, u16 offset);
/linux-master/include/linux/mtd/
H A Dinftl.h47 struct erase_info instr; member in struct:INFTLrecord
H A Dnftl.h38 struct erase_info instr; member in struct:NFTLrecord
/linux-master/include/sound/
H A Dsoundfont.h22 unsigned char instr; /* Midi program for this zone */ member in struct:snd_sf_zone
/linux-master/net/nfc/hci/
H A Dhci.h66 #define HCP_HEADER(type, instr) ((((type) & 0x03) << 6) | ((instr) & 0x3f))
/linux-master/samples/seccomp/
H A Dbpf-helper.c32 struct sock_filter *instr = &filter[offset]; local
33 if (instr->code != (BPF_JMP+BPF_JA))
35 switch ((instr->jt<<8)|instr->jf) {
37 if (labels->labels[instr->k].location == 0xffffffff) {
39 labels->labels[instr->k].label);
42 instr->k = labels->labels[instr->k].location -
44 instr->jt = 0;
45 instr
[all...]
/linux-master/
H A DMakefile952 KBUILD_LDFLAGS += -mllvm -import-instr-limit=5
/linux-master/arch/alpha/lib/
H A Dstacktrace.c4 typedef unsigned int instr; typedef
34 (((instr)(INSTR) >= BR_OP) | ((instr)(INSTR) < LDA_OP) | \
35 ((((instr)(INSTR) ^ 0x60000000) < 0x20000000) & \
36 (((instr)(INSTR) & 0x0c000000) != 0)))
48 static instr *
49 display_stored_regs(instr * pro_pc, unsigned char * sp)
51 instr * ret_pc = 0;
61 ret_pc = (instr *)value;
67 static instr *
[all...]
/linux-master/arch/arc/
H A DMakefile64 cfi := $(call as-instr,.cfi_startproc\n.cfi_endproc,-DARC_DW2_UNWIND_AS_CFI)
/linux-master/arch/arc/kernel/
H A Ddisasm.c238 /* still need to check for limm to extract instr len */
260 /* still need to check for limm to extract instr len */
564 struct disasm_state instr; local
566 disasm_instr(pc, &instr, 0, regs, cregs);
568 *next_pc = pc + instr.instr_len;
571 if (instr.is_branch)
572 *tgt_if_br = instr.target;
577 if (instr.delay_slot) {
591 return instr.is_branch;

Completed in 368 milliseconds

12345678