Home
last modified time | relevance | path

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

/lib/
Dsyscall.c10 struct pt_regs *regs; in collect_syscall() local
19 regs = task_pt_regs(target); in collect_syscall()
20 if (unlikely(!regs)) { in collect_syscall()
25 info->sp = user_stack_pointer(regs); in collect_syscall()
26 info->data.instruction_pointer = instruction_pointer(regs); in collect_syscall()
28 info->data.nr = syscall_get_nr(target, regs); in collect_syscall()
30 syscall_get_arguments(target, regs, in collect_syscall()
Dnmi_backtrace.c88 bool nmi_cpu_backtrace(struct pt_regs *regs) in nmi_cpu_backtrace() argument
93 if (regs && cpu_in_idle(instruction_pointer(regs))) { in nmi_cpu_backtrace()
95 cpu, (void *)instruction_pointer(regs)); in nmi_cpu_backtrace()
98 if (regs) in nmi_cpu_backtrace()
99 show_regs(regs); in nmi_cpu_backtrace()
Dbug.c143 enum bug_trap_type report_bug(unsigned long bugaddr, struct pt_regs *regs) in report_bug() argument
195 __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