| /linux/arch/um/include/asm/ |
| H A D | mmu_context.h | 24 #define destroy_context destroy_context macro 25 extern void destroy_context(struct mm_struct *mm);
|
| /linux/arch/openrisc/include/asm/ |
| H A D | mmu_context.h | 22 #define destroy_context destroy_context macro 23 extern void destroy_context(struct mm_struct *mm);
|
| /linux/arch/m68k/include/asm/ |
| H A D | mmu_context.h | 57 #define destroy_context destroy_context macro 58 static inline void destroy_context(struct mm_struct *mm) in destroy_context() function 194 #define destroy_context destroy_context macro 195 static inline void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/arch/arc/include/asm/ |
| H A D | mmu_context.h | 118 #define destroy_context destroy_context macro 119 static inline void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/arch/parisc/include/asm/ |
| H A D | mmu_context.h | 27 #define destroy_context destroy_context macro 29 destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/arch/microblaze/include/asm/ |
| H A D | mmu_context_mm.h | 104 #define destroy_context destroy_context macro 105 static inline void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/arch/xtensa/include/asm/ |
| H A D | mmu_context.h | 144 #define destroy_context destroy_context macro 145 static inline void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/include/asm-generic/ |
| H A D | mmu_context.h | 45 #ifndef destroy_context 46 static inline void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/arch/mips/include/asm/ |
| H A D | mmu_context.h | 180 #define destroy_context destroy_context macro 181 static inline void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/arch/powerpc/include/asm/ |
| H A D | mmu_context.h | 19 #define destroy_context destroy_context macro 20 extern void destroy_context(struct mm_struct *mm);
|
| /linux/arch/microblaze/mm/ |
| H A D | mmu_context.c | 64 destroy_context(mm); in steal_context()
|
| /linux/arch/powerpc/mm/book3s32/ |
| H A D | mmu_context.c | 94 void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/arch/openrisc/mm/ |
| H A D | tlb.c | 180 void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/arch/loongarch/include/asm/ |
| H A D | mmu_context.h | 129 static inline void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/arch/powerpc/mm/book3s64/ |
| H A D | mmu_context.c | 271 void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | mmu_context.c | 318 void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/include/uapi/drm/ |
| H A D | pvr_drm.h | 105 #define DRM_IOCTL_PVR_DESTROY_CONTEXT PVR_IOCTL(0x08, DRM_IOW, destroy_context)
|
| /linux/arch/arc/mm/ |
| H A D | tlb.c | 195 destroy_context(mm); in local_flush_tlb_mm()
|
| /linux/arch/sparc/mm/ |
| H A D | tsb.c | 602 void destroy_context(struct mm_struct *mm) in destroy_context() function
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_drv.c | 1283 DRM_PVR_IOCTL(DESTROY_CONTEXT, destroy_context, DRM_RENDER_ALLOW),
|
| /linux/kernel/ |
| H A D | fork.c | 729 destroy_context(mm); in __mmdrop() 1139 destroy_context(mm); in mm_init()
|