/linux-4.4.14/arch/mn10300/include/asm/ |
D | current.h | 23 #define get_current() current macro 29 struct task_struct *get_current(void) in get_current() function 34 #define current get_current()
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | current.h | 6 #define get_current() (current_thread_info()->task) macro 7 #define current get_current()
|
/linux-4.4.14/include/asm-generic/ |
D | current.h | 6 #define get_current() (current_thread_info()->task) macro 7 #define current get_current()
|
/linux-4.4.14/arch/avr32/include/asm/ |
D | current.h | 8 inline static struct task_struct * get_current(void) in get_current() function 13 #define current get_current()
|
/linux-4.4.14/arch/cris/include/asm/ |
D | current.h | 8 static inline struct task_struct * get_current(void) in get_current() function 13 #define current get_current()
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | current.h | 8 static inline struct task_struct * get_current(void) in get_current() function 13 #define current get_current()
|
/linux-4.4.14/arch/m32r/include/asm/ |
D | current.h | 8 static __inline__ struct task_struct *get_current(void) in get_current() function 13 #define current (get_current())
|
D | assembler.h | 193 #define GET_CURRENT(reg) get_current reg 194 .macro get_current reg
|
/linux-4.4.14/arch/tile/include/asm/ |
D | current.h | 22 static inline struct task_struct *get_current(void) in get_current() function 26 #define current get_current()
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | current.h | 19 static inline struct task_struct *get_current(void) in get_current() function 24 #define current get_current()
|
D | entry.h | 227 #define GET_CURRENT(tmp) get_current tmp 228 .macro get_current reg=%d0
|
/linux-4.4.14/arch/x86/include/asm/ |
D | current.h | 12 static __always_inline struct task_struct *get_current(void) in get_current() function 17 #define current get_current()
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | current.h | 18 static inline struct task_struct *get_current(void) in get_current() function 28 #define current get_current()
|
/linux-4.4.14/arch/xtensa/include/asm/ |
D | current.h | 20 static inline struct task_struct *get_current(void) in get_current() function 25 #define current get_current()
|
/linux-4.4.14/arch/um/kernel/ |
D | time.c | 75 if (get_current()->mm != NULL) in um_timer() 78 os_alarm_process(get_current()->mm->context.id.u.pid); in um_timer()
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | current.h | 26 # define get_current() current macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | current.h | 22 #define get_current() current macro
|
/linux-4.4.14/arch/xtensa/mm/ |
D | tlb.c | 171 struct task_struct *task = get_current(); in get_pte_for_vaddr()
|
/linux-4.4.14/arch/sh/kernel/ |
D | process_64.c | 280 struct task_struct *tsk = get_current(); in show_regs()
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 379 static inline struct task_struct * get_current(void)
|