Searched refs:get_current (Results 1 – 14 of 14) sorted by relevance
7 #define get_current() (current_thread_info()->task) macro8 #define current get_current()
35 static __always_inline struct task_struct *get_current(void) in get_current() function41 #define current get_current()
42 #define raw_smp_processor_id() (*((int*)((char*)get_current() + TASK_TI_CPU)))
15 static __always_inline struct task_struct *get_current(void) in get_current() function24 #define current get_current()
20 static inline struct task_struct *get_current(void) in get_current() function25 #define current get_current()
228 #define GET_CURRENT(tmp) get_current tmp229 .macro get_current reg=%d0
13 static __always_inline struct task_struct *get_current(void) in get_current() function18 #define current get_current()
18 static inline struct task_struct *get_current(void) in get_current() function28 #define current get_current()
22 static inline struct task_struct *get_current(void) in get_current() function27 #define current get_current()
77 if (get_current()->mm != NULL) in um_timer()80 os_alarm_process(get_current()->mm->context.id.u.pid); in um_timer()
26 # define get_current() current macro
169 struct task_struct *task = get_current(); in get_pte_for_vaddr()
283 struct task_struct *tsk = get_current(); in show_regs()
379 static inline struct task_struct * get_current(void)