Searched refs:hr_priv (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/accel/habanalabs/common/mmu/ |
| H A D | mmu.c | 791 if (hr_priv->mmu_asid_hop0) { in hl_mmu_hr_pool_destroy() 793 hop0_pgt = &hr_priv->mmu_asid_hop0[asid]; in hl_mmu_hr_pool_destroy() 841 if (ZERO_OR_NULL_PTR(hr_priv->mmu_pgt_pool)) { in hl_mmu_hr_init() 847 if (ZERO_OR_NULL_PTR(hr_priv->mmu_asid_hop0)) { in hl_mmu_hr_init() 873 hop0_pgt = &hr_priv->mmu_asid_hop0[i]; in hl_mmu_hr_init() 892 if (!ZERO_OR_NULL_PTR(hr_priv->mmu_asid_hop0)) in hl_mmu_hr_init() 893 kvfree(hr_priv->mmu_asid_hop0); in hl_mmu_hr_init() 917 kvfree(hr_priv->mmu_asid_hop0); in hl_mmu_hr_fini() 923 hr_priv->mmu_asid_hop0 = NULL; in hl_mmu_hr_fini() 1006 struct hl_mmu_hr_priv *hr_priv, in hl_mmu_hr_put_pte() argument [all …]
|
| /linux-6.15/net/handshake/ |
| H A D | request.c | 122 req = kzalloc(struct_size(req, hr_priv, proto->hp_privsize), flags); in handshake_req_alloc() 139 return (void *)&req->hr_priv; in handshake_req_private()
|
| H A D | handshake.h | 39 char hr_priv[]; member
|
| /linux-6.15/drivers/accel/habanalabs/common/ |
| H A D | habanalabs.h | 3895 int hl_mmu_hr_init(struct hl_device *hdev, struct hl_mmu_hr_priv *hr_priv, u32 hop_table_size, 3897 void hl_mmu_hr_fini(struct hl_device *hdev, struct hl_mmu_hr_priv *hr_priv, u32 hop_table_size); 3898 void hl_mmu_hr_free_hop_remove_pgt(struct pgt_info *pgt_info, struct hl_mmu_hr_priv *hr_priv, 3906 int hl_mmu_hr_put_pte(struct hl_ctx *ctx, struct pgt_info *pgt_info, struct hl_mmu_hr_priv *hr_priv, 3912 struct pgt_info *hl_mmu_hr_alloc_hop(struct hl_ctx *ctx, struct hl_mmu_hr_priv *hr_priv, 3916 struct hl_mmu_hr_priv *hr_priv,
|