Age | Commit message (Expand) | Author | Files | Lines |
2020-05-26 | powerpc: Add ppc_inst_as_u64() | Michael Ellerman | 1 | -0/+9 |
2020-05-26 | powerpc: Add ppc_inst_next() | Michael Ellerman | 1 | -0/+13 |
2020-05-19 | powerpc: Add prefixed instructions to instruction data type | Jordan Niethe | 1 | -6/+64 |
2020-05-19 | powerpc: Introduce a function for reporting instruction length | Jordan Niethe | 1 | -0/+5 |
2020-05-19 | powerpc: Add a probe_kernel_read_inst() function | Jordan Niethe | 1 | -0/+3 |
2020-05-19 | powerpc: Add a probe_user_read_inst() function | Jordan Niethe | 1 | -0/+3 |
2020-05-19 | powerpc: Use a function for reading instructions | Jordan Niethe | 1 | -0/+5 |
2020-05-19 | powerpc: Use a datatype for instructions | Jordan Niethe | 1 | -7/+11 |
2020-05-19 | powerpc: Introduce functions for instruction equality | Jordan Niethe | 1 | -0/+5 |
2020-05-19 | powerpc: Use a function for byte swapping instructions | Jordan Niethe | 1 | -0/+5 |
2020-05-19 | powerpc: Use a function for getting the instruction op code | Jordan Niethe | 1 | -0/+5 |
2020-05-19 | powerpc: Use an accessor for instructions | Jordan Niethe | 1 | -0/+5 |
2020-05-19 | powerpc: Use a macro for creating instructions from u32s | Jordan Niethe | 1 | -0/+11 |