Home
last modified time | relevance | path

Searched refs:get_current (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/include/asm-generic/
H A Dcurrent.h7 #define get_current() (current_thread_info()->task) macro
8 #define current get_current()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dcurrent.h15 static __always_inline struct task_struct *get_current(void) in get_current() function
24 #define current get_current()
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dcurrent.h15 static __always_inline struct task_struct *get_current(void) in get_current() function
24 #define current get_current()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/asm-generic/
H A Dcurrent.h8 #define get_current() (current_thread_info()->task) macro
9 #define current get_current()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcurrent.h13 static __always_inline struct task_struct *get_current(void) in get_current() function
18 #define current get_current()
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dcurrent.h22 static inline struct task_struct *get_current(void) in get_current() function
27 #define current get_current()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dcurrent.h15 static inline struct task_struct *get_current(void) in get_current() function
19 /* get_current can be cached by the compiler, so no volatile */ in get_current()
26 #define current get_current()
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dcurrent.h15 static inline struct task_struct *get_current(void) in get_current() function
19 /* get_current can be cached by the compiler, so no volatile */ in get_current()
26 #define current get_current()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dcurrent.h22 static inline struct task_struct *get_current(void) in get_current() function
27 #define current get_current()
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dcurrent.h17 static __always_inline __attribute_const__ struct task_struct *get_current(void) in get_current() function
67 #define current get_current()
H A Dassembler.h221 get_current \rd
328 * get_current - load the task pointer of this CPU's current task
330 .macro get_current, rd:req
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcurrent.h39 static __always_inline struct task_struct *get_current(void) in get_current() function
44 #define current get_current()
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
H A Dcurrent.h23 # define get_current() current macro
/kernel/linux/linux-6.6/arch/microblaze/include/asm/
H A Dcurrent.h23 # define get_current() current macro
/kernel/linux/linux-5.10/arch/um/kernel/
H A Dtime.c600 if (get_current()->mm != NULL) in um_timer()
603 os_alarm_process(get_current()->mm->context.id.u.pid); in um_timer()
/kernel/linux/linux-6.6/arch/um/kernel/
H A Dtime.c719 if (get_current()->mm != NULL) in um_timer()
722 os_alarm_process(get_current()->mm->context.id.u.pid); in um_timer()
/kernel/linux/linux-5.10/arch/xtensa/mm/
H A Dtlb.c169 struct task_struct *task = get_current(); in get_pte_for_vaddr()
/kernel/linux/linux-6.6/arch/xtensa/mm/
H A Dtlb.c176 struct task_struct *task = get_current(); in get_pte_for_vaddr()

Completed in 7 milliseconds

12