Home
last modified time | relevance | path

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

/lib/
Dsyscall.c11 struct pt_regs *regs; in collect_syscall() local
20 regs = task_pt_regs(target); in collect_syscall()
21 if (unlikely(!regs)) { in collect_syscall()
26 info->sp = user_stack_pointer(regs); in collect_syscall()
27 info->data.instruction_pointer = instruction_pointer(regs); in collect_syscall()
29 info->data.nr = syscall_get_nr(target, regs); in collect_syscall()
31 syscall_get_arguments(target, regs, args); in collect_syscall()
Dnmi_backtrace.c92 bool nmi_cpu_backtrace(struct pt_regs *regs) in nmi_cpu_backtrace() argument
97 if (!READ_ONCE(backtrace_idle) && regs && cpu_in_idle(instruction_pointer(regs))) { in nmi_cpu_backtrace()
99 cpu, (void *)instruction_pointer(regs)); in nmi_cpu_backtrace()
102 if (regs) in nmi_cpu_backtrace()
103 show_regs(regs); in nmi_cpu_backtrace()
Dbug.c146 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() argument
197 __warn(file, line, (void *)bugaddr, BUG_GET_TAINT(bug), regs, in report_bug()
/lib/raid6/
DMakefile42 CFLAGS_REMOVE_recov_neon_inner.o += -mgeneral-regs-only
43 CFLAGS_REMOVE_neon1.o += -mgeneral-regs-only
44 CFLAGS_REMOVE_neon2.o += -mgeneral-regs-only
45 CFLAGS_REMOVE_neon4.o += -mgeneral-regs-only
46 CFLAGS_REMOVE_neon8.o += -mgeneral-regs-only