| /arch/parisc/include/asm/ |
| D | pgalloc.h | 22 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 47 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 59 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() 65 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() 73 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() 97 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) argument 98 #define pmd_free(mm, x) do { } while (0) argument 99 #define pgd_populate(mm, pmd, pte) BUG() argument 104 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() 120 #define pmd_populate(mm, pmd, pte_page) \ argument [all …]
|
| /arch/s390/include/asm/ |
| D | pgalloc.h | 51 static inline unsigned long pgd_entry_type(struct mm_struct *mm) in pgd_entry_type() 65 static inline p4d_t *p4d_alloc_one(struct mm_struct *mm, unsigned long address) in p4d_alloc_one() 74 static inline void p4d_free(struct mm_struct *mm, p4d_t *p4d) in p4d_free() 80 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() 88 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() 94 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) in pmd_alloc_one() 108 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() 116 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() 121 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() 126 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() [all …]
|
| /arch/m68k/include/asm/ |
| D | mmu_context.h | 8 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() 32 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context() 56 #define init_new_context(tsk, mm) (((mm)->context = NO_CONTEXT), 0) argument 61 static inline void destroy_context(struct mm_struct *mm) in destroy_context() 87 struct mm_struct *mm) in activate_mm() 93 #define deactivate_mm(tsk, mm) do { } while (0) argument 101 struct mm_struct *mm; in load_ksp_mmu() local 171 struct mm_struct *mm) in init_new_context() 179 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context() 186 static inline void destroy_context(struct mm_struct *mm) in destroy_context() [all …]
|
| D | mcf_pgalloc.h | 8 extern inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 15 extern inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() 32 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); }) argument 33 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) argument 35 #define pte_alloc_one_fast(mm, addr) pte_alloc_one(mm, addr) argument 37 #define pmd_populate(mm, pmd, page) (pmd_val(*pmd) = \ argument 40 #define pmd_populate_kernel(mm, pmd, pte) (pmd_val(*pmd) = (unsigned long)(pte)) argument 53 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() 78 static inline void pte_free(struct mm_struct *mm, struct page *page) in pte_free() 88 #define pmd_free(mm, pmd) BUG() argument [all …]
|
| D | motorola_pgalloc.h | 11 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel() 25 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 31 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one() 52 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() 70 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() 75 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() 87 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 92 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 98 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() 103 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) in pmd_populate() [all …]
|
| D | sun3_pgalloc.h | 18 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) argument 21 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 26 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() 38 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() 50 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() 67 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() 72 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) in pmd_populate() 82 #define pmd_free(mm, x) do { } while (0) argument 85 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 90 static inline pgd_t * pgd_alloc(struct mm_struct *mm) in pgd_alloc() [all …]
|
| /arch/x86/include/asm/ |
| D | mmu_context.h | 29 static inline void load_mm_cr4(struct mm_struct *mm) in load_mm_cr4() 38 static inline void load_mm_cr4(struct mm_struct *mm) {} in load_mm_cr4() 84 static inline void init_new_context_ldt(struct mm_struct *mm) in init_new_context_ldt() 93 static inline void init_new_context_ldt(struct mm_struct *mm) { } in init_new_context_ldt() 95 struct mm_struct *mm) in ldt_dup_context() 99 static inline void destroy_context_ldt(struct mm_struct *mm) { } in destroy_context_ldt() 100 static inline void ldt_arch_exit_mmap(struct mm_struct *mm) { } in ldt_arch_exit_mmap() 103 static inline void load_mm_ldt(struct mm_struct *mm) in load_mm_ldt() 190 struct mm_struct *mm) in init_new_context() 208 static inline void destroy_context(struct mm_struct *mm) in destroy_context() [all …]
|
| D | pgalloc.h | 9 static inline int __paravirt_pgd_alloc(struct mm_struct *mm) { return 0; } in __paravirt_pgd_alloc() 14 #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm) argument 15 static inline void paravirt_pgd_free(struct mm_struct *mm, pgd_t *pgd) {} in paravirt_pgd_free() 16 static inline void paravirt_alloc_pte(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pte() 17 static inline void paravirt_alloc_pmd(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pmd() 20 static inline void paravirt_alloc_pud(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pud() 21 static inline void paravirt_alloc_p4d(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_p4d() 56 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 62 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() 76 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() [all …]
|
| D | pkeys.h | 17 static inline int execute_only_pkey(struct mm_struct *mm) in execute_only_pkey() 41 #define mm_pkey_allocation_map(mm) (mm->context.pkey_allocation_map) argument 42 #define mm_set_pkey_allocated(mm, pkey) do { \ argument 45 #define mm_set_pkey_free(mm, pkey) do { \ argument 50 bool mm_pkey_is_allocated(struct mm_struct *mm, int pkey) in mm_pkey_is_allocated() 76 int mm_pkey_alloc(struct mm_struct *mm) in mm_pkey_alloc() 103 int mm_pkey_free(struct mm_struct *mm, int pkey) in mm_pkey_free()
|
| /arch/powerpc/include/asm/book3s/64/ |
| D | pgalloc.h | 51 static inline pgd_t *radix__pgd_alloc(struct mm_struct *mm) in radix__pgd_alloc() 65 static inline void radix__pgd_free(struct mm_struct *mm, pgd_t *pgd) in radix__pgd_free() 74 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 88 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 95 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() 100 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() 106 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() 111 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() 127 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() 133 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() [all …]
|
| /arch/powerpc/include/asm/nohash/64/ |
| D | pgalloc.h | 44 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 50 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 59 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() 65 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() 70 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() 75 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() 81 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() 89 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() 95 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() 112 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() [all …]
|
| /arch/mn10300/include/asm/ |
| D | mmu_context.h | 39 #define enter_lazy_tlb(mm, tsk) do {} while (0) argument 41 static inline void cpu_ran_vm(int cpu, struct mm_struct *mm) in cpu_ran_vm() 48 static inline bool cpu_maybe_ran_vm(int cpu, struct mm_struct *mm) in cpu_maybe_ran_vm() 59 #define mm_context(mm) (mm->context.tlbpid[smp_processor_id()]) argument 65 static inline unsigned long allocate_mmu_context(struct mm_struct *mm) in allocate_mmu_context() 87 static inline unsigned long get_mmu_context(struct mm_struct *mm) in get_mmu_context() 106 struct mm_struct *mm) in init_new_context() 119 static inline void activate_context(struct mm_struct *mm) in activate_context() 125 #define init_new_context(tsk, mm) (0) argument 126 #define activate_context(mm) local_flush_tlb() argument [all …]
|
| /arch/alpha/include/asm/ |
| D | pgalloc.h | 15 pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t pte) in pmd_populate() 22 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() 28 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate() 36 pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 42 pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() 49 pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() 55 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel() 62 pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 68 pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one() 84 pte_free(struct mm_struct *mm, pgtable_t page) in pte_free()
|
| /arch/ia64/include/asm/ |
| D | pgalloc.h | 26 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 38 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate() 43 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() 48 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() 56 pud_populate(struct mm_struct *mm, pud_t * pud_entry, pmd_t * pmd) in pud_populate() 61 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() 66 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() 74 pmd_populate(struct mm_struct *mm, pmd_t * pmd_entry, pgtable_t pte) in pmd_populate() 81 pmd_populate_kernel(struct mm_struct *mm, pmd_t * pmd_entry, pte_t * pte) in pmd_populate_kernel() [all …]
|
| /arch/m32r/include/asm/ |
| D | mmu_context.h | 29 #define mm_context(mm) mm->context argument 33 #define mm_context(mm) mm->context[smp_processor_id()] argument 40 #define enter_lazy_tlb(mm, tsk) do { } while (0) argument 42 static inline void get_new_mmu_context(struct mm_struct *mm) in get_new_mmu_context() 61 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context() 78 struct mm_struct *mm) in init_new_context() 97 #define destroy_context(mm) do { } while (0) argument 118 static inline void activate_context(struct mm_struct *mm) in activate_context() 146 #define deactivate_mm(tsk, mm) do { } while (0) argument 152 #define get_mmu_context(mm) do { } while (0) argument [all …]
|
| D | pgalloc.h | 9 #define pmd_populate_kernel(mm, pmd, pte) \ argument 12 static __inline__ void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() 22 static __inline__ pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 29 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 34 static __inline__ pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() 42 static __inline__ pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() 56 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 61 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() 75 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) argument 76 #define pmd_free(mm, x) do { } while (0) argument [all …]
|
| /arch/mips/include/asm/ |
| D | pgalloc.h | 16 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() 22 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() 36 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() 48 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 53 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() 59 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() 75 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 80 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() 94 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() 104 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() [all …]
|
| /arch/arm/include/asm/ |
| D | pgalloc.h | 30 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() 35 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() 41 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() 51 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) argument 52 #define pmd_free(mm, pmd) do { } while (0) argument 53 #define pud_populate(mm,pmd,pte) BUG() argument 84 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long addr) in pte_alloc_one_kernel() 96 pte_alloc_one(struct mm_struct *mm, unsigned long addr) in pte_alloc_one() 119 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 125 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() [all …]
|
| D | mmu_context.h | 33 init_new_context(struct task_struct *tsk, struct mm_struct *mm) in init_new_context() 43 static inline void a15_erratum_get_cpumask(int this_cpu, struct mm_struct *mm, in a15_erratum_get_cpumask() 53 static inline void check_and_switch_context(struct mm_struct *mm, in check_and_switch_context() 77 struct mm_struct *mm = current->mm; in finish_arch_post_lock_switch() local 99 init_new_context(struct task_struct *tsk, struct mm_struct *mm) in init_new_context() 107 #define destroy_context(mm) do { } while(0) argument 120 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() 155 #define deactivate_mm(tsk,mm) do { } while (0) argument
|
| /arch/xtensa/include/asm/ |
| D | pgalloc.h | 24 #define pmd_populate_kernel(mm, pmdp, ptep) \ argument 26 #define pmd_populate(mm, pmdp, page) \ argument 31 pgd_alloc(struct mm_struct *mm) in pgd_alloc() 36 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 41 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() 55 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() 72 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 77 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()
|
| /arch/cris/include/asm/ |
| D | pgalloc.h | 8 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, pte) argument 9 #define pmd_populate(mm, pmd, pte) pmd_set(pmd, page_address(pte)) argument 16 static inline pgd_t *pgd_alloc (struct mm_struct *mm) in pgd_alloc() 21 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 26 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel() 32 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one() 45 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 50 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()
|
| /arch/hexagon/include/asm/ |
| D | pgalloc.h | 34 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 57 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 62 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() 78 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() 85 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() 91 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 96 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() 116 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel()
|
| /arch/arm64/include/asm/ |
| D | pgalloc.h | 34 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() 39 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() 50 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() 63 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() 68 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() 79 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() 94 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long addr) in pte_alloc_one_kernel() 100 pte_alloc_one(struct mm_struct *mm, unsigned long addr) in pte_alloc_one() 117 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 123 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() [all …]
|
| /arch/score/include/asm/ |
| D | pgalloc.h | 7 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() 13 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() 21 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 36 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 41 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() 51 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() 67 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 72 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()
|
| /arch/unicore32/include/asm/ |
| D | mmu_context.h | 24 #define init_new_context(tsk, mm) 0 argument 26 #define destroy_context(mm) do { } while (0) argument 38 enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() 58 #define deactivate_mm(tsk, mm) do { } while (0) argument 68 #define arch_exit_mmap(mm) \ argument 85 struct mm_struct *mm) in arch_dup_mmap() 90 static inline void arch_unmap(struct mm_struct *mm, in arch_unmap() 96 static inline void arch_bprm_mm_init(struct mm_struct *mm, in arch_bprm_mm_init()
|