Home
last modified time | relevance | path

Searched refs:hop_addr (Results 1 – 3 of 3) sorted by relevance

/drivers/misc/habanalabs/common/mmu/
Dmmu_v1.c15 static struct pgt_info *get_pgt_info(struct hl_ctx *ctx, u64 hop_addr) in get_pgt_info() argument
20 (unsigned long) hop_addr) in get_pgt_info()
21 if (hop_addr == pgt_info->shadow_addr) in get_pgt_info()
38 static void free_hop(struct hl_ctx *ctx, u64 hop_addr) in free_hop() argument
40 struct pgt_info *pgt_info = get_pgt_info(ctx, hop_addr); in free_hop()
141 static inline void get_pte(struct hl_ctx *ctx, u64 hop_addr) in get_pte() argument
143 get_pgt_info(ctx, hop_addr)->num_of_ptes++; in get_pte()
155 static inline int put_pte(struct hl_ctx *ctx, u64 hop_addr) in put_pte() argument
157 struct pgt_info *pgt_info = get_pgt_info(ctx, hop_addr); in put_pte()
173 static inline u64 get_hopN_pte_addr(struct hl_ctx *ctx, u64 hop_addr, in get_hopN_pte_addr() argument
[all …]
/drivers/misc/habanalabs/common/
Ddebugfs.c439 i, hops_info.hop_info[i].hop_addr); in mmu_show()
Dhabanalabs.h2211 u64 hop_addr; member