Home
last modified time | relevance | path

Searched refs:note_type (Results 1 – 1 of 1) sorted by relevance

/linux/arch/loongarch/kernel/
H A Dptrace.c405 static struct perf_event *ptrace_hbp_get_event(unsigned int note_type, in ptrace_hbp_get_event() argument
411 switch (note_type) { in ptrace_hbp_get_event()
429 static int ptrace_hbp_set_event(unsigned int note_type, in ptrace_hbp_set_event() argument
434 switch (note_type) { in ptrace_hbp_set_event()
452 static struct perf_event *ptrace_hbp_create(unsigned int note_type, in ptrace_hbp_create() argument
460 switch (note_type) { in ptrace_hbp_create()
486 err = ptrace_hbp_set_event(note_type, tsk, idx, bp); in ptrace_hbp_create()
493 static int ptrace_hbp_fill_attr_ctrl(unsigned int note_type, in ptrace_hbp_fill_attr_ctrl() argument
509 static int ptrace_hbp_get_resource_info(unsigned int note_type, u64 *info) in ptrace_hbp_get_resource_info() argument
514 switch (note_type) { in ptrace_hbp_get_resource_info()
530 ptrace_hbp_get_initialised_bp(unsigned int note_type,struct task_struct * tsk,unsigned long idx) ptrace_hbp_get_initialised_bp() argument
542 ptrace_hbp_get_ctrl(unsigned int note_type,struct task_struct * tsk,unsigned long idx,u32 * ctrl) ptrace_hbp_get_ctrl() argument
556 ptrace_hbp_get_mask(unsigned int note_type,struct task_struct * tsk,unsigned long idx,u64 * mask) ptrace_hbp_get_mask() argument
570 ptrace_hbp_get_addr(unsigned int note_type,struct task_struct * tsk,unsigned long idx,u64 * addr) ptrace_hbp_get_addr() argument
584 ptrace_hbp_set_ctrl(unsigned int note_type,struct task_struct * tsk,unsigned long idx,u32 uctrl) ptrace_hbp_set_ctrl() argument
626 ptrace_hbp_set_mask(unsigned int note_type,struct task_struct * tsk,unsigned long idx,u64 mask) ptrace_hbp_set_mask() argument
645 ptrace_hbp_set_addr(unsigned int note_type,struct task_struct * tsk,unsigned long idx,u64 addr) ptrace_hbp_set_addr() argument
679 unsigned int note_type = regset->core_note_type; hw_break_get() local
720 unsigned int note_type = regset->core_note_type; hw_break_set() local
[all...]