Searched defs:pgt_info (Results 1 – 2 of 2) sorted by relevance
17 struct pgt_info *pgt_info = NULL; in get_pgt_info() local27 static void _free_hop(struct hl_ctx *ctx, struct pgt_info *pgt_info) in _free_hop()40 struct pgt_info *pgt_info = get_pgt_info(ctx, hop_addr); in free_hop() local49 struct pgt_info *pgt_info; in alloc_hop() local157 struct pgt_info *pgt_info = get_pgt_info(ctx, hop_addr); in put_pte() local509 struct pgt_info *pgt_info; in hl_mmu_v1_ctx_fini() local
187 struct pgt_info { struct188 struct hlist_node node;189 u64 phys_addr;190 u64 shadow_addr;191 struct hl_ctx *ctx;192 int num_of_ptes;
Completed in 38 milliseconds