Home
last modified time | relevance | path

Searched refs:get_current (Results 1 – 16 of 16) sorted by relevance

/linux/include/asm-generic/
H A Dcurrent.h8 #define get_current() (current_thread_info()->task) macro
9 #define current get_current()
/linux/arch/parisc/include/asm/
H A Dcurrent.h8 static __always_inline struct task_struct *get_current(void) in get_current() function
17 #define current get_current()
/linux/arch/um/include/asm/
H A Dcurrent.h15 static __always_inline struct task_struct *get_current(void) in get_current() function
20 #define current get_current()
/linux/arch/m68k/include/asm/
H A Dcurrent.h20 static inline struct task_struct *get_current(void) in get_current() function
25 #define current get_current()
H A Dentry.h228 #define GET_CURRENT(tmp) get_current tmp
229 .macro get_current reg=%d0
/linux/arch/riscv/include/asm/
H A Dcurrent.h29 static __always_inline struct task_struct *get_current(void) in get_current() function
34 #define current get_current()
/linux/arch/powerpc/include/asm/
H A Dcurrent.h15 static inline struct task_struct *get_current(void) in get_current() function
26 #define current get_current()
/linux/arch/xtensa/include/asm/
H A Dcurrent.h22 static __always_inline struct task_struct *get_current(void) in get_current() function
27 #define current get_current()
/linux/arch/arm/include/asm/
H A Dcurrent.h17 static __always_inline __attribute_const__ struct task_struct *get_current(void) in get_current() function
61 #define current get_current()
H A Dassembler.h222 get_current \rd
331 .macro get_current, rd:req
/linux/arch/microblaze/include/asm/
H A Dcurrent.h23 # define get_current() current macro
/linux/arch/xtensa/mm/
H A Dtlb.c176 struct task_struct *task = get_current(); in get_pte_for_vaddr()
/linux/arch/um/kernel/
H A Dtime.c875 get_current()->mm) in um_timer()
876 os_alarm_process(get_current()->mm->context.id.pid); in um_timer()
/linux/arch/arm/mm/
H A Dproc-macros.S34 get_current \rd
/linux/tools/testing/vma/
H A Dvma_internal.h469 struct task_struct *get_current(void);
470 #define current get_current()
H A Dvma.c55 struct task_struct *get_current(void) in get_current() function