note_type         234 arch/arm64/kernel/ptrace.c static struct perf_event *ptrace_hbp_get_event(unsigned int note_type,
note_type         240 arch/arm64/kernel/ptrace.c 	switch (note_type) {
note_type         259 arch/arm64/kernel/ptrace.c static int ptrace_hbp_set_event(unsigned int note_type,
note_type         266 arch/arm64/kernel/ptrace.c 	switch (note_type) {
note_type         287 arch/arm64/kernel/ptrace.c static struct perf_event *ptrace_hbp_create(unsigned int note_type,
note_type         295 arch/arm64/kernel/ptrace.c 	switch (note_type) {
note_type         321 arch/arm64/kernel/ptrace.c 	err = ptrace_hbp_set_event(note_type, tsk, idx, bp);
note_type         328 arch/arm64/kernel/ptrace.c static int ptrace_hbp_fill_attr_ctrl(unsigned int note_type,
note_type         342 arch/arm64/kernel/ptrace.c 	switch (note_type) {
note_type         362 arch/arm64/kernel/ptrace.c static int ptrace_hbp_get_resource_info(unsigned int note_type, u32 *info)
note_type         367 arch/arm64/kernel/ptrace.c 	switch (note_type) {
note_type         386 arch/arm64/kernel/ptrace.c static int ptrace_hbp_get_ctrl(unsigned int note_type,
note_type         391 arch/arm64/kernel/ptrace.c 	struct perf_event *bp = ptrace_hbp_get_event(note_type, tsk, idx);
note_type         400 arch/arm64/kernel/ptrace.c static int ptrace_hbp_get_addr(unsigned int note_type,
note_type         405 arch/arm64/kernel/ptrace.c 	struct perf_event *bp = ptrace_hbp_get_event(note_type, tsk, idx);
note_type         414 arch/arm64/kernel/ptrace.c static struct perf_event *ptrace_hbp_get_initialised_bp(unsigned int note_type,
note_type         418 arch/arm64/kernel/ptrace.c 	struct perf_event *bp = ptrace_hbp_get_event(note_type, tsk, idx);
note_type         421 arch/arm64/kernel/ptrace.c 		bp = ptrace_hbp_create(note_type, tsk, idx);
note_type         426 arch/arm64/kernel/ptrace.c static int ptrace_hbp_set_ctrl(unsigned int note_type,
note_type         436 arch/arm64/kernel/ptrace.c 	bp = ptrace_hbp_get_initialised_bp(note_type, tsk, idx);
note_type         444 arch/arm64/kernel/ptrace.c 	err = ptrace_hbp_fill_attr_ctrl(note_type, ctrl, &attr);
note_type         451 arch/arm64/kernel/ptrace.c static int ptrace_hbp_set_addr(unsigned int note_type,
note_type         460 arch/arm64/kernel/ptrace.c 	bp = ptrace_hbp_get_initialised_bp(note_type, tsk, idx);
note_type         481 arch/arm64/kernel/ptrace.c 	unsigned int note_type = regset->core_note_type;
note_type         487 arch/arm64/kernel/ptrace.c 	ret = ptrace_hbp_get_resource_info(note_type, &info);
note_type         507 arch/arm64/kernel/ptrace.c 		ret = ptrace_hbp_get_addr(note_type, target, idx, &addr);
note_type         516 arch/arm64/kernel/ptrace.c 		ret = ptrace_hbp_get_ctrl(note_type, target, idx, &ctrl);
note_type         542 arch/arm64/kernel/ptrace.c 	unsigned int note_type = regset->core_note_type;
note_type         562 arch/arm64/kernel/ptrace.c 		ret = ptrace_hbp_set_addr(note_type, target, idx, addr);
note_type         573 arch/arm64/kernel/ptrace.c 		ret = ptrace_hbp_set_ctrl(note_type, target, idx, ctrl);
note_type        1614 arch/arm64/kernel/ptrace.c static int compat_ptrace_hbp_get(unsigned int note_type,
note_type        1625 arch/arm64/kernel/ptrace.c 		err = ptrace_hbp_get_addr(note_type, tsk, idx, &addr);
note_type        1628 arch/arm64/kernel/ptrace.c 		err = ptrace_hbp_get_ctrl(note_type, tsk, idx, &ctrl);
note_type        1635 arch/arm64/kernel/ptrace.c static int compat_ptrace_hbp_set(unsigned int note_type,
note_type        1647 arch/arm64/kernel/ptrace.c 		err = ptrace_hbp_set_addr(note_type, tsk, idx, addr);
note_type        1650 arch/arm64/kernel/ptrace.c 		err = ptrace_hbp_set_ctrl(note_type, tsk, idx, ctrl);