Searched refs:free_hop (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/misc/habanalabs/ |
| D | mmu.c | 28 static void free_hop(struct hl_ctx *ctx, u64 hop_addr) in free_hop() function 162 free_hop(ctx, hop_addr); in put_pte() 325 free_hop(ctx, ctx->dram_default_hops[i]); in dram_default_mapping_init() 327 free_hop(ctx, hop2_addr); in dram_default_mapping_init() 329 free_hop(ctx, hop1_addr); in dram_default_mapping_init() 510 free_hop(ctx, pgt_info->shadow_addr); in hl_mmu_ctx_fini() 861 free_hop(ctx, hop4_addr); in _hl_mmu_map() 863 free_hop(ctx, hop3_addr); in _hl_mmu_map() 865 free_hop(ctx, hop2_addr); in _hl_mmu_map() 867 free_hop(ctx, hop1_addr); in _hl_mmu_map()
|