Searched refs:pdp (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | gen8_ppgtt.c | 106 vgtif_reg(pdp[0].lo), lower_32_bits(daddr)); in gen8_ppgtt_notify_vgt() 108 vgtif_reg(pdp[0].hi), upper_32_bits(daddr)); in gen8_ppgtt_notify_vgt() 118 vgtif_reg(pdp[i].lo), in gen8_ppgtt_notify_vgt() 121 vgtif_reg(pdp[i].hi), in gen8_ppgtt_notify_vgt() 456 struct i915_page_directory *pdp, in gen8_ppgtt_insert_pte() argument 466 pd = i915_pd_entry(pdp, gen8_pd_index(idx, 2)); in gen8_ppgtt_insert_pte() 490 pd = pdp->entry[gen8_pd_index(idx, 2)]; in gen8_ppgtt_insert_pte() 517 struct i915_page_directory * const pdp = in xehp_ppgtt_insert_huge() local 520 i915_pd_entry(pdp, __gen8_pte_index(start, 2)); in xehp_ppgtt_insert_huge() 624 struct i915_page_directory * const pdp = in gen8_ppgtt_insert_huge() local [all …]
|
| /linux/drivers/net/ |
| H A D | gtp.c | 150 struct pdp_ctx *pdp; in gtp0_pdp_find() local 154 hlist_for_each_entry_rcu(pdp, head, hlist_tid) { in gtp0_pdp_find() 155 if (pdp->af == family && in gtp0_pdp_find() 156 pdp->gtp_version == GTP_V0 && in gtp0_pdp_find() 157 pdp->u.v0.tid == tid) in gtp0_pdp_find() 158 return pdp; in gtp0_pdp_find() 167 struct pdp_ctx *pdp; in gtp1_pdp_find() local 171 hlist_for_each_entry_rcu(pdp, head, hlist_tid) { in gtp1_pdp_find() 172 if (pdp->af == family && in gtp1_pdp_find() 173 pdp->gtp_version == GTP_V1 && in gtp1_pdp_find() [all …]
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_pvinfo.h | 107 } pdp[4]; member
|
| H A D | i915_gpu_error.c | 591 i, ee->vm_info.pdp[i]); in error_print_engine() 1404 ee->vm_info.pdp[i] = in engine_record_registers() 1407 ee->vm_info.pdp[i] <<= 32; in engine_record_registers() 1408 ee->vm_info.pdp[i] |= in engine_record_registers()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 241 xfs_inode_t *pdp) in xfs_dir_init() argument 247 error = xfs_dir_ino_validate(tp->t_mountp, pdp->i_ino); in xfs_dir_init() 259 error = xfs_dir2_sf_create(args, pdp->i_ino); in xfs_dir_init()
|
| H A D | xfs_dir2.h | 62 struct xfs_inode *pdp);
|
| /linux/drivers/gpu/drm/i915/gvt/ |
| H A D | handlers.c | 1502 pdps = (u64 *)&vgpu_vreg64_t(vgpu, vgtif_reg(pdp[0])); in handle_g2v_notification() 1556 case _vgtif_reg(pdp[0].lo): in pvinfo_mmio_write() 1557 case _vgtif_reg(pdp[0].hi): in pvinfo_mmio_write() 1558 case _vgtif_reg(pdp[1].lo): in pvinfo_mmio_write() 1559 case _vgtif_reg(pdp[1].hi): in pvinfo_mmio_write() 1560 case _vgtif_reg(pdp[2].lo): in pvinfo_mmio_write() 1561 case _vgtif_reg(pdp[2].hi): in pvinfo_mmio_write() 1562 case _vgtif_reg(pdp[3].lo): in pvinfo_mmio_write() 1563 case _vgtif_reg(pdp[3].hi): in pvinfo_mmio_write()
|
| /linux/fs/nfsd/ |
| H A D | state.h | 874 struct dentry *dentry, struct nfs4_delegation **pdp);
|
| H A D | nfs4state.c | 9349 struct nfs4_delegation **pdp) in nfsd4_deleg_getattr_conflict() argument 9423 *pdp = dp; in nfsd4_deleg_getattr_conflict()
|
| /linux/tools/perf/scripts/python/ |
| H A D | exported-sql-viewer.py | 2092 return int(round((x - self.subrange.x.lo) * self.scale.x, self.pdp.x)) 2095 return int(round((y - self.subrange.y.lo) * self.scale.y, self.pdp.y)) 2105 if self.pdp.x == 0: 2113 if self.pdp.y == 0: 2138 self.pdp = XY(x, y) # pixel decimal places
|