Searched refs:get_current (Results 1 – 16 of 16) sorted by relevance
8 #define get_current() (current_thread_info()->task) macro9 #define current get_current()
8 static __always_inline struct task_struct *get_current(void) in get_current() function17 #define current get_current()
15 static __always_inline struct task_struct *get_current(void) in get_current() function20 #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
29 static __always_inline struct task_struct *get_current(void) in get_current() function34 #define current get_current()
15 static inline struct task_struct *get_current(void) in get_current() function26 #define current get_current()
22 static __always_inline struct task_struct *get_current(void) in get_current() function27 #define current get_current()
17 static __always_inline __attribute_const__ struct task_struct *get_current(void) in get_current() function61 #define current get_current()
222 get_current \rd331 .macro get_current, rd:req
23 # define get_current() current macro
176 struct task_struct *task = get_current(); in get_pte_for_vaddr()
875 get_current()->mm) in um_timer()876 os_alarm_process(get_current()->mm->context.id.pid); in um_timer()
34 get_current \rd
469 struct task_struct *get_current(void);470 #define current get_current()
55 struct task_struct *get_current(void) in get_current() function