/openbmc/u-boot/drivers/serial/ |
H A D | serial.c | 313 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 D | current.h | 8 #define get_current() (current_thread_info()->task) macro 9 #define current get_current()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | current.h | 15 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 D | current.h | 8 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 D | current.h | 29 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 D | current.h | 20 static inline struct task_struct *get_current(void) in get_current() function 25 #define current get_current()
|
H A D | entry.h | 228 #define GET_CURRENT(tmp) get_current tmp 229 .macro get_current reg=%d0
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | current.h | 15 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 D | current.h | 22 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 D | current.h | 39 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 D | current.h | 17 static __always_inline __attribute_const__ struct task_struct *get_current(void) in get_current() function 67 #define current get_current()
|
H A D | assembler.h | 221 get_current \rd 330 .macro get_current, rd:req
|
/openbmc/qemu/util/ |
H A D | coroutine-windows.c | 92 Coroutine *current = get_current(); in qemu_coroutine_self() 106 Coroutine *current = get_current(); in qemu_in_coroutine()
|
H A D | coroutine-ucontext.c | 339 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 D | current.h | 23 # define get_current() current macro
|
/openbmc/linux/rust/kernel/ |
H A D | task.rs | 105 let ptr = unsafe { bindings::get_current() }; in current()
|
/openbmc/u-boot/include/power/ |
H A D | regulator.h | 205 int (*get_current)(struct udevice *dev); member
|
/openbmc/u-boot/drivers/power/regulator/ |
H A D | sandbox.c | 263 .get_current = buck_get_current, 339 .get_current = ldo_get_current,
|
H A D | fixed.c | 137 .get_current = fixed_regulator_get_current,
|
H A D | regulator-uclass.c | 98 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 D | time.c | 719 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 D | tlb.c | 176 struct task_struct *task = get_current(); in get_pte_for_vaddr()
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-macros.S | 34 get_current \rd
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | ivpu_ipc.c | 20 #define IS_KTHREAD() (get_current()->flags & PF_KTHREAD)
|