Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dcrypto.c83 .set_context = ubifs_crypt_set_context,
/OK3568_Linux_fs/kernel/fs/crypto/
H A Dpolicy.c433 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL); in set_encryption_policy()
698 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data); in fscrypt_set_context()
/OK3568_Linux_fs/kernel/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)
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dmmu_context.h58 extern void set_context(unsigned long id, pgd_t *pgd);
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dhw_exception_handler.S920 .globl set_context;
922 set_context: label
/OK3568_Linux_fs/kernel/include/linux/
H A Dfscrypt.h62 int (*set_context)(struct inode *inode, const void *ctx, size_t len, member
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dcookerdata.py229 bb.utils.set_context(bb.utils.clean_context())
H A Dutils.py52 def set_context(ctx): function
H A Dcooker.py2131 bb.utils.set_context(self.context.copy())
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhead_40x.S688 _GLOBAL(set_context)
H A Dhead_44x.S785 _GLOBAL(set_context)
H A Dhead_fsl_booke.S1037 _GLOBAL(set_context)
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0025-waylandsink-Support-NV12_10LE40-and-NV12-NV12_10LE40.patch37 GST_ELEMENT_CLASS (parent_class)->set_context (element, context);
/OK3568_Linux_fs/kernel/security/selinux/
H A Dhooks.c877 int set_context = (oldsbsec->flags & CONTEXT_MNT); in selinux_sb_clone_mnt_opts() local
899 if ((kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) in selinux_sb_clone_mnt_opts()
913 !(kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) { in selinux_sb_clone_mnt_opts()
919 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !set_context) { in selinux_sb_clone_mnt_opts()
924 if (set_context) { in selinux_sb_clone_mnt_opts()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c2919 .set_context = f2fs_set_context,
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsuper.c1598 .set_context = ext4_set_context,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog55089 GLX has its own _glapi_get/set_context/dispatch etc, and it