Home
last modified time | relevance | path

Searched refs:thread (Results 751 - 775 of 2533) sorted by relevance

1...<<31323334353637383940>>...102

/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dprocess.c255 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) in ia64_save_extra()
256 ia64_save_debug_regs(&task->thread.dbr[0]); in ia64_save_extra()
262 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) in ia64_load_extra()
263 ia64_load_debug_regs(&task->thread.dbr[0]); in ia64_load_extra()
267 * Copy the state of an ia-64 thread.
315 p->thread.ksp = (unsigned long) child_stack - 16; in copy_thread()
336 p->thread.flags = ((current->thread.flags & ~THREAD_FLAGS_TO_CLEAR) in copy_thread()
504 * Flush thread state. This is called when a thread doe
[all...]
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dptrace.c375 if (current->thread.ptrace_bp[i] == bp) in ptrace_hbptriggered()
380 if (current->thread.ptrace_wp[i] == bp) in ptrace_hbptriggered()
429 bp = child->thread.ptrace_wp[idx]; in ptrace_gethbpregs()
431 bp = child->thread.ptrace_bp[idx]; in ptrace_gethbpregs()
468 bp = child->thread.ptrace_wp[idx]; in ptrace_sethbpregs()
474 bp = child->thread.ptrace_bp[idx]; in ptrace_sethbpregs()
484 child->thread.ptrace_wp[idx] = bp; in ptrace_sethbpregs()
486 child->thread.ptrace_bp[idx] = bp; in ptrace_sethbpregs()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dprocess.c257 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) in ia64_save_extra()
258 ia64_save_debug_regs(&task->thread.dbr[0]); in ia64_save_extra()
264 if ((task->thread.flags & IA64_THREAD_DBG_VALID) != 0) in ia64_load_extra()
265 ia64_load_debug_regs(&task->thread.dbr[0]); in ia64_load_extra()
269 * Copy the state of an ia-64 thread.
320 p->thread.ksp = (unsigned long) child_stack - 16; in copy_thread()
341 p->thread.flags = ((current->thread.flags & ~THREAD_FLAGS_TO_CLEAR) in copy_thread()
509 * Flush thread state. This is called when a thread doe
[all...]
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dptrace.c373 if (current->thread.ptrace_bp[i] == bp) in ptrace_hbptriggered()
378 if (current->thread.ptrace_wp[i] == bp) in ptrace_hbptriggered()
427 bp = child->thread.ptrace_wp[idx]; in ptrace_gethbpregs()
429 bp = child->thread.ptrace_bp[idx]; in ptrace_gethbpregs()
466 bp = child->thread.ptrace_wp[idx]; in ptrace_sethbpregs()
472 bp = child->thread.ptrace_bp[idx]; in ptrace_sethbpregs()
482 child->thread.ptrace_wp[idx] = bp; in ptrace_sethbpregs()
484 child->thread.ptrace_bp[idx] = bp; in ptrace_sethbpregs()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dintel-pt.c26 #include "thread.h"
27 #include "thread-stack.h"
62 struct thread *unknown_thread;
164 struct thread *thread; member
566 struct thread *thread; in intel_pt_walk_next_insn() local
583 thread = ptq->thread; in intel_pt_walk_next_insn()
584 if (!thread) { in intel_pt_walk_next_insn()
732 struct thread *thread; __intel_pt_pgd_ip() local
948 struct thread *thread = machine__findnew_thread(pt->machine, intel_pt_add_callchain() local
986 struct thread *thread = machine__findnew_thread(pt->machine, intel_pt_add_br_stack() local
2648 intel_pt_find_map(struct thread *thread, u8 cpumode, u64 addr, struct addr_location *al) intel_pt_find_map() argument
2666 struct thread *thread = pt->unknown_thread; intel_pt_text_poke() local
[all...]
/kernel/linux/linux-5.10/drivers/dma/
H A Dpl330.c444 * Hardware channel thread of PL330 DMAC. NULL if the channel is
447 struct pl330_thread *thread; member
490 /* Pointer to the MANAGER thread */
569 /* If manager of the thread is in Non-Secure mode */
1000 /* Start doing req 'idx' of thread 'thrd' */
1675 /* Check which event happened i.e, thread notified */ in pl330_update()
1801 /* If the event is valid and was held by the thread */ in _free_event()
2055 ret = pl330_submit_req(pch->thread, desc); in fill_queue()
2092 spin_lock(&pch->thread->dmac->lock); in pl330_tasklet()
2093 _stop(pch->thread); in pl330_tasklet()
[all...]
/kernel/linux/linux-6.6/drivers/dma/
H A Dpl330.c444 * Hardware channel thread of PL330 DMAC. NULL if the channel is
447 struct pl330_thread *thread; member
490 /* Pointer to the MANAGER thread */
569 /* If manager of the thread is in Non-Secure mode */
1000 /* Start doing req 'idx' of thread 'thrd' */
1673 /* Check which event happened i.e, thread notified */ in pl330_update()
1799 /* If the event is valid and was held by the thread */ in _free_event()
2053 ret = pl330_submit_req(pch->thread, desc); in fill_queue()
2090 spin_lock(&pch->thread->dmac->lock); in pl330_tasklet()
2091 _stop(pch->thread); in pl330_tasklet()
[all...]
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/
H A Dxstate.c737 fpstate_reset(&current->thread.fpu); in fpu__init_disable_system_xstate()
847 fpstate_reset(&current->thread.fpu); in fpu__init_system_xstate()
921 wrmsrl(MSR_IA32_XFD, current->thread.fpu.fpstate->xfd); in fpu__resume_cpu()
955 * xstate: the thread's storage area for all FPU data
1189 __copy_xstate_to_uabi_buf(to, tsk->thread.fpu.fpstate, in copy_xstate_to_uabi_buf()
1190 tsk->thread.fpu.fpstate->user_xfeatures, in copy_xstate_to_uabi_buf()
1191 tsk->thread.pkru, copy_mode); in copy_xstate_to_uabi_buf()
1315 * format and copy to the target thread. Used by ptrace and KVM.
1324 * XSAVE[S] format and copy to the target thread. This is called from the
1330 return copy_uabi_to_xstate(tsk->thread in copy_sigframe_from_user_to_xstate()
1570 struct task_struct *thread, *leader = current->group_leader; validate_sigaltstack() local
[all...]
/drivers/peripheral/display/composer/vdi_base/include/
H A Ddrm_vsync_worker.h20 #include <thread>
42 std::unique_ptr<std::thread> mThread;
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_vsync_worker.h20 #include <thread>
43 std::unique_ptr<std::thread> mThread;
/drivers/peripheral/display/hal/default_standard/src/display_device/vsync/
H A Dsorft_vsync.h19 #include <thread>
39 std::unique_ptr<std::thread> thread_;
/drivers/peripheral/input/ddk_service/include/emit_event_manager/
H A Dinject_thread.h22 #include <thread>
48 std::thread thread_;
/drivers/peripheral/intelligent_voice/passthrough/engine/
H A Dwakeup_engine.cpp17 #include <thread>
58 std::thread([&, startEvent]() { callback_->OnIntellVoiceEvent(startEvent); }).detach(); in Start()
/kernel/linux/linux-5.10/arch/x86/um/asm/
H A Dprocessor.h20 (address + 65536 + 32 * sizeof(unsigned long) >= UPT_SP(&current->thread.regs.regs))
39 #define task_pt_regs(t) (&(t)->thread.regs)
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dswitch_to.h13 save_to_user_fp(&prev->thread.user_fp); in __switch_to_fpu()
14 restore_from_user_fp(&next->thread.user_fp); in __switch_to_fpu()
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/
H A Dptrace-novsx.c29 return membuf_write(&to, &target->thread.fp_state, 33 * sizeof(u64)); in fpr_get()
55 &target->thread.fp_state, 0, -1); in fpr_set()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dsuspend_64.h57 #define loaddebug(thread,register) \
58 set_debugreg((thread)->debugreg##register, register)
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dthumbee.c32 struct thread_info *thread = t; in thumbee_notifier() local
40 teehbr_write(thread->thumbee_state); in thumbee_notifier()
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dswitch_to.h12 save_to_user_fp(&prev->thread.user_fp); in __switch_to_fpu()
13 restore_from_user_fp(&next->thread.user_fp); in __switch_to_fpu()
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dthumbee.c32 struct thread_info *thread = t; in thumbee_notifier() local
40 teehbr_write(thread->thumbee_state); in thumbee_notifier()
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/
H A Dptrace-novsx.c30 return membuf_write(&to, &target->thread.fp_state, 33 * sizeof(u64)); in fpr_get()
60 &target->thread.fp_state, 0, -1); in fpr_set()
/kernel/linux/linux-5.10/include/linux/iio/
H A Dtrigger_consumer.h21 * @thread: threaded interrupt part
33 irqreturn_t (*thread)(int irq, void *p); member
43 irqreturn_t (*thread)(int irq, void *p),
/kernel/linux/linux-6.6/include/linux/iio/
H A Dtrigger_consumer.h21 * @thread: threaded interrupt part
33 irqreturn_t (*thread)(int irq, void *p); member
43 irqreturn_t (*thread)(int irq, void *p),
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dsuspend_64.h57 #define loaddebug(thread,register) \
58 set_debugreg((thread)->debugreg##register, register)
/kernel/linux/linux-6.6/arch/x86/um/asm/
H A Dprocessor.h20 (address + 65536 + 32 * sizeof(unsigned long) >= UPT_SP(&current->thread.regs.regs))
39 #define task_pt_regs(t) (&(t)->thread.regs)

Completed in 20 milliseconds

1...<<31323334353637383940>>...102