Searched refs:do_work_pending (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-6.6/arch/riscv/include/asm/ |
H A D | signal.h | 10 void do_work_pending(struct pt_regs *regs, unsigned long thread_info_flags);
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | signal.h | 27 int do_work_pending(struct pt_regs *regs, unsigned int thread_flags,
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | vm_entry.S | 281 R26.L = #LO(do_work_pending); 286 R26.H = #HI(do_work_pending); 294 * R26 needs to have do_work_pending, and R0 should have VM_INT_DISABLE 365 R26.H = #HI(do_work_pending); 369 R26.L = #LO(do_work_pending);
|
H A D | process.c | 164 int do_work_pending(struct pt_regs *regs, u32 thread_info_flags) in do_work_pending() function
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | vm_entry.S | 281 R26.L = #LO(do_work_pending); 286 R26.H = #HI(do_work_pending); 294 * R26 needs to have do_work_pending, and R0 should have VM_INT_DISABLE 365 R26.H = #HI(do_work_pending); 369 R26.L = #LO(do_work_pending);
|
H A D | process.c | 155 int do_work_pending(struct pt_regs *regs, u32 thread_info_flags) in do_work_pending() function
|
/kernel/linux/linux-6.6/arch/openrisc/kernel/ |
H A D | signal.c | 39 asmlinkage int do_work_pending(struct pt_regs *regs, unsigned int thread_flags, 298 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) in do_work_pending() function
|
H A D | entry.S | 959 l.jal do_work_pending
|
/kernel/linux/linux-5.10/arch/openrisc/kernel/ |
H A D | signal.c | 293 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) in do_work_pending() function
|
H A D | entry.S | 936 l.jal do_work_pending
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | entry-common.S | 108 bl do_work_pending 120 * do_work_pending() will update this state if necessary.
|
H A D | signal.c | 643 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) in do_work_pending() function
|
/kernel/linux/linux-6.6/arch/arm/kernel/ |
H A D | entry-common.S | 89 bl do_work_pending 102 * do_work_pending() will update this state if necessary.
|
H A D | signal.c | 602 do_work_pending(struct pt_regs *regs, unsigned int thread_flags, int syscall) in do_work_pending() function
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | entry.S | 566 jsr $26, do_work_pending
|
H A D | signal.c | 522 do_work_pending(struct pt_regs *regs, unsigned long thread_flags, in do_work_pending() function
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | signal.c | 523 do_work_pending(struct pt_regs *regs, unsigned long thread_flags, in do_work_pending() function
|
H A D | entry.S | 565 jsr $26, do_work_pending
|
Completed in 15 milliseconds