Searched refs:current (Results 451 - 475 of 2004) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/x86/include/asm/
H A Dpage_64_types.h70 #define IA32_PAGE_OFFSET ((current->personality & ADDR_LIMIT_3GB) ? \
H A Dhardirq.h6 #include <asm/current.h>
/linux-master/arch/arm64/include/asm/
H A Dcompat.h86 #define compat_user_stack_pointer() (user_stack_pointer(task_pt_regs(current)))
/linux-master/fs/smb/client/
H A Ddns_resolve.c68 rc = dns_query(current->nsproxy->net_ns, NULL, hostname, len,
/linux-master/arch/arm/include/asm/
H A Dsyscall.h42 return __in_oabi_syscall(current);
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dkup.h218 if (current->thread.regs)
219 return current->thread.regs->amr;
225 if (current->thread.regs)
226 return current->thread.regs->iamr;
/linux-master/include/linux/
H A Dmisc_cgroup.h77 * get_current_misc_cg() - Find and get the misc cgroup of the current task.
82 * Return: Misc cgroup to which the current task belongs to.
86 return css_misc(task_get_css(current, misc_cgrp_id));
H A Deventfd.h45 return !current->in_eventfd;
/linux-master/fs/proc/
H A Dself.c16 pid_t tgid = task_tgid_nr_ns(current, ns);
/linux-master/samples/kprobes/
H A Dkretprobe_example.c43 if (!current->mm)
/linux-master/arch/hexagon/kernel/
H A Dvdso.c54 struct mm_struct *mm = current->mm;
/linux-master/include/linux/sched/
H A Dtask_stack.h16 * When accessing the stack of a non-current task that might exit, use
90 void *stack = task_stack_page(current);
/linux-master/arch/microblaze/kernel/
H A Dtraps.c76 task = current;
/linux-master/arch/csky/abiv2/inc/abi/
H A Dcacheflush.h53 flush_icache_mm_range(current->mm, \
/linux-master/arch/s390/include/asm/
H A Dfpu.h165 struct thread_struct *thread = &current->thread;
181 struct thread_struct *thread = &current->thread;
194 struct thread_struct *thread = &current->thread;
213 WRITE_ONCE(current->thread.kfpu_flags, mask);
/linux-master/security/
H A Dlsm_syscalls.c9 #include <asm/current.h>
29 if (!strcmp(name, "current"))
45 * sys_lsm_set_self_attr - Set current task's security module attribute
62 * sys_lsm_get_self_attr - Return current task's security module attributes
/linux-master/arch/csky/abiv1/
H A Dmmap.c28 struct mm_struct *mm = current->mm;
/linux-master/kernel/
H A Dpid_sysctl.h11 struct pid_namespace *ns = task_active_pid_ns(current);
/linux-master/include/acpi/platform/
H A Daclinuxex.h66 return (acpi_thread_id) (unsigned long)current;
/linux-master/arch/arc/mm/
H A Dmmap.c28 struct mm_struct *mm = current->mm;
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c76 mm = current->mm;
187 current->comm, flags);
689 unsigned long oss_sp = current->sas_ss_sp + current->sas_ss_size;
700 /* If the current stack was set with sigaltstack, don't
703 if (current->sas_ss_sp && on_sig_stack(usp))
709 current->sas_ss_sp = (unsigned long)ss_sp - SIGSTKSZ;
710 current->sas_ss_size = SIGSTKSZ;
770 /* Return current software fp control & status bits. */
829 * To be fully IEEE compiant, we must track the current IEE
[all...]
/linux-master/arch/x86/kernel/
H A Dsys_x86_64.c34 if (!(current->flags & PF_RANDOMIZE))
102 if (current->flags & PF_RANDOMIZE) {
127 struct mm_struct *mm = current->mm;
166 struct mm_struct *mm = current->mm;
/linux-master/fs/xfs/
H A Dxfs_linux.h109 (*(sp) = current->flags, current->flags |= (f))
111 (current->flags = ((current->flags & ~(f)) | (*(sp) & (f))))
/linux-master/arch/s390/kernel/
H A Dprocess.c74 if (S390_lowcore.current_pid != current->pid) {
75 S390_lowcore.current_pid = current->pid;
188 current->thread.ufpu.fpc = 0;
238 if (!(current->personality & ADDR_NO_RANDOMIZE) && randomize_va_space)
/linux-master/arch/riscv/kernel/
H A Dsys_riscv.c66 flush_icache_mm(current->mm, flags & SYS_RISCV_FLUSH_ICACHE_LOCAL);

Completed in 182 milliseconds

<<11121314151617181920>>