Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/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
466 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.c961 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()
998 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()
1017 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()
1033 int hl_mmu_hr_put_pte(struct hl_ctx *ctx, struct pgt_info *pgt_info, in hl_mmu_hr_put_pte()
1097 struct pgt_info *pgt_info; in hl_mmu_hr_alloc_hop() local
/linux-6.1.9/drivers/misc/habanalabs/common/
Dhabanalabs.h294 struct pgt_info { struct
295 struct hlist_node node;
296 u64 phys_addr;
297 u64 virt_addr;
298 u64 shadow_addr;
299 struct hl_ctx *ctx;
300 int num_of_ptes;