Searched refs:set_context (Results 1 – 13 of 13) sorted by relevance
| /Linux-v6.6/arch/nios2/mm/ |
| D | mmu_context.c | 53 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-v6.6/arch/microblaze/include/asm/ |
| D | mmu_context_mm.h | 50 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-v6.6/arch/mips/mm/ |
| D | context.c | 142 goto set_context; in get_new_mmid() 151 goto set_context; in get_new_mmid() 174 set_context: in get_new_mmid()
|
| /Linux-v6.6/arch/m68k/include/asm/ |
| D | mmu_context.h | 67 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-v6.6/arch/powerpc/mm/nohash/ |
| D | mmu_context.c | 203 static void set_context(unsigned long id, pgd_t *pgd) in set_context() function 308 set_context(id, next->pgd); in switch_mmu_context()
|
| /Linux-v6.6/fs/ubifs/ |
| D | crypto.c | 94 .set_context = ubifs_crypt_set_context,
|
| /Linux-v6.6/fs/ext4/ |
| D | crypto.c | 245 .set_context = ext4_set_context,
|
| /Linux-v6.6/fs/crypto/ |
| D | policy.c | 473 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, NULL); in set_encryption_policy() 761 return inode->i_sb->s_cop->set_context(inode, &ctx, ctxsize, fs_data); in fscrypt_set_context()
|
| /Linux-v6.6/arch/microblaze/kernel/ |
| D | hw_exception_handler.S | 805 .globl set_context; 807 set_context: label
|
| /Linux-v6.6/fs/ceph/ |
| D | crypto.c | 137 .set_context = ceph_crypt_set_context,
|
| /Linux-v6.6/include/linux/ |
| D | fscrypt.h | 113 int (*set_context)(struct inode *inode, const void *ctx, size_t len, member
|
| /Linux-v6.6/security/selinux/ |
| D | hooks.c | 910 int set_context = (oldsbsec->flags & CONTEXT_MNT); in selinux_sb_clone_mnt_opts() local 940 if ((kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) in selinux_sb_clone_mnt_opts() 952 !(kern_flags & SECURITY_LSM_NATIVE_LABELS) && !set_context) { in selinux_sb_clone_mnt_opts() 958 if (kern_flags & SECURITY_LSM_NATIVE_LABELS && !set_context) { in selinux_sb_clone_mnt_opts() 963 if (set_context) { in selinux_sb_clone_mnt_opts()
|
| /Linux-v6.6/fs/f2fs/ |
| D | super.c | 3236 .set_context = f2fs_set_context,
|