dram_default_hops 658 drivers/misc/habanalabs/habanalabs.h u64 *dram_default_hops; dram_default_hops 256 drivers/misc/habanalabs/mmu.c ctx->dram_default_hops = kzalloc(HL_PTE_SIZE * total_hops, GFP_KERNEL); dram_default_hops 257 drivers/misc/habanalabs/mmu.c if (!ctx->dram_default_hops) dram_default_hops 269 drivers/misc/habanalabs/mmu.c ctx->dram_default_hops[total_hops - 1] = hop1_addr; dram_default_hops 278 drivers/misc/habanalabs/mmu.c ctx->dram_default_hops[total_hops - 2] = hop2_addr; dram_default_hops 281 drivers/misc/habanalabs/mmu.c ctx->dram_default_hops[i] = alloc_hop(ctx); dram_default_hops 282 drivers/misc/habanalabs/mmu.c if (ctx->dram_default_hops[i] == ULLONG_MAX) { dram_default_hops 300 drivers/misc/habanalabs/mmu.c pte_val = (ctx->dram_default_hops[i] & PTE_PHYS_ADDR_MASK) | dram_default_hops 311 drivers/misc/habanalabs/mmu.c hop3_pte_addr = ctx->dram_default_hops[i]; dram_default_hops 314 drivers/misc/habanalabs/mmu.c get_pte(ctx, ctx->dram_default_hops[i]); dram_default_hops 325 drivers/misc/habanalabs/mmu.c free_hop(ctx, ctx->dram_default_hops[i]); dram_default_hops 331 drivers/misc/habanalabs/mmu.c kfree(ctx->dram_default_hops); dram_default_hops 356 drivers/misc/habanalabs/mmu.c hop1_addr = ctx->dram_default_hops[total_hops - 1]; dram_default_hops 357 drivers/misc/habanalabs/mmu.c hop2_addr = ctx->dram_default_hops[total_hops - 2]; dram_default_hops 360 drivers/misc/habanalabs/mmu.c hop3_pte_addr = ctx->dram_default_hops[i]; dram_default_hops 363 drivers/misc/habanalabs/mmu.c put_pte(ctx, ctx->dram_default_hops[i]); dram_default_hops 380 drivers/misc/habanalabs/mmu.c kfree(ctx->dram_default_hops);