Searched refs:ins (Results 76 - 89 of 89) sorted by relevance

1234

/linux-master/arch/arm64/crypto/
H A Dsm4-ce-gcm-core.S503 ins v0.b[15], w6
695 ins v0.b[15], w0
/linux-master/drivers/spi/
H A Dspi-nxp-fspi.c325 #define LUT_DEF(idx, ins, pad, opr) \
326 ((((ins) << INSTR_SHIFT) | ((pad) << PAD_SHIFT) | \
/linux-master/fs/ntfs3/
H A Dfrecord.c21 CLST ino, struct rb_node *ins)
39 if (!ins)
42 rb_link_node(ins, pr, p);
43 rb_insert_color(ins, tree);
44 return rb_entry(ins, struct mft_inode, node);
20 ni_ins_mi(struct ntfs_inode *ni, struct rb_root *tree, CLST ino, struct rb_node *ins) argument
H A Dindex.c591 const void *ins, u32 ins_bytes)
603 memcpy(e, ins, ins_bytes);
590 hdr_insert_head(struct INDEX_HDR *hdr, const void *ins, u32 ins_bytes) argument
/linux-master/arch/sparc/kernel/
H A Dtraps_64.c2512 unsigned long fp = rw->ins[6];
2548 printk("Caller[%016lx]: %pS\n", rw->ins[7],
2549 (void *) rw->ins[7]);
/linux-master/drivers/net/ethernet/socionext/
H A Dsni_ave.c207 #define SG_ETPINMODE_RMII(ins) BIT(ins)
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_uvmm.c1670 u64 ins = req->wait_ptr; local
1691 *s = u_memcpya(ins, inc, sizeof(**s));
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_crtn.h676 int lpfc_vmid_uvem(struct lpfc_vport *vport, struct lpfc_vmid *vmid, bool ins);
/linux-master/drivers/usb/atm/
H A Dueagle-atm.c248 #define INS_TO_USBDEV(ins) (ins->usb_dev)
/linux-master/kernel/trace/
H A Dftrace.c2080 char ins[MCOUNT_INSN_SIZE]; local
2082 if (copy_from_kernel_nofault(ins, p, MCOUNT_INSN_SIZE)) {
2088 pr_cont("%*phC", MCOUNT_INSN_SIZE, ins);
/linux-master/lib/
H A Dtest_bpf.c2719 struct bpf_insn *ins = &insns[4 + 3 * ind]; local
2726 ins[0] = BPF_JMP_IMM(BPF_JNE, R0, loc - 1,
2728 ins[1] = BPF_ALU64_IMM(BPF_MOV, R0, loc);
2729 ins[2] = *jmp;
2730 ins[2].off = 3 * (off - 1);
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S4288 # separate move ins from move outs...
H A Dfpsp.S18239 # separate move ins from move outs...
/linux-master/arch/x86/kvm/
H A Demulate.c4308 I2bvIP(DstDI | SrcDX | Mov | String | Unaligned, em_in, ins, check_perm_in), /* insb, insw/insd */

Completed in 432 milliseconds

1234