Home
last modified time | relevance | path

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

/linux/drivers/misc/habanalabs/common/mmu/
A Dmmu.c146 bool flush_pte) in hl_mmu_unmap_page() argument
205 if (flush_pte) in hl_mmu_unmap_page()
234 u32 page_size, bool flush_pte) in hl_mmu_map_page() argument
316 if (flush_pte) in hl_mmu_map_page()
354 bool flush_pte; in hl_mmu_map_contiguous() local
372 flush_pte = (off + page_size) >= size; in hl_mmu_map_contiguous()
374 flush_pte); in hl_mmu_map_contiguous()
388 flush_pte = (off - (s32) page_size) < 0; in hl_mmu_map_contiguous()
389 if (hl_mmu_unmap_page(ctx, curr_va, page_size, flush_pte)) in hl_mmu_map_contiguous()
412 bool flush_pte; in hl_mmu_unmap_contiguous() local
[all …]
/linux/arch/arm/mm/
A Dproc-v7-3level.S87 ALT_UP (mcr p15, 0, r0, c7, c10, 1) @ flush_pte
A Dproc-v7-2level.S104 ALT_UP (mcr p15, 0, r0, c7, c10, 1) @ flush_pte
A Dproc-macros.S187 mcr p15, 0, r0, c7, c10, 1 @ flush_pte
/linux/drivers/misc/habanalabs/common/
A Dhabanalabs.h2912 u32 page_size, bool flush_pte);
2914 bool flush_pte);

Completed in 18 milliseconds