Searched refs:current_task (Results 1 – 8 of 8) sorted by relevance
| /linux/scripts/gdb/linux/ |
| H A D | cpus.py | 190 current_task = current_task_addr.cast(task_ptr_type) 191 return current_task.dereference() 200 current_task = current_tp.cast(task_ptr_type) 207 current_task = scratch_reg.cast(task_ptr_type) 209 return current_task.dereference()
|
| /linux/drivers/gpu/drm/lima/ |
| H A D | lima_pp.c | 70 if (!pipe->current_task) in lima_pp_bcast_irq_handler() 73 frame = pipe->current_task->frame; in lima_pp_bcast_irq_handler() 147 struct drm_lima_m450_pp_frame *frame = pipe->current_task->frame; in lima_pp_soft_reset_async_wait()
|
| H A D | lima_gp.c | 25 struct lima_sched_task *task = pipe->current_task; in lima_gp_irq_handler() 246 struct lima_sched_task *task = pipe->current_task; in lima_gp_task_recover()
|
| /linux/arch/x86/kernel/ |
| H A D | head_64.S | 325 movq current_task(%rdx), %rax 436 movq PER_CPU_VAR(current_task), %rcx
|
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 2160 .current_task = current, in __cgroup_bpf_run_filter_getsockopt() 2246 .current_task = current, in __cgroup_bpf_run_filter_getsockopt_kern() 2720 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access() 2722 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access() 2734 *insn++ = BPF_LDX_MEM(BPF_FIELD_SIZEOF(struct bpf_sockopt_kern, current_task), in cg_sockopt_convert_ctx_access() 2736 offsetof(struct bpf_sockopt_kern, current_task)); in cg_sockopt_convert_ctx_access()
|
| H A D | fixups.c | 2203 insn_buf[0] = BPF_MOV64_IMM(BPF_REG_0, (u32)(unsigned long)¤t_task); in bpf_do_misc_fixups()
|
| /linux/arch/s390/net/ |
| H A D | bpf_jit_comp.c | 1826 const u64 *current_task = in bpf_jit_insn() local 1827 &get_lowcore()->current_task; in bpf_jit_insn() 1831 (unsigned long)current_task); in bpf_jit_insn()
|
| /linux/include/linux/ |
| H A D | filter.h | 1706 struct task_struct *current_task; member
|