Home
last modified time | relevance | path

Searched refs:set_context (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/arch/nios2/mm/
H A Dmmu_context.c53 static void set_context(mm_context_t context) in set_context() function
97 set_context(next->context); in switch_mm()
109 set_context(next->context); in activate_mm()
/kernel/linux/linux-6.6/arch/nios2/mm/
H A Dmmu_context.c53 static void set_context(mm_context_t context) in set_context() function
97 set_context(next->context); in switch_mm()
109 set_context(next->context); in activate_mm()
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dmmu_context_mm.h54 extern void set_context(mm_context_t context, pgd_t *pgd);
122 set_context(next->context, next->pgd); in switch_mm()
134 set_context(mm->context, mm->pgd); in activate_mm()
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dmmu_context_mm.h50 extern void set_context(mm_context_t context, pgd_t *pgd);
119 set_context(next->context, next->pgd); in switch_mm()
132 set_context(mm->context, mm->pgd); in activate_mm()
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dcontext.c142 goto set_context; in get_new_mmid()
151 goto set_context; in get_new_mmid()
174 set_context: in get_new_mmid()
/kernel/linux/linux-6.6/arch/mips/mm/
H A Dcontext.c142 goto set_context; in get_new_mmid()
151 goto set_context; in get_new_mmid()
174 set_context: in get_new_mmid()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmmu_context.h70 static inline void set_context(mm_context_t context, pgd_t *pgd) in set_context() function
79 set_context(tsk->mm->context, next->pgd); in switch_mm()
90 set_context(mm->context, mm->pgd); in activate_mm()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmmu_context.h67 static inline void set_context(mm_context_t context, pgd_t *pgd) in set_context() function
76 set_context(tsk->mm->context, next->pgd); in switch_mm()
88 set_context(mm->context, mm->pgd); in activate_mm()
/kernel/linux/linux-6.6/arch/powerpc/mm/nohash/
H A Dmmu_context.c203 static void set_context(unsigned long id, pgd_t *pgd) in set_context() function
308 set_context(id, next->pgd); in switch_mmu_context()
/kernel/linux/linux-5.10/fs/ubifs/
H A Dcrypto.c83 .set_context = ubifs_crypt_set_context,
/kernel/linux/linux-6.6/fs/ubifs/
H A Dcrypto.c94 .set_context = ubifs_crypt_set_context,
/kernel/linux/linux-5.10/fs/crypto/
H A Dpolicy.c433 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL); in set_encryption_policy()
664 * @fs_data: private data given by FS and passed to ->set_context()
692 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data); in fscrypt_set_context()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dmmu_context.h58 extern void set_context(unsigned long id, pgd_t *pgd);
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/
H A D8xx.c224 void set_context(unsigned long id, pgd_t *pgd) in set_context() function
H A Dmmu_context.c360 set_context(id, next->pgd); in switch_mmu_context()
H A Dtlb_low.S379 _GLOBAL(set_context)
/kernel/linux/linux-6.6/fs/ext4/
H A Dcrypto.c245 .set_context = ext4_set_context,
/kernel/linux/linux-6.6/fs/crypto/
H A Dpolicy.c473 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL); in set_encryption_policy()
736 * @fs_data: private data given by FS and passed to ->set_context()
761 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data); in fscrypt_set_context()
/kernel/linux/linux-6.6/arch/microblaze/kernel/
H A Dhw_exception_handler.S805 .globl set_context;
807 set_context: label
/kernel/linux/linux-5.10/include/linux/
H A Dfscrypt.h46 /* Maximum value for the third parameter of fscrypt_operations.set_context(). */
62 int (*set_context)(struct inode *inode, const void *ctx, size_t len, member
/kernel/linux/linux-6.6/fs/ceph/
H A Dcrypto.c137 .set_context = ceph_crypt_set_context,
/kernel/linux/linux-5.10/arch/microblaze/kernel/
H A Dhw_exception_handler.S920 .globl set_context;
922 set_context: label
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dhead_40x.S688 _GLOBAL(set_context)
H A Dhead_44x.S785 _GLOBAL(set_context)
/kernel/linux/linux-6.6/include/linux/
H A Dfscrypt.h57 /* Maximum value for the third parameter of fscrypt_operations.set_context(). */
113 int (*set_context)(struct inode *inode, const void *ctx, size_t len, member

Completed in 17 milliseconds

12