Searched defs:is_dram_addr (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/ |
H A D | mmu.c | 121 bool is_dram_addr; in hl_mmu_unmap() local 197 bool is_dram_addr; in hl_mmu_map() local
|
H A D | mmu_v1.c | 524 _hl_mmu_v1_unmap(struct hl_ctx *ctx, u64 virt_addr, bool is_dram_addr) _hl_mmu_v1_unmap() argument 658 _hl_mmu_v1_map(struct hl_ctx *ctx, u64 virt_addr, u64 phys_addr, u32 page_size, bool is_dram_addr) _hl_mmu_v1_map() argument
|
H A D | debugfs.c | 381 bool is_dram_addr; in mmu_show() local 624 bool is_dram_addr; in device_va_to_pa() local
|
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/mmu/ |
H A D | mmu_v2_hr.c | 339 bool is_dram_addr, is_pmmu_addr, is_pmmu_h_addr; in hl_mmu_v2_hr_get_tlb_mapping_params() local 115 _hl_mmu_v2_hr_unmap(struct hl_ctx *ctx, u64 virt_addr, bool is_dram_addr) _hl_mmu_v2_hr_unmap() argument 205 _hl_mmu_v2_hr_map(struct hl_ctx *ctx, u64 virt_addr, u64 phys_addr, u32 page_size, bool is_dram_addr) _hl_mmu_v2_hr_map() argument
|
H A D | mmu_v1.c | 723 bool is_dram_addr, is_pmmu_addr, is_pmmu_h_addr, is_huge; in hl_mmu_v1_get_tlb_info() local 483 hl_mmu_v1_unmap(struct hl_ctx *ctx, u64 virt_addr, bool is_dram_addr) hl_mmu_v1_unmap() argument 587 hl_mmu_v1_map(struct hl_ctx *ctx, u64 virt_addr, u64 phys_addr, u32 page_size, bool is_dram_addr) hl_mmu_v1_map() argument [all...] |
H A D | mmu.c | 234 bool is_dram_addr; in hl_mmu_unmap_page() local 22 hl_mmu_get_funcs(struct hl_device *hdev, int pgt_residency, bool is_dram_addr) hl_mmu_get_funcs() argument 174 hl_mmu_get_real_page_size(struct hl_device *hdev, struct hl_mmu_properties *mmu_prop, u32 page_size, u32 *real_page_size, bool is_dram_addr) hl_mmu_get_real_page_size() argument 192 hl_mmu_get_prop(struct hl_device *hdev, u32 page_size, bool is_dram_addr) hl_mmu_get_prop() argument 301 bool is_dram_addr; hl_mmu_map_page() local 555 bool is_dram_addr; hl_mmu_get_tlb_info() local [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/ |
H A D | gaudi2.c | 11098 gaudi2_mmu_get_real_page_size(struct hl_device *hdev, struct hl_mmu_properties *mmu_prop, u32 page_size, u32 *real_page_size, bool is_dram_addr) gaudi2_mmu_get_real_page_size() argument
|
Completed in 21 milliseconds