/arch/m32r/include/asm/ |
D | mmu.h | 9 } mm_context_t; typedef 15 typedef unsigned long mm_context_t; typedef 17 typedef unsigned long mm_context_t[NR_CPUS]; typedef
|
/arch/nios2/mm/ |
D | mmu_context.c | 38 static mm_context_t next_mmu_context; 53 static void set_context(mm_context_t context) in set_context() 58 static mm_context_t get_new_context(void) in get_new_context() 113 unsigned long get_pid_from_context(mm_context_t *context) in get_pid_from_context()
|
/arch/frv/mm/ |
D | mmu-context.c | 46 static unsigned get_cxn(mm_context_t *ctx) in get_cxn() 49 mm_context_t *p; in get_cxn() 67 p = list_entry(_p, mm_context_t, id_link); in get_cxn() 92 void change_mm_context(mm_context_t *old, mm_context_t *ctx, pgd_t *pgd) in change_mm_context() 134 mm_context_t *ctx = &mm->context; in destroy_context()
|
/arch/m68k/include/asm/ |
D | mmu.h | 7 typedef unsigned long mm_context_t; typedef 11 } mm_context_t; typedef
|
/arch/arm/include/asm/ |
D | mmu.h | 18 } mm_context_t; typedef 37 } mm_context_t; typedef
|
/arch/microblaze/include/asm/ |
D | mmu_context_mm.h | 56 extern void set_context(mm_context_t context, pgd_t *pgd); 69 extern mm_context_t next_mmu_context; 85 mm_context_t ctx; in get_mmu_context()
|
/arch/frv/include/asm/ |
D | mmu_context.h | 26 extern void change_mm_context(mm_context_t *old, mm_context_t *ctx, pgd_t *_pgd);
|
D | mmu.h | 34 } mm_context_t; typedef
|
/arch/parisc/include/asm/ |
D | mmu_context.h | 38 static inline unsigned long __space_to_prot(mm_context_t context) in __space_to_prot() 47 static inline void load_context(mm_context_t context) in load_context()
|
D | mmu.h | 6 typedef unsigned long mm_context_t; typedef
|
/arch/nios2/include/asm/ |
D | mmu.h | 14 typedef unsigned long mm_context_t; typedef
|
/arch/score/include/asm/ |
D | mmu.h | 5 typedef unsigned long mm_context_t; typedef
|
/arch/unicore32/include/asm/ |
D | mmu.h | 15 typedef unsigned long mm_context_t; typedef
|
/arch/openrisc/include/asm/ |
D | mmu.h | 23 typedef unsigned long mm_context_t; typedef
|
/arch/ia64/include/asm/ |
D | mmu.h | 10 typedef volatile unsigned long mm_context_t; typedef
|
/arch/alpha/include/asm/ |
D | mmu.h | 6 typedef unsigned long mm_context_t[NR_CPUS]; typedef
|
/arch/sparc/include/asm/ |
D | mmu_32.h | 6 typedef unsigned long mm_context_t; typedef
|
/arch/mn10300/include/asm/ |
D | mmu.h | 18 } mm_context_t; typedef
|
/arch/xtensa/include/asm/ |
D | mmu.h | 19 } mm_context_t; typedef
|
/arch/tile/include/asm/ |
D | mmu.h | 28 typedef struct mm_context mm_context_t; typedef
|
/arch/hexagon/include/asm/ |
D | mmu.h | 35 typedef struct mm_context mm_context_t; typedef
|
/arch/mips/include/asm/ |
D | mmu.h | 20 } mm_context_t; typedef
|
/arch/blackfin/include/asm/ |
D | mmu.h | 34 } mm_context_t; typedef
|
/arch/um/include/asm/ |
D | mmu.h | 16 } mm_context_t; typedef
|
/arch/mips/math-emu/ |
D | dsemul.c | 77 mm_context_t *mm_ctx = ¤t->mm->context; in alloc_emuframe() 127 mm_context_t *mm_ctx = &mm->context; in free_emuframe() 207 mm_context_t *mm_ctx = &mm->context; in dsemul_mm_cleanup()
|