Home
last modified time | relevance | path

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

/linux-6.15/arch/loongarch/kernel/
H A Dptrace.c411 switch (note_type) { in ptrace_hbp_get_event()
434 switch (note_type) { in ptrace_hbp_set_event()
460 switch (note_type) { in ptrace_hbp_create()
486 err = ptrace_hbp_set_event(note_type, tsk, idx, bp); in ptrace_hbp_create()
514 switch (note_type) { in ptrace_hbp_get_resource_info()
537 bp = ptrace_hbp_create(note_type, tsk, idx); in ptrace_hbp_get_initialised_bp()
542 static int ptrace_hbp_get_ctrl(unsigned int note_type, in ptrace_hbp_get_ctrl() argument
556 static int ptrace_hbp_get_mask(unsigned int note_type, in ptrace_hbp_get_mask() argument
600 switch (note_type) { in ptrace_hbp_set_ctrl()
679 unsigned int note_type = regset->core_note_type; in hw_break_get() local
[all …]
/linux-6.15/arch/arm64/kernel/
H A Dptrace.c238 switch (note_type) { in ptrace_hbp_get_event()
264 switch (note_type) { in ptrace_hbp_set_event()
293 switch (note_type) { in ptrace_hbp_create()
319 err = ptrace_hbp_set_event(note_type, tsk, idx, bp); in ptrace_hbp_create()
340 switch (note_type) { in ptrace_hbp_fill_attr_ctrl()
365 switch (note_type) { in ptrace_hbp_get_resource_info()
384 static int ptrace_hbp_get_ctrl(unsigned int note_type, in ptrace_hbp_get_ctrl() argument
398 static int ptrace_hbp_get_addr(unsigned int note_type, in ptrace_hbp_get_addr() argument
419 bp = ptrace_hbp_create(note_type, tsk, idx); in ptrace_hbp_get_initialised_bp()
478 unsigned int note_type = regset->core_note_type; in hw_break_get() local
[all …]
/linux-6.15/fs/
H A Dbinfmt_elf.c1805 int note_type = regset->core_note_type; in fill_thread_core_info() local
1806 bool is_fpreg = note_type == NT_PRFPREG; in fill_thread_core_info()
1811 if (!note_type) // not for coredumps in fill_thread_core_info()
1827 note_type, ret, data); in fill_thread_core_info()