Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/serial/
H A Dserial.c313 static struct serial_device *get_current(void) in get_current() function
350 return get_current()->start(); in serial_init()
365 get_current()->setbrg(); in serial_setbrg()
381 return get_current()->getc(); in serial_getc()
396 return get_current()->tstc(); in serial_tstc()
412 get_current()->putc(c); in serial_putc()
430 get_current()->puts(s); in serial_puts()
447 struct serial_device *dev = get_current(); in default_serial_puts()
/openbmc/linux/include/asm-generic/
H A Dcurrent.h8 #define get_current() (current_thread_info()->task) macro
9 #define current get_current()
/openbmc/linux/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()
/openbmc/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()
/openbmc/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()
/openbmc/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
/openbmc/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()
/openbmc/linux/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()
/openbmc/linux/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()
/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
67 #define current get_current()
H A Dassembler.h221 get_current \rd
330 .macro get_current, rd:req
/openbmc/qemu/util/
H A Dcoroutine-windows.c92 Coroutine *current = get_current(); in qemu_coroutine_self()
106 Coroutine *current = get_current(); in qemu_in_coroutine()
H A Dcoroutine-ucontext.c339 Coroutine *self = get_current(); in qemu_coroutine_self()
356 Coroutine *self = get_current(); in qemu_in_coroutine()
/openbmc/linux/arch/microblaze/include/asm/
H A Dcurrent.h23 # define get_current() current macro
/openbmc/linux/rust/kernel/
H A Dtask.rs105 let ptr = unsafe { bindings::get_current() }; in current()
/openbmc/u-boot/include/power/
H A Dregulator.h205 int (*get_current)(struct udevice *dev); member
/openbmc/u-boot/drivers/power/regulator/
H A Dsandbox.c263 .get_current = buck_get_current,
339 .get_current = ldo_get_current,
H A Dfixed.c137 .get_current = fixed_regulator_get_current,
H A Dregulator-uclass.c98 if (!ops || !ops->get_current) in regulator_get_current()
101 return ops->get_current(dev); in regulator_get_current()
/openbmc/linux/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()
/openbmc/linux/arch/xtensa/mm/
H A Dtlb.c176 struct task_struct *task = get_current(); in get_pte_for_vaddr()
/openbmc/linux/arch/arm/mm/
H A Dproc-macros.S34 get_current \rd
/openbmc/linux/drivers/accel/ivpu/
H A Divpu_ipc.c20 #define IS_KTHREAD() (get_current()->flags & PF_KTHREAD)