Searched refs:vm_mm (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/asm-x86/
H A Dtlbflush_32.h107 if (vma->vm_mm == current->active_mm)
114 if (vma->vm_mm == current->active_mm)
139 flush_tlb_mm(vma->vm_mm);
H A Dpgtable_32.h283 pte_update_defer((vma)->vm_mm, (address), (ptep)); \
296 pte_update((vma)->vm_mm, addr, ptep); \
/external/kernel-headers/original/asm-generic/
H A Dpgtable.h19 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \
40 set_pte_at((__vma)->vm_mm, (__address), __ptep, __entry); \
53 set_pte_at((__vma)->vm_mm, (__address), \
78 set_pte_at((__vma)->vm_mm, (__address), (__ptep), \
124 __pte = ptep_get_and_clear((__vma)->vm_mm, __address, __ptep); \
/external/kernel-headers/original/asm-arm/
H A Dcacheflush.h273 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask))
281 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) {
292 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) {
H A Dtlbflush.h296 uaddr = (uaddr & PAGE_MASK) | ASID(vma->vm_mm);
301 if (cpu_isset(smp_processor_id(), vma->vm_mm->cpu_vm_mask)) {
/external/kernel-headers/original/linux/
H A Dmm.h59 struct mm_struct * vm_mm; /* The address space we belong to. */ member in struct:vm_area_struct
60 unsigned long vm_start; /* Our start address within vm_mm. */
62 within vm_mm. */

Completed in 94 milliseconds