Home
last modified time | relevance | path

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

/linux/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()
/linux/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()
/linux/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()
/linux/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()
/linux/arch/powerpc/mm/nohash/
H A Dmmu_context.c203 static void set_context(unsigned long id, pgd_t *pgd) in set_context() function
305 set_context(id, next->pgd); in switch_mmu_context()
/linux/fs/ubifs/
H A Dcrypto.c93 .set_context = ubifs_crypt_set_context,
/linux/fs/ext4/
H A Dcrypto.c235 .set_context = ext4_set_context,
/linux/fs/crypto/
H A Dpolicy.c500 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL); in set_encryption_policy()
788 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data); in fscrypt_set_context()
/linux/arch/microblaze/kernel/
H A Dhw_exception_handler.S805 .globl set_context;
807 set_context: label
/linux/fs/ceph/
H A Dcrypto.c138 .set_context = ceph_crypt_set_context,
/linux/include/linux/
H A Dfscrypt.h142 int (*set_context)(struct inode *inode, const void *ctx, size_t len, member
/linux/security/selinux/
H A Dhooks.c917 int set_context = (oldsbsec->flags & CONTEXT_MNT); in selinux_sb_clone_mnt_opts() local
947 if ((kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) in selinux_sb_clone_mnt_opts()
959 !(kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) { in selinux_sb_clone_mnt_opts()
965 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !set_context) { in selinux_sb_clone_mnt_opts()
970 if (set_context) { in selinux_sb_clone_mnt_opts()