Searched refs:tfh (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/misc/sgi-gru/
H A Dgruhandles.c150 int tfh_write_only(struct gru_tlb_fault_handle *tfh, argument
155 tfh->fillasid = asid;
156 tfh->fillvaddr = vaddr;
157 tfh->pfn = paddr >> GRU_PADDR_SHIFT;
158 tfh->gaa = gaa;
159 tfh->dirty = dirty;
160 tfh->pagesize = pagesize;
161 tfh->opc = TFHOP_WRITE_ONLY;
162 start_instruction(tfh);
163 return wait_instruction_complete(tfh, tfhop_write_onl
166 tfh_write_restart(struct gru_tlb_fault_handle *tfh, unsigned long paddr, int gaa, unsigned long vaddr, int asid, int dirty, int pagesize) argument
181 tfh_user_polling_mode(struct gru_tlb_fault_handle *tfh) argument
187 tfh_exception(struct gru_tlb_fault_handle *tfh) argument
[all...]
H A Dgrufault.c313 struct gru_tlb_fault_handle *tfh,
333 if (ret || tfh_write_only(tfh, gpa, GAA_RAM, vaddr, asid, write,
337 "%s: gid %d, gts 0x%p, tfh 0x%p, vaddr 0x%lx, asid 0x%x, rw %d, ps %d, gpa 0x%lx\n",
338 atomic ? "atomic" : "non-atomic", gru->gs_gid, gts, tfh,
357 struct gru_tlb_fault_handle *tfh,
376 cbe = gru_tfh_to_cbe(tfh);
385 if (tfh->status != TFHSTATUS_EXCEPTION) {
386 gru_flush_cache(tfh);
388 if (tfh->status != TFHSTATUS_EXCEPTION)
392 if (tfh
309 gru_preload_tlb(struct gru_state *gru, struct gru_thread_state *gts, int atomic, unsigned long fault_vaddr, int asid, int write, unsigned char tlb_preload_count, struct gru_tlb_fault_handle *tfh, struct gru_control_block_extended *cbe) argument
355 gru_try_dropin(struct gru_state *gru, struct gru_thread_state *gts, struct gru_tlb_fault_handle *tfh, struct gru_instruction_bits *cbk) argument
524 struct gru_tlb_fault_handle *tfh = NULL; local
613 gru_user_dropin(struct gru_thread_state *gts, struct gru_tlb_fault_handle *tfh, void *cb) argument
639 struct gru_tlb_fault_handle *tfh; local
[all...]
H A Dgruhandles.h34 /* Bytes per handle & handle stride. Code assumes all cb, tfh, cbe handles
155 struct gru_tlb_fault_handle *tfh)
159 cbe = (unsigned long)tfh - GRU_TFH_BASE + GRU_CBE_BASE;
510 int tfh_write_only(struct gru_tlb_fault_handle *tfh, unsigned long paddr,
512 void tfh_write_restart(struct gru_tlb_fault_handle *tfh, unsigned long paddr,
514 void tfh_user_polling_mode(struct gru_tlb_fault_handle *tfh);
515 void tfh_exception(struct gru_tlb_fault_handle *tfh);
154 gru_tfh_to_cbe( struct gru_tlb_fault_handle *tfh) argument
H A Dgrukdump.c40 void *cb, *cbe, *tfh, *gseg; local
46 tfh = grubase + GRU_TFH_BASE;
53 if (gru_user_copy_handle(&ubuf, tfh + i * GRU_HANDLE_STRIDE))
/linux-master/net/netfilter/
H A Dnf_conntrack_tftp.c45 const struct tftphdr *tfh; local
52 tfh = skb_header_pointer(skb, protoff + sizeof(struct udphdr),
54 if (tfh == NULL)
57 switch (ntohs(tfh->opcode)) {
/linux-master/fs/nfsd/
H A Dxdr3.h68 struct svc_fh tfh; member in struct:nfsd3_renameargs
75 struct svc_fh tfh; member in struct:nfsd3_linkargs
162 struct svc_fh tfh; member in struct:nfsd3_renameres
167 struct svc_fh tfh; member in struct:nfsd3_linkres
H A Dxdr.h50 struct svc_fh tfh; member in struct:nfsd_renameargs
57 struct svc_fh tfh; member in struct:nfsd_linkargs
H A Dnfs3proc.c523 SVCFH_fmt(&argp->tfh),
528 fh_copy(&resp->tfh, &argp->tfh);
530 &resp->tfh, argp->tname, argp->tlen);
543 SVCFH_fmt(&argp->tfh),
548 fh_copy(&resp->tfh, &argp->tfh);
549 resp->status = nfsd_link(rqstp, &resp->tfh, argp->tname, argp->tlen,
H A Dnfsproc.c434 SVCFH_fmt(&argp->tfh), argp->tlen, argp->tname);
437 &argp->tfh, argp->tname, argp->tlen);
439 fh_put(&argp->tfh);
452 SVCFH_fmt(&argp->tfh),
456 resp->status = nfsd_link(rqstp, &argp->tfh, argp->tname, argp->tlen,
459 fh_put(&argp->tfh);
H A Dnfs3xdr.c663 svcxdr_decode_diropargs3(xdr, &args->tfh,
673 svcxdr_decode_diropargs3(xdr, &args->tfh,
934 svcxdr_encode_wcc_data(rqstp, xdr, &resp->tfh);
945 svcxdr_encode_wcc_data(rqstp, xdr, &resp->tfh);
H A Dnfsxdr.c362 svcxdr_decode_diropargs(xdr, &args->tfh,
372 svcxdr_decode_diropargs(xdr, &args->tfh,

Completed in 173 milliseconds