total_hops        240 drivers/misc/habanalabs/mmu.c 	u64 num_of_hop3, total_hops, hop0_addr, hop1_addr, hop2_addr,
total_hops        254 drivers/misc/habanalabs/mmu.c 	total_hops = num_of_hop3 + 2;
total_hops        256 drivers/misc/habanalabs/mmu.c 	ctx->dram_default_hops = kzalloc(HL_PTE_SIZE * total_hops,  GFP_KERNEL);
total_hops        269 drivers/misc/habanalabs/mmu.c 	ctx->dram_default_hops[total_hops - 1] = hop1_addr;
total_hops        278 drivers/misc/habanalabs/mmu.c 	ctx->dram_default_hops[total_hops - 2] = hop2_addr;
total_hops        340 drivers/misc/habanalabs/mmu.c 	u64 num_of_hop3, total_hops, hop0_addr, hop1_addr, hop2_addr,
total_hops        355 drivers/misc/habanalabs/mmu.c 	total_hops = num_of_hop3 + 2;
total_hops        356 drivers/misc/habanalabs/mmu.c 	hop1_addr = ctx->dram_default_hops[total_hops - 1];
total_hops        357 drivers/misc/habanalabs/mmu.c 	hop2_addr = ctx->dram_default_hops[total_hops - 2];