| /linux-6.15/include/asm-generic/ |
| H A D | current.h | 8 #define get_current() (current_thread_info()->task) macro 9 #define current get_current()
|
| /linux-6.15/arch/um/include/asm/ |
| H A D | current.h | 13 static __always_inline struct task_struct *get_current(void) in get_current() function 19 #define current get_current()
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/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
|
| /linux-6.15/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()
|
| /linux-6.15/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()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | current.h | 20 static __always_inline struct task_struct *get_current(void) in get_current() function 28 #define current get_current()
|
| /linux-6.15/arch/xtensa/include/asm/ |
| H A D | current.h | 22 static __always_inline struct task_struct *get_current(void) in get_current() function 27 #define current get_current()
|
| /linux-6.15/arch/s390/include/asm/ |
| H A D | current.h | 18 static __always_inline struct task_struct *get_current(void) in get_current() function 33 #define current get_current()
|
| /linux-6.15/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 61 #define current get_current()
|
| H A D | assembler.h | 222 get_current \rd 331 .macro get_current, rd:req
|
| /linux-6.15/drivers/power/supply/ |
| H A D | max77705_charger.c | 297 int get_current = 0; in max77705_get_input_current() local 305 get_current = MAX77705_CURRENT_CHGIN_MIN; in max77705_get_input_current() 307 get_current = MAX77705_CURRENT_CHGIN_MAX; in max77705_get_input_current() 309 get_current = (reg_data + 1) * MAX77705_CURRENT_CHGIN_STEP; in max77705_get_input_current() 311 *val = get_current; in max77705_get_input_current()
|
| /linux-6.15/arch/microblaze/include/asm/ |
| H A D | current.h | 23 # define get_current() current macro
|
| /linux-6.15/rust/kernel/ |
| H A D | task.rs | 126 unsafe { bindings::get_current() } in current_raw()
|
| /linux-6.15/arch/xtensa/mm/ |
| H A D | tlb.c | 176 struct task_struct *task = get_current(); in get_pte_for_vaddr()
|
| /linux-6.15/arch/um/kernel/ |
| H A D | time.c | 859 if (get_current()->mm != NULL) in um_timer() 862 os_alarm_process(get_current()->mm->context.id.pid); in um_timer()
|
| /linux-6.15/tools/testing/vma/ |
| H A D | vma_internal.h | 168 struct task_struct *get_current(void); 169 #define current get_current()
|
| H A D | vma.c | 51 struct task_struct *get_current(void) in get_current() function
|
| /linux-6.15/arch/arm/mm/ |
| H A D | proc-macros.S | 34 get_current \rd
|