summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/inst.h
AgeCommit message (Expand)AuthorFilesLines
2020-07-23powerpc: Add a ppc_inst_as_str() helperJordan Niethe1-0/+19
2020-05-26powerpc: Add ppc_inst_as_u64()Michael Ellerman1-0/+9
2020-05-26powerpc: Add ppc_inst_next()Michael Ellerman1-0/+13
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe1-6/+64
2020-05-19powerpc: Introduce a function for reporting instruction lengthJordan Niethe1-0/+5
2020-05-19powerpc: Add a probe_kernel_read_inst() functionJordan Niethe1-0/+3
2020-05-19powerpc: Add a probe_user_read_inst() functionJordan Niethe1-0/+3
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe1-0/+5
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe1-7/+11
2020-05-19powerpc: Introduce functions for instruction equalityJordan Niethe1-0/+5
2020-05-19powerpc: Use a function for byte swapping instructionsJordan Niethe1-0/+5
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe1-0/+5
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe1-0/+5
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe1-0/+11