search for: pf_in

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

Did you mean: pa_in
2024 Jun 28
0
[PATCH v1 1/2] powerpc/mmiotrace: Add MMIO Tracing tool for PowerPC
...werpc/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 merge that as-is, without some attempt to split the generic parts out. cheers