Home
last modified time | relevance | path

Searched defs:mm (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/linux-3.4.99/arch/s390/include/asm/
Dpgalloc.h53 static inline unsigned long pgd_entry_type(struct mm_struct *mm) in pgd_entry_type()
58 #define pud_alloc_one(mm,address) ({ BUG(); ((pud_t *)2); }) argument
59 #define pud_free(mm, x) do { } while (0) argument
61 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) argument
62 #define pmd_free(mm, x) do { } while (0) argument
64 #define pgd_populate(mm, pgd, pud) BUG() argument
65 #define pud_populate(mm, pud, pmd) BUG() argument
69 static inline unsigned long pgd_entry_type(struct mm_struct *mm) in pgd_entry_type()
81 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long address) in pud_alloc_one()
88 #define pud_free(mm, pud) crst_table_free(mm, (unsigned long *) pud) argument
[all …]
Dmmu_context.h18 struct mm_struct *mm) in init_new_context()
49 #define destroy_context(mm) do { } while (0) argument
57 static inline void update_mm(struct mm_struct *mm, struct task_struct *tsk) in update_mm()
86 #define enter_lazy_tlb(mm,tsk) do { } while (0) argument
87 #define deactivate_mm(tsk,mm) do { } while (0) argument
96 struct mm_struct *mm) in arch_dup_mmap()
104 static inline void arch_exit_mmap(struct mm_struct *mm) in arch_exit_mmap()
/linux-3.4.99/arch/m68k/include/asm/
Dmmu_context.h6 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb()
30 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context()
54 #define init_new_context(tsk, mm) (((mm)->context = NO_CONTEXT), 0) argument
59 static inline void destroy_context(struct mm_struct *mm) in destroy_context()
85 struct mm_struct *mm) in activate_mm()
91 #define deactivate_mm(tsk, mm) do { } while (0) argument
99 struct mm_struct *mm; in load_ksp_mmu() local
169 struct mm_struct *mm) in init_new_context()
177 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context()
184 static inline void destroy_context(struct mm_struct *mm) in destroy_context()
[all …]
Dmcf_pgalloc.h7 extern inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
14 extern inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
31 #define pmd_alloc_one_fast(mm, address) ({ BUG(); ((pmd_t *)1); }) argument
32 #define pmd_alloc_one(mm, address) ({ BUG(); ((pmd_t *)2); }) argument
34 #define pte_alloc_one_fast(mm, addr) pte_alloc_one(mm, addr) argument
36 #define pmd_populate(mm, pmd, page) (pmd_val(*pmd) = \ argument
39 #define pmd_populate_kernel(mm, pmd, pte) (pmd_val(*pmd) = (unsigned long)(pte)) argument
51 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()
72 extern inline void pte_free(struct mm_struct *mm, struct page *page) in pte_free()
81 #define pmd_free(mm, pmd) BUG() argument
[all …]
Dmotorola_pgalloc.h10 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
24 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
30 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
47 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free()
65 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
70 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
82 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
87 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
93 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel()
98 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t page) in pmd_populate()
[all …]
Dsun3_pgalloc.h21 #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) argument
24 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
29 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free()
41 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
53 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-3.4.99/arch/parisc/include/asm/
Dpgalloc.h21 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
46 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
58 static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate()
64 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()
93 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) argument
94 #define pmd_free(mm, x) do { } while (0) argument
95 #define pgd_populate(mm, pmd, pte) BUG() argument
100 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel()
116 #define pmd_populate(mm, pmd, pte_page) \ argument
[all …]
/linux-3.4.99/arch/x86/include/asm/
Dpgalloc.h8 static inline int __paravirt_pgd_alloc(struct mm_struct *mm) { return 0; } in __paravirt_pgd_alloc()
13 #define paravirt_pgd_alloc(mm) __paravirt_pgd_alloc(mm) argument
14 static inline void paravirt_pgd_free(struct mm_struct *mm, pgd_t *pgd) {} in paravirt_pgd_free()
15 static inline void paravirt_alloc_pte(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pte()
16 static inline void paravirt_alloc_pmd(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pmd()
19 static inline void paravirt_alloc_pud(struct mm_struct *mm, unsigned long pfn) {} in paravirt_alloc_pud()
42 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
48 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free()
62 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel()
69 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate()
[all …]
/linux-3.4.99/arch/ia64/include/asm/
Dpgalloc.h25 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
30 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
37 pgd_populate(struct mm_struct *mm, pgd_t * pgd_entry, pud_t * pud) in pgd_populate()
42 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one()
47 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
55 pud_populate(struct mm_struct *mm, pud_t * pud_entry, pmd_t * pmd) in pud_populate()
60 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long addr) in pmd_alloc_one()
65 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
73 pmd_populate(struct mm_struct *mm, pmd_t * pmd_entry, pgtable_t pte) in pmd_populate()
80 pmd_populate_kernel(struct mm_struct *mm, pmd_t * pmd_entry, pte_t * pte) in pmd_populate_kernel()
[all …]
/linux-3.4.99/arch/mn10300/include/asm/
Dmmu_context.h37 #define enter_lazy_tlb(mm, tsk) do {} while (0) argument
39 static inline void cpu_ran_vm(int cpu, struct mm_struct *mm) in cpu_ran_vm()
46 static inline bool cpu_maybe_ran_vm(int cpu, struct mm_struct *mm) in cpu_maybe_ran_vm()
57 #define mm_context(mm) (mm->context.tlbpid[smp_processor_id()]) argument
63 static inline unsigned long allocate_mmu_context(struct mm_struct *mm) in allocate_mmu_context()
85 static inline unsigned long get_mmu_context(struct mm_struct *mm) in get_mmu_context()
104 struct mm_struct *mm) in init_new_context()
117 static inline void activate_context(struct mm_struct *mm) in activate_context()
123 #define init_new_context(tsk, mm) (0) argument
124 #define activate_context(mm) local_flush_tlb() argument
[all …]
/linux-3.4.99/arch/m32r/include/asm/
Dmmu_context.h26 #define mm_context(mm) mm->context argument
30 #define mm_context(mm) mm->context[smp_processor_id()] argument
37 #define enter_lazy_tlb(mm, tsk) do { } while (0) argument
39 static inline void get_new_mmu_context(struct mm_struct *mm) in get_new_mmu_context()
58 static inline void get_mmu_context(struct mm_struct *mm) in get_mmu_context()
75 struct mm_struct *mm) in init_new_context()
94 #define destroy_context(mm) do { } while (0) argument
115 static inline void activate_context(struct mm_struct *mm) in activate_context()
143 #define deactivate_mm(tsk, mm) do { } while (0) argument
149 #define get_mmu_context(mm) do { } while (0) argument
[all …]
Dpgalloc.h8 #define pmd_populate_kernel(mm, pmd, pte) \ argument
11 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()
28 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
33 static __inline__ pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
41 static __inline__ pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()
50 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
55 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()
69 #define pmd_alloc_one(mm, addr) ({ BUG(); ((pmd_t *)2); }) argument
70 #define pmd_free(mm, x) do { } while (0) argument
[all …]
/linux-3.4.99/arch/alpha/include/asm/
Dpgalloc.h14 pmd_populate(struct mm_struct *mm, pmd_t *pmd, pgtable_t pte) in pmd_populate()
21 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, pte_t *pte) in pmd_populate_kernel()
27 pgd_populate(struct mm_struct *mm, pgd_t *pgd, pmd_t *pmd) in pgd_populate()
35 pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
41 pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
48 pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free()
54 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
61 pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
67 pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
80 pte_free(struct mm_struct *mm, pgtable_t page) in pte_free()
/linux-3.4.99/arch/arm/include/asm/
Dpgalloc.h30 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()
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 …]
/linux-3.4.99/include/linux/
Dmmu_notifier.h162 static inline int mm_has_notifiers(struct mm_struct *mm) in mm_has_notifiers()
188 static inline void mmu_notifier_release(struct mm_struct *mm) in mmu_notifier_release()
194 static inline int mmu_notifier_clear_flush_young(struct mm_struct *mm, in mmu_notifier_clear_flush_young()
202 static inline int mmu_notifier_test_young(struct mm_struct *mm, in mmu_notifier_test_young()
210 static inline void mmu_notifier_change_pte(struct mm_struct *mm, in mmu_notifier_change_pte()
217 static inline void mmu_notifier_invalidate_page(struct mm_struct *mm, in mmu_notifier_invalidate_page()
224 static inline void mmu_notifier_invalidate_range_start(struct mm_struct *mm, in mmu_notifier_invalidate_range_start()
231 static inline void mmu_notifier_invalidate_range_end(struct mm_struct *mm, in mmu_notifier_invalidate_range_end()
238 static inline void mmu_notifier_mm_init(struct mm_struct *mm) in mmu_notifier_mm_init()
243 static inline void mmu_notifier_mm_destroy(struct mm_struct *mm) in mmu_notifier_mm_destroy()
[all …]
/linux-3.4.99/arch/mips/include/asm/
Dpgalloc.h16 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()
47 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
62 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
67 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
77 static inline struct page *pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()
90 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
95 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()
109 static inline pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in pmd_alloc_one()
[all …]
/linux-3.4.99/arch/powerpc/include/asm/
Dpgalloc-64.h40 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
45 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
54 static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) in pud_alloc_one()
60 static inline void pud_free(struct mm_struct *mm, pud_t *pud) in pud_free()
65 static inline void pud_populate(struct mm_struct *mm, pud_t *pud, pmd_t *pmd) in pud_populate()
70 #define pmd_populate(mm, pmd, pte_page) \ argument
72 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, (unsigned long)(pte)) argument
78 #define pud_populate(mm, pud, pmd) pud_set(pud, (unsigned long)pmd) argument
80 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel()
86 #define pmd_populate(mm, pmd, pte_page) \ argument
[all …]
/linux-3.4.99/mm/
Dmmu_notifier.c37 void __mmu_notifier_release(struct mm_struct *mm) in __mmu_notifier_release()
91 int __mmu_notifier_clear_flush_young(struct mm_struct *mm, in __mmu_notifier_clear_flush_young()
108 int __mmu_notifier_test_young(struct mm_struct *mm, in __mmu_notifier_test_young()
128 void __mmu_notifier_change_pte(struct mm_struct *mm, unsigned long address, in __mmu_notifier_change_pte()
149 void __mmu_notifier_invalidate_page(struct mm_struct *mm, in __mmu_notifier_invalidate_page()
164 void __mmu_notifier_invalidate_range_start(struct mm_struct *mm, in __mmu_notifier_invalidate_range_start()
179 void __mmu_notifier_invalidate_range_end(struct mm_struct *mm, in __mmu_notifier_invalidate_range_end()
195 struct mm_struct *mm, in do_mmu_notifier_register()
264 int mmu_notifier_register(struct mmu_notifier *mn, struct mm_struct *mm) in mmu_notifier_register()
274 int __mmu_notifier_register(struct mmu_notifier *mn, struct mm_struct *mm) in __mmu_notifier_register()
[all …]
/linux-3.4.99/arch/xtensa/include/asm/
Dpgalloc.h24 #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()
45 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
51 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()
61 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
66 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()
/linux-3.4.99/arch/cris/include/asm/
Dpgalloc.h7 #define pmd_populate_kernel(mm, pmd, pte) pmd_set(pmd, pte) argument
8 #define pmd_populate(mm, pmd, pte) pmd_set(pmd, page_address(pte)) argument
15 static inline pgd_t *pgd_alloc (struct mm_struct *mm) in pgd_alloc()
20 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
25 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, unsigned long address) in pte_alloc_one_kernel()
31 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, unsigned long address) in pte_alloc_one()
39 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
44 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()
/linux-3.4.99/arch/hexagon/include/asm/
Dpgalloc.h34 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()
76 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
83 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free()
89 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
94 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate()
114 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel()
/linux-3.4.99/arch/score/include/asm/
Dpgalloc.h6 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmd, in pmd_populate_kernel()
12 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate()
20 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
35 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
40 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()
64 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
69 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()
/linux-3.4.99/arch/sparc/include/asm/
Dmmu_context_32.h10 static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) in enter_lazy_tlb()
18 #define init_new_context(tsk, mm) (((mm)->context = NO_CONTEXT), 0) argument
28 #define destroy_context(mm) BTFIXUP_CALL(destroy_context)(mm) argument
33 #define switch_mm(old_mm, mm, tsk) BTFIXUP_CALL(switch_mm)(old_mm, mm, tsk) argument
35 #define deactivate_mm(tsk,mm) do { } while (0) argument
38 #define activate_mm(active_mm, mm) switch_mm((active_mm), (mm), NULL) argument
/linux-3.4.99/arch/unicore32/include/asm/
Dpgalloc.h28 #define pgd_alloc(mm) get_pgd_slow(mm) argument
29 #define pgd_free(mm, pgd) free_pgd_slow(mm, pgd) argument
37 pte_alloc_one_kernel(struct mm_struct *mm, unsigned long addr) in pte_alloc_one_kernel()
49 pte_alloc_one(struct mm_struct *mm, unsigned long addr) in pte_alloc_one()
68 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
74 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()
91 pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, pte_t *ptep) in pmd_populate_kernel()
103 pmd_populate(struct mm_struct *mm, pmd_t *pmdp, pgtable_t ptep) in pmd_populate()
/linux-3.4.99/arch/avr32/include/asm/
Dpgalloc.h19 static inline void pmd_populate_kernel(struct mm_struct *mm, in pmd_populate_kernel()
25 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmd, in pmd_populate()
44 static inline pgd_t *pgd_alloc(struct mm_struct *mm) in pgd_alloc()
49 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free()
54 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm, in pte_alloc_one_kernel()
60 static inline pgtable_t pte_alloc_one(struct mm_struct *mm, in pte_alloc_one()
76 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel()
81 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free()

12345678910>>...20