Home
last modified time | relevance | path

Searched defs:get_current (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/microblaze/include/asm/
H A Dcurrent.h23 # define get_current() current macro
/openbmc/linux/include/asm-generic/
H A Dcurrent.h8 #define get_current() (current_thread_info()->task) macro
/openbmc/linux/arch/m68k/include/asm/
H A Dcurrent.h20 static inline struct task_struct *get_current(void) in get_current() function
/openbmc/linux/arch/riscv/include/asm/
H A Dcurrent.h29 static __always_inline struct task_struct *get_current(void) in get_current() function
/openbmc/linux/arch/parisc/include/asm/
H A Dcurrent.h8 static __always_inline struct task_struct *get_current(void) in get_current() function
/openbmc/linux/arch/arm64/include/asm/
H A Dcurrent.h15 static __always_inline struct task_struct *get_current(void) in get_current() function
/openbmc/linux/arch/powerpc/include/asm/
H A Dcurrent.h15 static inline struct task_struct *get_current(void) in get_current() function
/openbmc/linux/arch/arm/include/asm/
H A Dcurrent.h17 static __always_inline __attribute_const__ struct task_struct *get_current(void) in get_current() function
/openbmc/linux/arch/xtensa/include/asm/
H A Dcurrent.h22 static inline struct task_struct *get_current(void) in get_current() function
/openbmc/linux/arch/x86/include/asm/
H A Dcurrent.h39 static __always_inline struct task_struct *get_current(void) in get_current() function
/openbmc/u-boot/include/power/
H A Dregulator.h205 int (*get_current)(struct udevice *dev); member
/openbmc/u-boot/drivers/serial/
H A Dserial.c313 static struct serial_device *get_current(void) in get_current() function