search for: mmiotrace_arch

Displaying 1 result from an estimated 1 matches for "mmiotrace_arch".

2024 Jun 28
0
[PATCH v1 1/2] powerpc/mmiotrace: Add MMIO Tracing tool for PowerPC
...ialong.yang at shingroup.cn> > --- > arch/powerpc/Kconfig.debug | 3 + > arch/powerpc/mm/Makefile | 1 + > arch/powerpc/mm/kmmio.c | 649 +++++++++++++++++++++++++++++++ > arch/powerpc/mm/mmio-mod.c | 414 ++++++++++++++++++++ > arch/powerpc/mm/mmiotrace_arch.c | 149 +++++++ > arch/powerpc/mm/mmiotrace_arch.h | 25 ++ > arch/powerpc/mm/pf_in.c | 185 +++++++++ > arch/powerpc/mm/pf_in.h | 33 ++ > 8 files changed, 1459 insertions(+) At a glance most of that code could be shared between arches. I don't think I can m...