aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/inst.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman1-19/+0
2022-05-22powerpc/inst: Add __copy_inst_from_kernel_nofault()Christophe Leroy1-4/+9
2021-12-23powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in selftestsChristophe Leroy1-0/+8
2021-12-09powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy1-1/+24
2021-12-09powerpc/inst: Move ppc_inst_t definition in asm/reg.hChristophe Leroy1-9/+1
2021-12-09powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy1-2/+13
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy1-18/+18
2021-12-09powerpc/inst: Refactor ___get_user_instr()Christophe Leroy1-11/+2
2021-06-17powerpc/inst: Refactor PPC32 and PPC64 versionsChristophe Leroy1-36/+13
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy1-8/+8
2021-06-16powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()Christophe Leroy1-10/+9
2021-06-16powerpc/inst: Improve readability of get_user_instr() and friendsChristophe Leroy1-10/+6
2021-06-16powerpc/inst: Reduce casts in get_user_instr()Christophe Leroy1-4/+3
2021-06-16powerpc/inst: Fix sparse detection on get_user_instr()Christophe Leroy1-1/+6
2021-04-21powerpc: Rename probe_kernel_read_inst()Christophe Leroy1-2/+1
2021-04-21powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64Christophe Leroy1-0/+2
2021-04-21powerpc: Remove probe_user_read_inst()Christophe Leroy1-3/+0
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy1-6/+7
2021-04-03powerpc/uaccess: Move get_user_instr helpers in asm/inst.hChristophe Leroy1-0/+34
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