cregit-Linux how code gets into the kernel

Release 4.14 include/asm-generic/mmu_context.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __ASM_GENERIC_MMU_CONTEXT_H

#define __ASM_GENERIC_MMU_CONTEXT_H

/*
 * Generic hooks for NOMMU architectures, which do not need to do
 * anything special here.
 */

#include <asm-generic/mm_hooks.h>

struct task_struct;
struct mm_struct;


static inline void enter_lazy_tlb(struct mm_struct *mm, struct task_struct *tsk) { }

Contributors

PersonTokensPropCommitsCommitProp
Arnd Bergmann16100.00%1100.00%
Total16100.00%1100.00%


static inline int init_new_context(struct task_struct *tsk, struct mm_struct *mm) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
Arnd Bergmann20100.00%1100.00%
Total20100.00%1100.00%


static inline void destroy_context(struct mm_struct *mm) { }

Contributors

PersonTokensPropCommitsCommitProp
Arnd Bergmann11100.00%1100.00%
Total11100.00%1100.00%


static inline void deactivate_mm(struct task_struct *task, struct mm_struct *mm) { }

Contributors

PersonTokensPropCommitsCommitProp
Arnd Bergmann16100.00%1100.00%
Total16100.00%1100.00%


static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next, struct task_struct *tsk) { }

Contributors

PersonTokensPropCommitsCommitProp
Arnd Bergmann21100.00%1100.00%
Total21100.00%1100.00%


static inline void activate_mm(struct mm_struct *prev_mm, struct mm_struct *next_mm) { }

Contributors

PersonTokensPropCommitsCommitProp
Arnd Bergmann16100.00%1100.00%
Total16100.00%1100.00%

#endif /* __ASM_GENERIC_MMU_CONTEXT_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Arnd Bergmann11999.17%150.00%
Greg Kroah-Hartman10.83%150.00%
Total120100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.