diff options
Diffstat (limited to 'include/arch')
| -rw-r--r-- | include/arch/vmem.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/arch/vmem.h b/include/arch/vmem.h index d2f031d..118e6ff 100644 --- a/include/arch/vmem.h +++ b/include/arch/vmem.h @@ -98,7 +98,11 @@ stat_t mod_vpage(struct vmem *branch, vm_t vaddr, pm_t paddr, vmflags_t flags); stat_t stat_vpage(struct vmem *branch, vm_t vaddr, pm_t *paddr, enum mm_order *order, vmflags_t *flags); -/** Flush tlb entry where associated with address \p addr. */ +/** + * Flush tlb entry where associated with address \p addr. + * + * @param addr Virtual address region to flush. + */ void flush_tlb(uintptr_t addr); /** Flush full tlb of current address space. */ |
