Searched refs:pdp (Results 1 – 8 of 8) 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
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.h | 62 struct xfs_inode *pdp);
|
| /linux/fs/nfsd/ |
| H A D | state.h | 985 struct dentry *dentry, struct nfs4_delegation **pdp);
|
| H A D | nfs4state.c | 10123 struct nfs4_delegation **pdp) in nfsd4_deleg_getattr_conflict() argument 10200 *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
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | glymur.dtsi | 583 pdp_mem: pdp@81400000 { 594 pdp_ns_shared_mem: pdp-ns-shared@81e00000 {
|