Searched refs:free_hop (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | mmu_v1.c | 39 static void free_hop(struct hl_ctx *ctx, u64 hop_addr) in free_hop() function 164 * Need to save the number of ptes left because free_hop might free in put_pte() 347 free_hop(ctx, ctx->dram_default_hops[i]); in dram_default_mapping_init() 349 free_hop(ctx, hop2_addr); in dram_default_mapping_init() 351 free_hop(ctx, hop1_addr); in dram_default_mapping_init() 812 free_hop(ctx, hop4_addr); in _hl_mmu_v1_map() 814 free_hop(ctx, hop3_addr); in _hl_mmu_v1_map() 816 free_hop(ctx, hop2_addr); in _hl_mmu_v1_map() 818 free_hop(ctx, hop1_addr); in _hl_mmu_v1_map()
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/mmu/ |
H A D | mmu_v1.c | 40 static void free_hop(struct hl_ctx *ctx, u64 hop_addr) in free_hop() function 165 * Need to save the number of ptes left because free_hop might free in put_pte() 304 free_hop(ctx, ctx->dram_default_hops[i]); in dram_default_mapping_init() 306 free_hop(ctx, hop2_addr); in dram_default_mapping_init() 308 free_hop(ctx, hop1_addr); in dram_default_mapping_init() 689 free_hop(ctx, hop_addr[hop_idx]); in hl_mmu_v1_map()
|
Completed in 3 milliseconds