Searched refs:instr (Results 1 – 13 of 13) sorted by relevance
/linux-4.19.296/lib/xz/ |
D | xz_dec_bcj.c | 163 uint32_t instr; in bcj_powerpc() local 166 instr = get_unaligned_be32(buf + i); in bcj_powerpc() 167 if ((instr & 0xFC000003) == 0x48000001) { in bcj_powerpc() 168 instr &= 0x03FFFFFC; in bcj_powerpc() 169 instr -= s->pos + (uint32_t)i; in bcj_powerpc() 170 instr &= 0x03FFFFFC; in bcj_powerpc() 171 instr |= 0x48000001; in bcj_powerpc() 172 put_unaligned_be32(instr, buf + i); in bcj_powerpc() 217 uint64_t instr; in bcj_ia64() local 230 instr = 0; in bcj_ia64() [all …]
|
/linux-4.19.296/fs/jffs2/ |
D | erase.c | 41 struct erase_info *instr; in jffs2_erase_block() local 46 instr = kmalloc(sizeof(struct erase_info), GFP_KERNEL); in jffs2_erase_block() 47 if (!instr) { in jffs2_erase_block() 60 memset(instr, 0, sizeof(*instr)); in jffs2_erase_block() 62 instr->addr = jeb->offset; in jffs2_erase_block() 63 instr->len = c->sector_size; in jffs2_erase_block() 65 ret = mtd_erase(c->mtd, instr); in jffs2_erase_block() 68 kfree(instr); in jffs2_erase_block() 72 bad_offset = instr->fail_addr; in jffs2_erase_block() 73 kfree(instr); in jffs2_erase_block()
|
/linux-4.19.296/drivers/misc/eeprom/ |
D | at25.c | 76 u8 instr; in at25_ee_read() local 87 instr = AT25_READ; in at25_ee_read() 90 instr |= AT25_INSTR_BIT3; in at25_ee_read() 91 *cp++ = instr; in at25_ee_read() 166 u8 instr; in at25_ee_write() local 175 instr = AT25_WRITE; in at25_ee_write() 178 instr |= AT25_INSTR_BIT3; in at25_ee_write() 179 *cp++ = instr; in at25_ee_write()
|
/linux-4.19.296/virt/kvm/arm/ |
D | trace.h | 117 TP_PROTO(unsigned long vcpu_pc, unsigned long instr, 119 TP_ARGS(vcpu_pc, instr, cpsr), 123 __field( unsigned long, instr ) 129 __entry->instr = instr; 134 __entry->vcpu_pc, __entry->instr, __entry->cpsr)
|
/linux-4.19.296/drivers/pci/controller/dwc/ |
D | pci-imx6.c | 254 unsigned long instr = *(unsigned long *)pc; in imx6q_pcie_abort_handler() local 255 int reg = (instr >> 12) & 15; in imx6q_pcie_abort_handler() 261 if ((instr & 0x0c100000) == 0x04100000) { in imx6q_pcie_abort_handler() 264 if (instr & 0x00400000) in imx6q_pcie_abort_handler() 274 if ((instr & 0x0e100090) == 0x00100090) { in imx6q_pcie_abort_handler()
|
D | pci-keystone.c | 252 unsigned long instr = *(unsigned long *) instruction_pointer(regs); in keystone_pcie_fault() local 254 if ((instr & 0x0e100090) == 0x00100090) { in keystone_pcie_fault() 255 int reg = (instr >> 12) & 15; in keystone_pcie_fault()
|
/linux-4.19.296/include/linux/mtd/ |
D | nftl.h | 52 struct erase_info instr; member
|
D | inftl.h | 47 struct erase_info instr; member
|
D | mtd.h | 285 int (*_erase) (struct mtd_info *mtd, struct erase_info *instr); 411 int mtd_erase(struct mtd_info *mtd, struct erase_info *instr);
|
D | rawnand.h | 1556 int nand_erase_nand(struct mtd_info *mtd, struct erase_info *instr,
|
/linux-4.19.296/include/sound/ |
D | soundfont.h | 35 unsigned char instr; /* Midi program for this zone */ member
|
/linux-4.19.296/include/uapi/sound/ |
D | sfnt_info.h | 147 unsigned char instr; /* midi preset number */ member
|
/linux-4.19.296/include/uapi/linux/ |
D | soundcard.h | 1063 #define SEQ_LOAD_GMINSTR(dev, instr) argument
|