Home
last modified time | relevance | path

Searched defs:pgt_info (Results 1 – 4 of 4) sorted by relevance

/drivers/accel/habanalabs/common/mmu/
Dmmu_v1.c19 struct pgt_info *pgt_info = NULL; in get_pgt_info() local
29 static void _free_hop(struct hl_ctx *ctx, struct pgt_info *pgt_info) in _free_hop()
42 struct pgt_info *pgt_info = get_pgt_info(ctx, hop_addr); in free_hop() local
51 struct pgt_info *pgt_info; in alloc_hop() local
159 struct pgt_info *pgt_info = get_pgt_info(ctx, hop_addr); in put_pte() local
465 struct pgt_info *pgt_info; in hl_mmu_v1_ctx_fini() local
Dmmu_v2_hr.c15 struct pgt_info *pgt_info = NULL; in hl_mmu_v2_hr_get_pgt_info() local
25 static void hl_mmu_v2_hr_add_pgt_info(struct hl_ctx *ctx, struct pgt_info *pgt_info, in hl_mmu_v2_hr_add_pgt_info()
98 struct pgt_info *pgt_info; in hl_mmu_v2_hr_ctx_fini() local
Dmmu.c926 void hl_mmu_hr_free_hop_remove_pgt(struct pgt_info *pgt_info, struct hl_mmu_hr_priv *hr_priv, in hl_mmu_hr_free_hop_remove_pgt()
963 void hl_mmu_hr_write_pte(struct hl_ctx *ctx, struct pgt_info *pgt_info, u64 phys_pte_addr, in hl_mmu_hr_write_pte()
982 void hl_mmu_hr_clear_pte(struct hl_ctx *ctx, struct pgt_info *pgt_info, u64 phys_pte_addr, in hl_mmu_hr_clear_pte()
998 int hl_mmu_hr_put_pte(struct hl_ctx *ctx, struct pgt_info *pgt_info, in hl_mmu_hr_put_pte()
1062 struct pgt_info *pgt_info; in hl_mmu_hr_alloc_hop() local
/drivers/accel/habanalabs/common/
Dhabanalabs.h289 struct pgt_info { struct
290 struct hlist_node node;
291 u64 phys_addr;
292 u64 virt_addr;
293 u64 shadow_addr;
294 struct hl_ctx *ctx;
295 int num_of_ptes;