Home
last modified time | relevance | path

Searched refs:SPARC_FLAG_KTHREAD (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/sparc/include/asm/
Dprocessor_32.h68 #define SPARC_FLAG_KTHREAD 0x1 /* task is a kernel thread */ macro
72 .flags = SPARC_FLAG_KTHREAD, \
/linux-4.4.14/arch/sparc/kernel/
Dprocess_32.c227 if (current->thread.flags & SPARC_FLAG_KTHREAD) {
228 current->thread.flags &= ~SPARC_FLAG_KTHREAD;
349 p->thread.flags |= SPARC_FLAG_KTHREAD;
361 p->thread.flags &= ~SPARC_FLAG_KTHREAD;