Searched defs:current (Results 1 - 18 of 18) sorted by relevance

/arch/ia64/include/asm/
H A Dcurrent.h12 * In kernel mode, thread pointer (r13) is used to point to the current task
15 #define current ((struct task_struct *) ia64_getreg(_IA64_REG_TP)) macro
/arch/s390/include/asm/
H A Dcurrent.h2 * include/asm-s390/current.h
8 * Derived from "include/asm-i386/current.h"
19 #define current ((struct task_struct *const)S390_lowcore.current_task) macro
/arch/alpha/include/asm/
H A Dcurrent.h7 #define current get_current() macro
/arch/arm/include/asm/
H A Dcurrent.h13 #define current (get_current()) macro
/arch/avr32/include/asm/
H A Dcurrent.h13 #define current get_current() macro
/arch/cris/include/asm/
H A Dcurrent.h13 #define current get_current() macro
/arch/h8300/include/asm/
H A Dcurrent.h4 * current.h
10 * current and lose _current_task.
23 #define current get_current() macro
/arch/m32r/include/asm/
H A Dcurrent.h13 #define current (get_current()) macro
/arch/m68k/include/asm/
H A Dcurrent.h6 register struct task_struct *current __asm__("%a2");
13 * current and lose _current_task.
24 #define current get_current() macro
/arch/mn10300/include/asm/
H A Dcurrent.h17 * dedicate E2 to keeping the current task pointer
21 register struct task_struct *const current asm("e2") __attribute__((used));
23 #define get_current() current
34 #define current get_current() macro
/arch/parisc/include/asm/
H A Dcurrent.h13 #define current get_current() macro
/arch/powerpc/include/asm/
H A Dcurrent.h28 #define current get_current() macro
33 * We keep `current' in r2 for speed.
35 register struct task_struct *current asm ("r2");
/arch/sparc/include/asm/
H A Dcurrent.h1 /* include/asm/current.h
7 * Derived from "include/asm-s390/current.h" by
9 * Derived from "include/asm-i386/current.h"
17 register struct task_struct *current asm("g4");
31 #define current __get_current() macro
/arch/tile/include/asm/
H A Dcurrent.h26 #define current get_current() macro
/arch/x86/include/asm/
H A Dcurrent.h17 #define current get_current() macro
/arch/xtensa/include/asm/
H A Dcurrent.h2 * include/asm-xtensa/current.h
25 #define current get_current() macro
/arch/mn10300/kernel/
H A Dvmlinux.lds.S21 current = __current; define
/arch/sh/kernel/cpu/sh3/
H A Dentry.S78 #define current r7 /* r7_bank1 */ define
91 * k7 CURRENT_THREAD_INFO (pointer to current thread info)
339 add current, k1

Completed in 540 milliseconds