/Linux-v4.19/arch/s390/include/asm/ |
D | pgalloc.h | 37 static inline unsigned long pgd_entry_type(struct mm_struct *mm) in pgd_entry_type() 51 static inline p4d_t *p4d_alloc_one(struct mm_struct *mm, unsigned long address) in p4d_alloc_one() 59 #define p4d_free(mm, p4d) crst_table_free(mm, (unsigned long *) p4d) argument 61 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one() 68 #define pud_free(mm, pud) crst_table_free(mm, (unsigned long *) pud) argument 70 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long vmaddr) in pmd_alloc_one() 84 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() 90 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, p4d_t *p4d) in pgd_populate() 95 static inline void p4d_populate(struct mm_struct *mm, p4d_t *p4d, pud_t *pud) in p4d_populate() 100 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() [all …]
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | mmu_context.h | 65 static inline int alloc_extended_context(struct mm_struct *mm, in alloc_extended_context() 81 static inline bool need_extra_context(struct mm_struct *mm, unsigned long ea) in need_extra_context() 97 static inline int alloc_extended_context(struct mm_struct *mm, in alloc_extended_context() 105 static inline bool need_extra_context(struct mm_struct *mm, unsigned long ea) in need_extra_context() 114 static inline void radix_kvm_prefetch_workaround(struct mm_struct *mm) { } in radix_kvm_prefetch_workaround() 122 static inline void inc_mm_active_cpus(struct mm_struct *mm) in inc_mm_active_cpus() 127 static inline void dec_mm_active_cpus(struct mm_struct *mm) in dec_mm_active_cpus() 132 static inline void mm_context_add_copro(struct mm_struct *mm) in mm_context_add_copro() 143 static inline void mm_context_remove_copro(struct mm_struct *mm) in mm_context_remove_copro() 177 static inline void inc_mm_active_cpus(struct mm_struct *mm) { } in inc_mm_active_cpus() [all …]
|
/Linux-v4.19/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 100 struct mm_struct *mm; in load_ksp_mmu() local 170 struct mm_struct *mm) in init_new_context() 178 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context() 185 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 …]
|
/Linux-v4.19/arch/x86/include/asm/ |
D | mmu_context.h | 30 static inline void load_mm_cr4(struct mm_struct *mm) in load_mm_cr4() 39 static inline void load_mm_cr4(struct mm_struct *mm) {} in load_mm_cr4() 80 static inline void init_new_context_ldt(struct mm_struct *mm) in init_new_context_ldt() 89 static inline void init_new_context_ldt(struct mm_struct *mm) { } in init_new_context_ldt() 91 struct mm_struct *mm) in ldt_dup_context() 95 static inline void destroy_context_ldt(struct mm_struct *mm) { } in destroy_context_ldt() 96 static inline void ldt_arch_exit_mmap(struct mm_struct *mm) { } in ldt_arch_exit_mmap() 99 static inline void load_mm_ldt(struct mm_struct *mm) in load_mm_ldt() 182 struct mm_struct *mm) in init_new_context() 200 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 …]
|
/Linux-v4.19/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 …]
|
/Linux-v4.19/include/linux/ |
D | mmu_notifier.h | 209 static inline int mm_has_notifiers(struct mm_struct *mm) in mm_has_notifiers() 244 static inline void mmu_notifier_release(struct mm_struct *mm) in mmu_notifier_release() 250 static inline int mmu_notifier_clear_flush_young(struct mm_struct *mm, in mmu_notifier_clear_flush_young() 259 static inline int mmu_notifier_clear_young(struct mm_struct *mm, in mmu_notifier_clear_young() 268 static inline int mmu_notifier_test_young(struct mm_struct *mm, in mmu_notifier_test_young() 276 static inline void mmu_notifier_change_pte(struct mm_struct *mm, in mmu_notifier_change_pte() 283 static inline void mmu_notifier_invalidate_range_start(struct mm_struct *mm, in mmu_notifier_invalidate_range_start() 290 static inline int mmu_notifier_invalidate_range_start_nonblock(struct mm_struct *mm, in mmu_notifier_invalidate_range_start_nonblock() 298 static inline void mmu_notifier_invalidate_range_end(struct mm_struct *mm, in mmu_notifier_invalidate_range_end() 305 static inline void mmu_notifier_invalidate_range_only_end(struct mm_struct *mm, in mmu_notifier_invalidate_range_only_end() [all …]
|
/Linux-v4.19/arch/s390/mm/ |
D | pgtable.c | 29 static inline void ptep_ipte_local(struct mm_struct *mm, unsigned long addr, in ptep_ipte_local() 49 static inline void ptep_ipte_global(struct mm_struct *mm, unsigned long addr, in ptep_ipte_global() 69 static inline pte_t ptep_flush_direct(struct mm_struct *mm, in ptep_flush_direct() 88 static inline pte_t ptep_flush_lazy(struct mm_struct *mm, in ptep_flush_lazy() 156 struct mm_struct *mm) in pgste_update_all() 177 struct mm_struct *mm) in pgste_set_key() 221 static inline pgste_t pgste_pte_notify(struct mm_struct *mm, in pgste_pte_notify() 237 static inline pgste_t ptep_xchg_start(struct mm_struct *mm, in ptep_xchg_start() 249 static inline pte_t ptep_xchg_commit(struct mm_struct *mm, in ptep_xchg_commit() 270 pte_t ptep_xchg_direct(struct mm_struct *mm, unsigned long addr, in ptep_xchg_direct() [all …]
|
/Linux-v4.19/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 …]
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 54 static inline pgd_t *radix__pgd_alloc(struct mm_struct *mm) in radix__pgd_alloc() 68 static inline void radix__pgd_free(struct mm_struct *mm, pgd_t *pgd) in radix__pgd_free() 77 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 107 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 114 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud) in pgd_populate() 119 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one() 136 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free() 141 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() 157 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() 162 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() [all …]
|
/Linux-v4.19/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 …]
|
/Linux-v4.19/mm/ |
D | mmu_notifier.c | 57 void __mmu_notifier_release(struct mm_struct *mm) in __mmu_notifier_release() 110 int __mmu_notifier_clear_flush_young(struct mm_struct *mm, in __mmu_notifier_clear_flush_young() 127 int __mmu_notifier_clear_young(struct mm_struct *mm, in __mmu_notifier_clear_young() 144 int __mmu_notifier_test_young(struct mm_struct *mm, in __mmu_notifier_test_young() 163 void __mmu_notifier_change_pte(struct mm_struct *mm, unsigned long address, in __mmu_notifier_change_pte() 177 int __mmu_notifier_invalidate_range_start(struct mm_struct *mm, in __mmu_notifier_invalidate_range_start() 203 void __mmu_notifier_invalidate_range_end(struct mm_struct *mm, in __mmu_notifier_invalidate_range_end() 235 void __mmu_notifier_invalidate_range(struct mm_struct *mm, in __mmu_notifier_invalidate_range() 254 bool mm_has_blockable_invalidate_notifiers(struct mm_struct *mm) in mm_has_blockable_invalidate_notifiers() 282 struct mm_struct *mm, in do_mmu_notifier_register() [all …]
|
/Linux-v4.19/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
|
/Linux-v4.19/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()
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgalloc.h | 21 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel() 29 static inline void pmd_populate(struct mm_struct *mm, in pmd_populate() 38 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate() 48 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc() 63 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() 70 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one() 76 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() 85 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() 92 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one() 103 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() [all …]
|
/Linux-v4.19/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 *pmdp) in pmd_free() 50 static inline void pud_populate(struct mm_struct *mm, pud_t *pudp, pmd_t *pmdp) 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 *pudp) in pud_free() 79 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgdp, pud_t *pudp) 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 *ptep) in pte_free_kernel() 123 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() [all …]
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | pgalloc.h | 15 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) argument 16 #define pmd_free(mm, pmd) do { } while (0) argument 17 #define pgd_populate(mm, pmd, pte) BUG() argument 25 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel() 37 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long addr) in pte_alloc_one() 51 static inline void pte_free_kernel(struct mm_struct *mm, pte_t * pte) in pte_free_kernel() 58 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() 70 pmd_populate_kernel(struct mm_struct *mm, pmd_t * pmdp, pte_t * ptep) in pmd_populate_kernel() 86 pmd_populate(struct mm_struct *mm, pmd_t * pmdp, pgtable_t ptep) in pmd_populate()
|
/Linux-v4.19/arch/x86/mm/ |
D | mpx.c | 26 static inline unsigned long mpx_bd_size_bytes(struct mm_struct *mm) in mpx_bd_size_bytes() 34 static inline unsigned long mpx_bt_size_bytes(struct mm_struct *mm) in mpx_bt_size_bytes() 48 struct mm_struct *mm = current->mm; in mpx_mmap() local 227 struct mm_struct *mm = current->mm; in mpx_enable_management() local 262 struct mm_struct *mm = current->mm; in mpx_disable_management() local 273 static int mpx_cmpxchg_bd_entry(struct mm_struct *mm, in mpx_cmpxchg_bd_entry() 307 static int allocate_bt(struct mm_struct *mm, long __user *bd_entry) in allocate_bt() 389 struct mm_struct *mm = current->mm; in do_mpx_bt_fault() local 451 static unsigned long mpx_bd_entry_to_bt_addr(struct mm_struct *mm, in mpx_bd_entry_to_bt_addr() 479 static int get_user_bd_entry(struct mm_struct *mm, unsigned long *bd_entry_ret, in get_user_bd_entry() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_mqd_manager_vi.c | 46 static void update_cu_mask(struct mqd_manager *mm, void *mqd, in update_cu_mask() 71 static int init_mqd(struct mqd_manager *mm, void **mqd, in init_mqd() 147 static int load_mqd(struct mqd_manager *mm, void *mqd, in load_mqd() 160 static int __update_mqd(struct mqd_manager *mm, void *mqd, in __update_mqd() 235 static int update_mqd(struct mqd_manager *mm, void *mqd, in update_mqd() 241 static int update_mqd_tonga(struct mqd_manager *mm, void *mqd, in update_mqd_tonga() 247 static int destroy_mqd(struct mqd_manager *mm, void *mqd, in destroy_mqd() 257 static void uninit_mqd(struct mqd_manager *mm, void *mqd, in uninit_mqd() 263 static bool is_occupied(struct mqd_manager *mm, void *mqd, in is_occupied() 272 static int init_mqd_hiq(struct mqd_manager *mm, void **mqd, in init_mqd_hiq() [all …]
|
D | kfd_mqd_manager_cik.c | 44 static void update_cu_mask(struct mqd_manager *mm, void *mqd, in update_cu_mask() 69 static int init_mqd(struct mqd_manager *mm, void **mqd, in init_mqd() 133 static int init_mqd_sdma(struct mqd_manager *mm, void **mqd, in init_mqd_sdma() 160 static void uninit_mqd(struct mqd_manager *mm, void *mqd, in uninit_mqd() 166 static void uninit_mqd_sdma(struct mqd_manager *mm, void *mqd, in uninit_mqd_sdma() 172 static int load_mqd(struct mqd_manager *mm, void *mqd, uint32_t pipe_id, in load_mqd() 185 static int load_mqd_sdma(struct mqd_manager *mm, void *mqd, in load_mqd_sdma() 194 static int __update_mqd(struct mqd_manager *mm, void *mqd, in __update_mqd() 234 static int update_mqd(struct mqd_manager *mm, void *mqd, in update_mqd() 240 static int update_mqd_hawaii(struct mqd_manager *mm, void *mqd, in update_mqd_hawaii() [all …]
|
/Linux-v4.19/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()
|