Searched refs:total_hops (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
D | mmu_v1.c | 262 u64 num_of_hop3, total_hops, hop0_addr, hop1_addr, hop2_addr, in dram_default_mapping_init() local 276 total_hops = num_of_hop3 + 2; in dram_default_mapping_init() 278 ctx->dram_default_hops = kzalloc(HL_PTE_SIZE * total_hops, GFP_KERNEL); in dram_default_mapping_init() 291 ctx->dram_default_hops[total_hops - 1] = hop1_addr; in dram_default_mapping_init() 300 ctx->dram_default_hops[total_hops - 2] = hop2_addr; in dram_default_mapping_init() 362 u64 num_of_hop3, total_hops, hop0_addr, hop1_addr, hop2_addr, in dram_default_mapping_fini() local 377 total_hops = num_of_hop3 + 2; in dram_default_mapping_fini() 378 hop1_addr = ctx->dram_default_hops[total_hops - 1]; in dram_default_mapping_fini() 379 hop2_addr = ctx->dram_default_hops[total_hops - 2]; in dram_default_mapping_fini()
|