Home
last modified time | relevance | path

Searched refs:set_context (Results 1 – 18 of 18) sorted by relevance

/Linux-v5.10/arch/nios2/mm/
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()
/Linux-v5.10/arch/microblaze/include/asm/
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()
/Linux-v5.10/arch/mips/mm/
Dcontext.c142 goto set_context; in get_new_mmid()
151 goto set_context; in get_new_mmid()
174 set_context: in get_new_mmid()
/Linux-v5.10/arch/m68k/include/asm/
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()
/Linux-v5.10/fs/ubifs/
Dcrypto.c83 .set_context = ubifs_crypt_set_context,
/Linux-v5.10/arch/powerpc/mm/nohash/
D8xx.c224 void set_context(unsigned long id, pgd_t *pgd) in set_context() function
Dmmu_context.c360 set_context(id, next->pgd); in switch_mmu_context()
Dtlb_low.S379 _GLOBAL(set_context)
/Linux-v5.10/arch/powerpc/include/asm/
Dmmu_context.h58 extern void set_context(unsigned long id, pgd_t *pgd);
/Linux-v5.10/fs/crypto/
Dpolicy.c430 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL); in set_encryption_policy()
693 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data); in fscrypt_set_context()
/Linux-v5.10/arch/microblaze/kernel/
Dhw_exception_handler.S920 .globl set_context;
922 set_context: label
/Linux-v5.10/include/linux/
Dfscrypt.h62 int (*set_context)(struct inode *inode, const void *ctx, size_t len, member
/Linux-v5.10/arch/powerpc/kernel/
Dhead_40x.S681 _GLOBAL(set_context)
Dhead_44x.S785 _GLOBAL(set_context)
Dhead_fsl_booke.S1037 _GLOBAL(set_context)
/Linux-v5.10/security/selinux/
Dhooks.c876 int set_context = (oldsbsec->flags & CONTEXT_MNT); in selinux_sb_clone_mnt_opts() local
898 if ((kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) in selinux_sb_clone_mnt_opts()
912 !(kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) { in selinux_sb_clone_mnt_opts()
918 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !set_context) { in selinux_sb_clone_mnt_opts()
923 if (set_context) { in selinux_sb_clone_mnt_opts()
/Linux-v5.10/fs/f2fs/
Dsuper.c2554 .set_context = f2fs_set_context,
/Linux-v5.10/fs/ext4/
Dsuper.c1594 .set_context = ext4_set_context,