Home
last modified time | relevance | path

Searched refs:host_gp (Results 1 – 4 of 4) sorted by relevance

/linux/arch/mips/kvm/
H A Dentry.c193 UASM_i_SW(&p, GPR_GP, offsetof(struct kvm_vcpu_arch, host_gp), GPR_K1); in kvm_mips_build_vcpu_run()
689 UASM_i_LW(&p, GPR_GP, offsetof(struct kvm_vcpu_arch, host_gp), GPR_K1); in kvm_mips_build_exit()
/linux/drivers/scsi/lpfc/
H A Dlpfc_mbox.c1431 phba->host_gp = (struct lpfc_hgp __iomem *) in lpfc_config_port()
1444 phba->host_gp = &mb_slim->us.s3.host[0]; in lpfc_config_port()
1447 phba->host_gp = &mb_slim->us.s2.host[0]; in lpfc_config_port()
1453 (void __iomem *)phba->host_gp - in lpfc_config_port()
1463 lpfc_memcpy_to_slim(phba->host_gp + i, &hgp, in lpfc_config_port()
1464 sizeof(*phba->host_gp)); in lpfc_config_port()
H A Dlpfc.h1245 struct lpfc_hgp __iomem *host_gp; /* Host side get/put pointers */ member
H A Dlpfc_sli.c2235 writel(pring->sli.sli3.cmdidx, &phba->host_gp[pring->ringno].cmdPutInx); in lpfc_sli_submit_iocb()
4142 &phba->host_gp[pring->ringno].rspGetInx); in lpfc_sli_handle_fast_ring_event()
4461 &phba->host_gp[pring->ringno].rspGetInx); in lpfc_sli_handle_slow_ring_event_s3()