| /linux/arch/powerpc/include/asm/ |
| H A D | mmu_context.h | 45 static inline bool mm_iommu_is_devmem(struct mm_struct *mm, unsigned long hpa, in mm_iommu_is_devmem() 50 static inline void mm_iommu_init(struct mm_struct *mm) { } in mm_iommu_init() 72 static inline int alloc_extended_context(struct mm_struct *mm, in alloc_extended_context() 88 static inline bool need_extra_context(struct mm_struct *mm, unsigned long ea) in need_extra_context() 105 static inline int alloc_extended_context(struct mm_struct *mm, in alloc_extended_context() 113 static inline bool need_extra_context(struct mm_struct *mm, unsigned long ea) in need_extra_context() 120 static inline void inc_mm_active_cpus(struct mm_struct *mm) in inc_mm_active_cpus() 125 static inline void dec_mm_active_cpus(struct mm_struct *mm) in dec_mm_active_cpus() 131 static inline void mm_context_add_copro(struct mm_struct *mm) in mm_context_add_copro() 142 static inline void mm_context_remove_copro(struct mm_struct *mm) in mm_context_remove_copro() [all …]
|
| H A D | pgalloc.h | 8 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) in pgtable_gfp_flags() 15 static inline gfp_t pgtable_gfp_flags(struct mm_struct *mm, gfp_t gfp) in pgtable_gfp_flags() 25 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() 30 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() 38 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 43 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free()
|
| /linux/arch/x86/include/asm/ |
| H A D | pgalloc.h | 15 static inline int __paravirt_pgd_alloc(struct mm_struct *mm) { return 0; } in __paravirt_pgd_alloc() 20 #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm) argument 21 static inline void paravirt_pgd_free(struct mm_struct *mm, pgd_t *pgd) {} in paravirt_pgd_free() 22 static inline void paravirt_alloc_pte(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pte() 23 static inline void paravirt_alloc_pmd(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pmd() 26 static inline void paravirt_alloc_pud(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pud() 27 static inline void paravirt_alloc_p4d(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_p4d() 62 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() 69 static inline void pmd_populate_kernel_safe(struct mm_struct *mm, in pmd_populate_kernel_safe() 76 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() [all …]
|
| /linux/arch/m68k/include/asm/ |
| H A D | motorola_pgalloc.h | 27 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() 32 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 37 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() 42 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() 54 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one() 59 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() 71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 76 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 82 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel() 87 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) in pmd_populate() [all …]
|
| H A D | mmu_context.h | 28 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context() 52 #define init_new_context(tsk, mm) (((mm)->context = NO_CONTEXT), 0) argument 58 static inline void destroy_context(struct mm_struct *mm) in destroy_context() 85 struct mm_struct *mm) in activate_mm() 96 struct mm_struct *mm; in load_ksp_mmu() local 179 struct mm_struct *mm) in init_new_context() 187 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context() 195 static inline void destroy_context(struct mm_struct *mm) in destroy_context() 201 static inline void activate_context(struct mm_struct *mm) in activate_context() 228 struct mm_struct *mm) in init_new_context() [all …]
|
| H A D | mcf_pgalloc.h | 8 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() 15 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() 35 #define pmd_populate(mm, pmd, pte) (pmd_val(*pmd) = (unsigned long)(pte)) argument 48 static inline pgtable_t pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() 64 static inline void pte_free(struct mm_struct *mm, pgtable_t pgtable) in pte_free() 76 #define pmd_free(mm, pmd) BUG() argument 78 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 83 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
|
| /linux/rust/helpers/ |
| H A D | mm.c | 6 __rust_helper void rust_helper_mmgrab(struct mm_struct *mm) in rust_helper_mmgrab() argument 11 __rust_helper void rust_helper_mmdrop(struct mm_struct *mm) in rust_helper_mmdrop() argument 16 __rust_helper void rust_helper_mmget(struct mm_struct *mm) in rust_helper_mmget() argument 21 __rust_helper bool rust_helper_mmget_not_zero(struct mm_struct *mm) in rust_helper_mmget_not_zero() argument 26 rust_helper_mmap_read_lock(struct mm_struct * mm) rust_helper_mmap_read_lock() argument 31 rust_helper_mmap_read_trylock(struct mm_struct * mm) rust_helper_mmap_read_trylock() argument 36 rust_helper_mmap_read_unlock(struct mm_struct * mm) rust_helper_mmap_read_unlock() argument 41 rust_helper_vma_lookup(struct mm_struct * mm,unsigned long addr) rust_helper_vma_lookup() argument [all...] |
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgalloc.h | 25 static inline pgd_t *radix__pgd_alloc(struct mm_struct *mm) in radix__pgd_alloc() 39 static inline void radix__pgd_free(struct mm_struct *mm, pgd_t *pgd) in radix__pgd_free() 48 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 88 static inline void p4d_populate(struct mm_struct *mm, p4d_t *pgd, pud_t *pud) in p4d_populate() 93 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() 126 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() 131 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() 142 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() 147 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() [all …]
|
| /linux/include/linux/sched/ |
| H A D | mm.h | 35 static inline void mmgrab(struct mm_struct *mm) in mmgrab() argument 47 static inline void mmdrop(struct mm_struct *mm) in mmdrop() argument 65 struct mm_struct *mm = container_of(rhp, struct mm_struct, delayed_drop); __mmdrop_delayed() local 74 mmdrop_sched(struct mm_struct * mm) mmdrop_sched() argument 81 mmdrop_sched(struct mm_struct * mm) mmdrop_sched() argument 88 mmgrab_lazy_tlb(struct mm_struct * mm) mmgrab_lazy_tlb() argument 94 mmdrop_lazy_tlb(struct mm_struct * mm) mmdrop_lazy_tlb() argument 107 mmdrop_lazy_tlb_sched(struct mm_struct * mm) mmdrop_lazy_tlb_sched() argument 131 mmget(struct mm_struct * mm) mmget() argument 136 mmget_not_zero(struct mm_struct * mm) mmget_not_zero() argument 166 mm_update_next_owner(struct mm_struct * mm) mm_update_next_owner() argument 212 arch_pick_mmap_layout(struct mm_struct * mm,const struct rlimit * rlim_stack) arch_pick_mmap_layout() argument 535 membarrier_mm_sync_core_before_usermode(struct mm_struct * mm) membarrier_mm_sync_core_before_usermode() argument 564 membarrier_exec_mmap(struct mm_struct * mm) membarrier_exec_mmap() argument 567 membarrier_mm_sync_core_before_usermode(struct mm_struct * mm) membarrier_mm_sync_core_before_usermode() argument [all...] |
| /linux/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_mqd_manager_vi.c | 48 static void update_cu_mask(struct mqd_manager *mm, void *mqd, in update_cu_mask() 78 static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm, in allocate_mqd() 91 static void init_mqd(struct mqd_manager *mm, void **mqd, in init_mqd() 162 static int load_mqd(struct mqd_manager *mm, void *mqd, in load_mqd() 175 static void __update_mqd(struct mqd_manager *mm, void *mqd, in __update_mqd() 251 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() 258 static void update_mqd(struct mqd_manager *mm, void *mqd, in update_mqd() 265 static int get_wave_state(struct mqd_manager *mm, void *mqd, in get_wave_state() 288 static int get_checkpoint_info(struct mqd_manager *mm, void *mqd, u32 *ctl_stack_size) in get_checkpoint_info() 295 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) in checkpoint_mqd() [all …]
|
| H A D | kfd_mqd_manager_v9.c | 42 static uint64_t mqd_stride_v9(struct mqd_manager *mm, in mqd_stride_v9() 70 static void update_cu_mask(struct mqd_manager *mm, void *mqd, in update_cu_mask() 119 static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm, in allocate_mqd() 170 static void init_mqd(struct mqd_manager *mm, void **mqd, in init_mqd() 245 static int load_mqd(struct mqd_manager *mm, void *mqd, in load_mqd() 257 static void update_mqd(struct mqd_manager *mm, void *mqd, in update_mqd() 347 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() 357 static int get_wave_state(struct mqd_manager *mm, void *mqd, in get_wave_state() 398 static int get_checkpoint_info(struct mqd_manager *mm, void *mqd, u32 *ctl_stack_size) in get_checkpoint_info() 411 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) in checkpoint_mqd() [all …]
|
| H A D | kfd_mqd_manager_v11.c | 44 static void update_cu_mask(struct mqd_manager *mm, void *mqd, in update_cu_mask() 101 static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm, in allocate_mqd() 114 static void init_mqd(struct mqd_manager *mm, void **mqd, in init_mqd() 194 static int load_mqd(struct mqd_manager *mm, void *mqd, in load_mqd() 208 static void update_mqd(struct mqd_manager *mm, void *mqd, in update_mqd() 278 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() 285 static int get_wave_state(struct mqd_manager *mm, void *mqd, in get_wave_state() 322 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) in checkpoint_mqd() 331 static void restore_mqd(struct mqd_manager *mm, void **mqd, in restore_mqd() 355 static void checkpoint_mqd_sdma(struct mqd_manager *mm, in checkpoint_mqd_sdma() [all …]
|
| H A D | kfd_mqd_manager_v10.c | 45 static void update_cu_mask(struct mqd_manager *mm, void *mqd, in update_cu_mask() 75 static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm, in allocate_mqd() 88 static void init_mqd(struct mqd_manager *mm, void **mqd, in init_mqd() 155 static int load_mqd(struct mqd_manager *mm, void *mqd, in load_mqd() 169 static void update_mqd(struct mqd_manager *mm, void *mqd, in update_mqd() 241 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() 248 static int get_wave_state(struct mqd_manager *mm, void *mqd, in get_wave_state() 286 static void checkpoint_mqd(struct mqd_manager *mm, void *mqd, void *mqd_dst, void *ctl_stack_dst) in checkpoint_mqd() 295 static void restore_mqd(struct mqd_manager *mm, void **mqd, in restore_mqd() 322 static void init_mqd_hiq(struct mqd_manager *mm, void **mqd, in init_mqd_hiq() [all …]
|
| H A D | kfd_mqd_manager_v12_1.c | 49 static void mqd_symmetrically_map_cu_mask_v12_1(struct mqd_manager *mm, in mqd_symmetrically_map_cu_mask_v12_1() 114 static void update_cu_mask(struct mqd_manager *mm, void *mqd, in update_cu_mask() 140 static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm, in allocate_mqd() 156 static void init_mqd(struct mqd_manager *mm, void **mqd, in init_mqd() 225 static int load_mqd(struct mqd_manager *mm, void *mqd, in load_mqd() 239 static void update_mqd(struct mqd_manager *mm, void *mqd, in update_mqd() 324 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() 329 static int get_wave_state(struct mqd_manager *mm, void *mqd, in get_wave_state() 366 static void init_mqd_hiq(struct mqd_manager *mm, void **mqd, in init_mqd_hiq() 380 static void init_mqd_sdma(struct mqd_manager *mm, void **mqd, in init_mqd_sdma() [all …]
|
| H A D | kfd_mqd_manager_v12.c | 44 static void update_cu_mask(struct mqd_manager *mm, void *mqd, in update_cu_mask() 82 static struct kfd_mem_obj *allocate_mqd(struct mqd_manager *mm, in allocate_mqd() 95 static void init_mqd(struct mqd_manager *mm, void **mqd, in init_mqd() 169 static int load_mqd(struct mqd_manager *mm, void *mqd, in load_mqd() 183 static void update_mqd(struct mqd_manager *mm, void *mqd, in update_mqd() 247 static bool check_preemption_failed(struct mqd_manager *mm, void *mqd) in check_preemption_failed() 254 static int get_wave_state(struct mqd_manager *mm, void *mqd, in get_wave_state() 291 static void init_mqd_hiq(struct mqd_manager *mm, void **mqd, in init_mqd_hiq() 305 static void init_mqd_sdma(struct mqd_manager *mm, void **mqd, in init_mqd_sdma() 324 static void update_mqd_sdma(struct mqd_manager *mm, void *mqd, in update_mqd_sdma()
|
| /linux/arch/arm/include/asm/ |
| H A D | pgalloc.h | 26 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() 37 #define pmd_alloc_one(mm,addr) ({ BUG(); ((pmd_t *)2); }) argument 38 #define pmd_free(mm, pmd) do { } while (0) argument 41 #define pud_populate(mm,pmd,pte) do { } while (0) argument 43 #define pud_populate(mm,pmd,pte) BUG() argument 78 pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() 95 pte_alloc_one(struct mm_struct *mm) in pte_alloc_one() 125 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel() 134 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep) in pmd_populate()
|
| H A D | mmu_context.h | 27 static inline void check_vmalloc_seq(struct mm_struct *mm) in check_vmalloc_seq() 42 init_new_context(struct task_struct *tsk, struct mm_struct *mm) in init_new_context() 52 static inline void a15_erratum_get_cpumask(int this_cpu, struct mm_struct *mm, in a15_erratum_get_cpumask() 62 static inline void check_and_switch_context(struct mm_struct *mm, in check_and_switch_context() 85 struct mm_struct *mm = current->mm; in finish_arch_post_lock_switch() local 142 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | mmu_context.h | 34 #define cpu_context(cpu, mm) ((mm)->context.asid[cpu]) argument 36 #define cpu_asid(cpu, mm) (cpu_context((cpu), (mm)) & cpu_asid_mask(&cpu_data[cpu])) argument 38 static inline int asid_valid(struct mm_struct *mm, unsigned int cpu) in asid_valid() 46 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb() 52 get_new_mmu_context(struct mm_struct *mm, unsigned long cpu, bool *need_flush) in get_new_mmu_context() 67 init_new_context(struct task_struct *tsk, struct mm_struct *mm) in init_new_context() 129 static inline void destroy_context(struct mm_struct *mm) in destroy_context() 134 #define deactivate_mm(task, mm) do { } while (0) argument 141 drop_mmu_context(struct mm_struct *mm, unsigned int cpu) in drop_mmu_context()
|
| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgalloc.h | 18 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() 23 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() 29 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() 34 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() 39 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel() 45 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate() 51 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() 57 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgalloc.h | 18 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() 26 static inline void pmd_populate(struct mm_struct *mm, in pmd_populate() 35 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() 42 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() 51 static inline void p4d_populate_safe(struct mm_struct *mm, p4d_t *p4d, in p4d_populate_safe() 62 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() 71 static inline void pgd_populate_safe(struct mm_struct *mm, pgd_t *pgd, in pgd_populate_safe() 83 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() 111 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
|
| /linux/kernel/ |
| H A D | fork.c | 566 void dup_mm_exe_file(struct mm_struct *mm, struct mm_struct *oldmm) in dup_mm_exe_file() 581 static inline int mm_alloc_pgd(struct mm_struct *mm) in mm_alloc_pgd() 589 static inline void mm_free_pgd(struct mm_struct *mm) in mm_free_pgd() 594 #define mm_alloc_pgd(mm) (0) argument 595 #define mm_free_pgd(mm) argument 601 static inline int mm_alloc_id(struct mm_struct *mm) in mm_alloc_id() 612 static inline void mm_free_id(struct mm_struct *mm) in mm_free_id() 624 static inline int mm_alloc_id(struct mm_struct *mm) { return 0; } in mm_alloc_id() 625 static inline void mm_free_id(struct mm_struct *mm) {} in mm_free_id() 628 static void check_mm(struct mm_struct *mm) in check_mm() [all …]
|
| /linux/arch/parisc/mm/ |
| H A D | hugetlbpage.c | 26 pte_t *huge_pte_alloc(struct mm_struct *mm, struct vm_area_struct *vma, in huge_pte_alloc() 53 pte_t *huge_pte_offset(struct mm_struct *mm, in huge_pte_offset() 83 static inline void purge_tlb_entries_huge(struct mm_struct *mm, unsigned long addr) in purge_tlb_entries_huge() 101 static void __set_huge_pte_at(struct mm_struct *mm, unsigned long addr, in __set_huge_pte_at() 121 void set_huge_pte_at(struct mm_struct *mm, unsigned long addr, in set_huge_pte_at() 128 pte_t huge_ptep_get_and_clear(struct mm_struct *mm, unsigned long addr, in huge_ptep_get_and_clear() 140 void huge_ptep_set_wrprotect(struct mm_struct *mm, in huge_ptep_set_wrprotect() 154 struct mm_struct *mm = vma->vm_mm; in huge_ptep_set_access_flags() local
|
| /linux/tools/testing/vma/include/ |
| H A D | stubs.h | 42 static inline void userfaultfd_unmap_complete(struct mm_struct *mm, in userfaultfd_unmap_complete() argument 58 static inline int ksm_execve(struct mm_struct *mm) in ksm_execve() argument 63 static inline void ksm_exit(struct mm_struct *mm) in ksm_exit() argument 105 static inline vma_flags_t ksm_vma_flags(struct mm_struct *mm, in ksm_vma_flags() argument 130 static inline void mmap_assert_locked(struct mm_struct *mm) in mmap_assert_locked() argument 151 static inline void mmap_write_downgrade(struct mm_struct *mm) in mmap_write_downgrade() argument 155 static inline void mmap_read_unlock(struct mm_struct *mm) in mmap_read_unlock() argument 159 static inline void mmap_write_unlock(struct mm_struct *mm) in mmap_write_unlock() argument 163 static inline int mmap_write_lock_killable(struct mm_struct *mm) in mmap_write_lock_killable() argument 168 static inline bool can_modify_mm(struct mm_struct *mm, in can_modify_mm() argument 175 arch_unmap(struct mm_struct * mm,unsigned long start,unsigned long end) arch_unmap() argument 211 mmap_assert_write_locked(struct mm_struct * mm) mmap_assert_write_locked() argument 238 security_vm_enough_memory_mm(struct mm_struct * mm,long pages) security_vm_enough_memory_mm() argument 243 may_expand_vm(struct mm_struct * mm,const vma_flags_t * vma_flags,unsigned long npages) may_expand_vm() argument 318 get_gate_vma(struct mm_struct * mm) get_gate_vma() argument 337 is_hugepage_only_range(struct mm_struct * mm,unsigned long addr,unsigned long len) is_hugepage_only_range() argument 381 tlb_gather_mmu(struct mmu_gather * tlb,struct mm_struct * mm) tlb_gather_mmu() argument 385 update_hiwater_rss(struct mm_struct * mm) update_hiwater_rss() argument 389 update_hiwater_vm(struct mm_struct * mm) update_hiwater_vm() argument [all...] |
| /linux/arch/sparc/include/asm/ |
| H A D | pgalloc_32.h | 26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) argument 27 #define pgd_alloc(mm) get_pgd_fast() argument 38 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, in pmd_alloc_one() 50 #define pmd_free(mm, pmd) free_pmd_fast(pmd) argument 53 #define pmd_populate(mm, pmd, pte) pmd_set(pmd, pte) argument 60 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm) in pte_alloc_one_kernel() 72 #define pte_free_kernel(mm, pte) free_pte_fast(pte) argument
|
| /linux/arch/arm/mm/ |
| H A D | pgd.c | 20 #define _pgd_alloc(mm) kmalloc_objs(pgd_t, PTRS_PER_PGD, GFP_KERNEL | __GFP_ZERO) argument 21 #define _pgd_free(mm, pgd) kfree(pgd) argument 23 #define _pgd_alloc(mm) __pgd_alloc(mm, 2) argument 24 #define _pgd_free(mm, pgd) __pgd_free(mm, pgd) argument 30 pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 140 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free()
|