Home
last modified time | relevance | path

Searched refs:flush_pte (Results 1 – 2 of 2) sorted by relevance

/drivers/accel/habanalabs/common/mmu/
A Dmmu.c262 if (flush_pte) in hl_mmu_unmap_page()
294 bool flush_pte) in hl_mmu_map_page() argument
350 if (flush_pte) in hl_mmu_map_page()
389 bool flush_pte; in hl_mmu_map_contiguous() local
407 flush_pte = (off + page_size) >= size; in hl_mmu_map_contiguous()
409 flush_pte); in hl_mmu_map_contiguous()
425 flush_pte = (off - (s32) page_size) < 0; in hl_mmu_map_contiguous()
426 if (hl_mmu_unmap_page(ctx, curr_va, page_size, flush_pte)) in hl_mmu_map_contiguous()
449 bool flush_pte; in hl_mmu_unmap_contiguous() local
466 flush_pte = (off + page_size) >= size; in hl_mmu_unmap_contiguous()
[all …]
/drivers/accel/habanalabs/common/
A Dhabanalabs.h3879 u32 page_size, bool flush_pte);
3883 bool flush_pte);

Completed in 30 milliseconds