Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/asm-generic/
A Dcurrent.h7 #define get_current() (current_thread_info()->task) macro
8 #define current get_current()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dcurrent.h15 static __always_inline struct task_struct *get_current(void) in get_current() function
24 #define current get_current()
/linux-6.3-rc2/arch/parisc/include/asm/
A Dcurrent.h8 static __always_inline struct task_struct *get_current(void) in get_current() function
17 #define current get_current()
/linux-6.3-rc2/arch/riscv/include/asm/
A Dcurrent.h29 static __always_inline struct task_struct *get_current(void) in get_current() function
34 #define current get_current()
/linux-6.3-rc2/arch/m68k/include/asm/
A Dcurrent.h20 static inline struct task_struct *get_current(void) in get_current() function
25 #define current get_current()
A Dentry.h228 #define GET_CURRENT(tmp) get_current tmp
229 .macro get_current reg=%d0
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dcurrent.h15 static inline struct task_struct *get_current(void) in get_current() function
26 #define current get_current()
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dcurrent.h22 static inline struct task_struct *get_current(void) in get_current() function
27 #define current get_current()
/linux-6.3-rc2/arch/x86/include/asm/
A Dcurrent.h39 static __always_inline struct task_struct *get_current(void) in get_current() function
44 #define current get_current()
/linux-6.3-rc2/arch/arm/include/asm/
A Dcurrent.h17 static __always_inline __attribute_const__ struct task_struct *get_current(void) in get_current() function
67 #define current get_current()
A Dassembler.h221 get_current \rd
343 .macro get_current, rd:req
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dcurrent.h23 # define get_current() current macro
/linux-6.3-rc2/arch/um/kernel/
A Dtime.c695 if (get_current()->mm != NULL) in um_timer()
698 os_alarm_process(get_current()->mm->context.id.u.pid); in um_timer()
/linux-6.3-rc2/arch/xtensa/mm/
A Dtlb.c175 struct task_struct *task = get_current(); in get_pte_for_vaddr()
/linux-6.3-rc2/arch/arm/mm/
A Dproc-macros.S34 get_current \rd
/linux-6.3-rc2/drivers/accel/ivpu/
A Divpu_ipc.c20 #define IS_KTHREAD() (get_current()->flags & PF_KTHREAD)

Completed in 24 milliseconds