Searched refs:thread_info (Results 351 - 361 of 361) sorted by relevance

<<1112131415

/linux-master/arch/powerpc/kernel/
H A Dexceptions-64e.S16 #include <asm/thread_info.h>
/linux-master/arch/mips/kernel/
H A Dtraps.c638 struct thread_info *ti = task_thread_info(current);
/linux-master/arch/x86/kernel/cpu/mce/
H A Dcore.c12 #include <linux/thread_info.h>
/linux-master/arch/openrisc/kernel/
H A Dentry.S20 #include <asm/thread_info.h>
1100 /* We use thread_info->ksp for storing the address of the above
1102 * to lose the value of thread_info->ksp, though, so store it as
1107 /* Save the old value of thread_info->ksp as pt_regs->sp */
1116 /* Restore the old value of thread_info->ksp */
/linux-master/fs/hugetlbfs/
H A Dinode.c12 #include <linux/thread_info.h>
/linux-master/arch/parisc/kernel/
H A Dentry.S26 #include <asm/thread_info.h>
1828 * set in thread_info.h and converted to PA bitmap
/linux-master/arch/arm64/net/
H A Dbpf_jit_comp.c1235 cpu_offset = offsetof(struct thread_info, cpu);
/linux-master/kernel/
H A Dfork.c94 #include <linux/thread_info.h>
592 * The task is finally done with both the stack and thread_info,
/linux-master/kernel/sched/
H A Dcore.c908 struct thread_info *ti = task_thread_info(p);
920 struct thread_info *ti = task_thread_info(p);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_rmhandlers.S30 #include <asm/thread_info.h>
/linux-master/net/
H A Dsocket.c63 #include <linux/thread_info.h>

Completed in 245 milliseconds

<<1112131415