Home
last modified time | relevance | path

Searched refs:exit_mmap (Results 1 – 3 of 3) sorted by relevance

/arch/x86/kernel/
Dparavirt.c471 .exit_mmap = paravirt_nop,
/arch/x86/include/asm/
Dparavirt.h240 void (*exit_mmap)(struct mm_struct *mm); member
971 PVOP_VCALL1(pv_mmu_ops.exit_mmap, mm); in arch_exit_mmap()
/arch/x86/xen/
Denlighten.c1345 .exit_mmap = xen_exit_mmap,