#ifdef DEFINE_DWARF_REGSTR_TABLE /* This is included in perf/util/dwarf-regs.c */ static const char * const x86_32_regstr_tbl[] = { "%ax", "%cx", "%dx", "%bx", "$stack",/* Stack address instead of %sp */ "%bp", "%si", "%di", }; static const char * const x86_64_regstr_tbl[] = { "%ax", "%dx", "%cx", "%bx", "%si", "%di", "%bp", "%sp", "%r8", "%r9", "%r10", "%r11", "%r12", "%r13", "%r14", "%r15", }; #endif t.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/sound/core/seq/oss
ModeNameSize
-rw-r--r--Makefile317logplain
-rw-r--r--seq_oss.c7340logplain
-rw-r--r--seq_oss_device.h4638logplain
-rw-r--r--seq_oss_event.c13000logplain
-rw-r--r--seq_oss_event.h2800logplain
-rw-r--r--seq_oss_init.c11542logplain
-rw-r--r--seq_oss_ioctl.c5041logplain
-rw-r--r--seq_oss_midi.c16858logplain
-rw-r--r--seq_oss_midi.h2035logplain
-rw-r--r--seq_oss_readq.c4680logplain