/linux-6.14.4/arch/sparc/include/asm/ |
D | syscall.h | 20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 28 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 68 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 71 long val = regs->u_regs[UREG_I0]; in syscall_get_error() local 76 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 79 long val = regs->u_regs[UREG_I0]; in syscall_get_return_value() local 84 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 86 int error, long val) in syscall_set_return_value() 97 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 111 unsigned long val = regs->u_regs[UREG_I0 + j]; in syscall_get_arguments() local [all …]
|
/linux-6.14.4/arch/arm64/include/asm/ |
D | syscall.h | 20 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() 26 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 32 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 35 unsigned long val = regs->regs[0]; in syscall_get_return_value() local 43 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 51 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 53 int error, long val) in syscall_set_return_value() 66 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 80 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
D | gcs.h | 19 static inline void gcsstr(u64 *addr, u64 val) in gcsstr() 59 static inline bool task_gcs_el0_enabled(struct task_struct *task) in task_gcs_el0_enabled() 70 static inline int gcs_check_locked(struct task_struct *task, in gcs_check_locked() 86 static inline bool task_gcs_el0_enabled(struct task_struct *task) in task_gcs_el0_enabled() 91 static inline void gcs_set_el0_mode(struct task_struct *task) { } in gcs_set_el0_mode() 92 static inline void gcs_free(struct task_struct *task) { } in gcs_free() 99 static inline int gcs_check_locked(struct task_struct *task, in gcs_check_locked()
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | syscall.h | 28 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 42 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 48 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 64 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 70 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 72 int error, long val) in syscall_set_return_value() 93 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 97 unsigned long val, mask = -1UL; in syscall_get_arguments() local 113 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/nios2/include/asm/ |
D | syscall.h | 13 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 18 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 25 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 31 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 37 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 38 struct pt_regs *regs, int error, long val) in syscall_set_return_value() 50 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 61 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/openrisc/include/asm/ |
D | syscall.h | 23 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 29 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback() 35 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error() 41 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value() 47 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() 48 int error, long val) in syscall_set_return_value() 54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() 60 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/x86/include/asm/ |
D | syscall.h | 36 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 41 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 47 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 66 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 72 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 74 int error, long val) in syscall_set_return_value() 81 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 93 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() 100 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 124 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | syscall.h | 11 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() 17 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 23 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 31 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 37 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 39 int error, long val) in syscall_set_return_value() 44 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 54 static inline void syscall_set_arguments(struct task_struct *task, in syscall_set_arguments() 64 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/csky/include/asm/ |
D | syscall.h | 14 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 20 syscall_set_nr(struct task_struct *task, struct pt_regs *regs, in syscall_set_nr() 27 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback() 33 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error() 41 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value() 47 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() 48 int error, long val) in syscall_set_return_value() 54 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() 63 syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/sh/include/asm/ |
D | syscall_32.h | 12 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 18 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 27 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 33 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 39 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 41 int error, long val) in syscall_set_return_value() 46 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 60 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/arm/include/asm/ |
D | syscall.h | 22 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() 34 static inline bool __in_oabi_syscall(struct task_struct *task) in __in_oabi_syscall() 45 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 51 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 58 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 64 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 66 int error, long val) in syscall_set_return_value() 73 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 83 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/arc/include/asm/ |
D | syscall.h | 18 syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 27 syscall_rollback(struct task_struct *task, struct pt_regs *regs) in syscall_rollback() 33 syscall_get_error(struct task_struct *task, struct pt_regs *regs) in syscall_get_error() 40 syscall_get_return_value(struct task_struct *task, struct pt_regs *regs) in syscall_get_return_value() 46 syscall_set_return_value(struct task_struct *task, struct pt_regs *regs, in syscall_set_return_value() 47 int error, long val) in syscall_set_return_value() 57 syscall_get_arguments(struct task_struct *task, struct pt_regs *regs, in syscall_get_arguments() 71 syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/loongarch/include/asm/ |
D | syscall.h | 23 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 29 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 35 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 43 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 49 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 51 int error, long val) in syscall_set_return_value() 56 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 64 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/mips/include/asm/ |
D | syscall.h | 29 static inline bool mips_syscall_is_indirect(struct task_struct *task, in mips_syscall_is_indirect() 38 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 44 static inline void mips_syscall_update_nr(struct task_struct *task, in mips_syscall_update_nr() 58 struct task_struct *task, struct pt_regs *regs, unsigned int n) in mips_get_syscall_arg() 77 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 83 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 89 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 95 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 97 int error, long val) in syscall_set_return_value() 108 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() [all …]
|
/linux-6.14.4/arch/xtensa/include/asm/ |
D | syscall.h | 17 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch() 25 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 31 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 37 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 44 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 50 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 52 int error, long val) in syscall_set_return_value() 60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
|
/linux-6.14.4/arch/microblaze/include/asm/ |
D | syscall.h | 11 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 17 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 23 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 29 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 35 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 37 int error, long val) in syscall_set_return_value() 61 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 75 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/um/include/asm/ |
D | syscall-generic.h | 18 static inline int syscall_get_nr(struct task_struct *task, struct pt_regs *regs) in syscall_get_nr() 24 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 30 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 38 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 44 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 46 int error, long val) in syscall_set_return_value() 51 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments()
|
/linux-6.14.4/drivers/pci/ |
D | doe.c | 104 static void pci_doe_write_ctrl(struct pci_doe_mb *doe_mb, u32 val) in pci_doe_write_ctrl() 125 u32 val; in pci_doe_abort() local 145 struct pci_doe_task *task) in pci_doe_send_req() 151 u32 val; in pci_doe_send_req() local 216 u32 val; in pci_doe_data_obj_ready() local 224 static int pci_doe_recv_resp(struct pci_doe_mb *doe_mb, struct pci_doe_task *task) in pci_doe_recv_resp() 230 u32 val; in pci_doe_recv_resp() local 305 static void signal_task_complete(struct pci_doe_task *task, int rv) in signal_task_complete() 312 static void signal_task_abort(struct pci_doe_task *task, int rv) in signal_task_abort() 331 struct pci_doe_task *task = container_of(work, struct pci_doe_task, in doe_statemachine_work() local [all …]
|
/linux-6.14.4/arch/riscv/include/asm/ |
D | syscall.h | 27 static inline int syscall_get_nr(struct task_struct *task, in syscall_get_nr() 33 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 39 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 47 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 53 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 55 int error, long val) in syscall_set_return_value() 60 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 72 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
D | switch_to.h | 27 static inline void fstate_off(struct task_struct *task, in fstate_off() 33 static inline void fstate_save(struct task_struct *task, in fstate_save() 42 static inline void fstate_restore(struct task_struct *task, in fstate_restore() 68 #define fstate_save(task, regs) do { } while (0) argument 69 #define fstate_restore(task, regs) do { } while (0) argument 73 static inline void envcfg_update_bits(struct task_struct *task, in envcfg_update_bits() 74 unsigned long mask, unsigned long val) in envcfg_update_bits() 94 static inline bool switch_to_should_flush_icache(struct task_struct *task) in switch_to_should_flush_icache()
|
/linux-6.14.4/arch/parisc/include/asm/ |
D | syscall.h | 32 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 39 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 45 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 47 int error, long val) in syscall_set_return_value() 52 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 58 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/drivers/gpu/drm/exynos/ |
D | exynos_drm_ipp.c | 260 struct exynos_drm_ipp_task *task; in exynos_drm_ipp_task_alloc() local 313 static int exynos_drm_ipp_task_set(struct exynos_drm_ipp_task *task, in exynos_drm_ipp_task_set() 395 struct exynos_drm_ipp_task *task) in exynos_drm_ipp_task_free() 424 static inline void __limit_set_val(unsigned int *ptr, unsigned int val) in __limit_set_val() 454 static inline bool __align_check(unsigned int val, unsigned int align) in __align_check() 464 static inline bool __size_limit_check(unsigned int val, in __size_limit_check() 548 static int exynos_drm_ipp_check_format(struct exynos_drm_ipp_task *task, in exynos_drm_ipp_check_format() 602 static int exynos_drm_ipp_task_check(struct exynos_drm_ipp_task *task) in exynos_drm_ipp_task_check() 664 static int exynos_drm_ipp_task_setup_buffers(struct exynos_drm_ipp_task *task, in exynos_drm_ipp_task_setup_buffers() 695 static int exynos_drm_ipp_event_create(struct exynos_drm_ipp_task *task, in exynos_drm_ipp_event_create() [all …]
|
/linux-6.14.4/arch/s390/include/asm/ |
D | syscall.h | 20 static inline long syscall_get_nr(struct task_struct *task, in syscall_get_nr() 27 static inline void syscall_rollback(struct task_struct *task, in syscall_rollback() 33 static inline long syscall_get_error(struct task_struct *task, in syscall_get_error() 49 static inline long syscall_get_return_value(struct task_struct *task, in syscall_get_return_value() 55 static inline void syscall_set_return_value(struct task_struct *task, in syscall_set_return_value() 57 int error, long val) in syscall_set_return_value() 63 static inline void syscall_get_arguments(struct task_struct *task, in syscall_get_arguments() 81 static inline int syscall_get_arch(struct task_struct *task) in syscall_get_arch()
|
/linux-6.14.4/arch/arm64/kernel/ |
D | fpsimd.c | 173 static inline void set_default_vl(enum vec_type type, int val) in set_default_vl() 178 static inline void set_sve_default_vl(int val) in set_sve_default_vl() 199 static void set_sme_default_vl(int val) in set_sme_default_vl() 249 unsigned int task_get_vl(const struct task_struct *task, enum vec_type type) in task_get_vl() 254 void task_set_vl(struct task_struct *task, enum vec_type type, in task_set_vl() 260 unsigned int task_get_vl_onexec(const struct task_struct *task, in task_get_vl_onexec() 266 void task_set_vl_onexec(struct task_struct *task, enum vec_type type, in task_set_vl_onexec() 654 static void fpsimd_to_sve(struct task_struct *task) in fpsimd_to_sve() 678 static void sve_to_fpsimd(struct task_struct *task) in sve_to_fpsimd() 708 static void __sve_free(struct task_struct *task) in __sve_free() [all …]
|
/linux-6.14.4/drivers/gpu/drm/ |
D | drm_flip_work.c | 37 struct drm_flip_task *task; in drm_flip_work_allocate_task() local 46 static void drm_flip_work_queue_task(struct drm_flip_work *work, struct drm_flip_task *task) in drm_flip_work_queue_task() 63 void drm_flip_work_queue(struct drm_flip_work *work, void *val) in drm_flip_work_queue() 65 struct drm_flip_task *task; in drm_flip_work_queue() local 108 struct drm_flip_task *task, *tmp; in flip_worker() local
|