summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/inst.h
AgeCommit message (Expand)Author
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman
2022-05-22powerpc/inst: Add __copy_inst_from_kernel_nofault()Christophe Leroy
2021-12-23powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy
2021-12-09powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy
2021-12-09powerpc/inst: Move ppc_inst_t definition in asm/reg.hChristophe Leroy
2021-12-09powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy
2021-12-09powerpc/inst: Refactor ___get_user_instr()Christophe Leroy
2021-06-17powerpc/inst: Refactor PPC32 and PPC64 versionsChristophe Leroy
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy
2021-06-16powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()Christophe Leroy
2021-06-16powerpc/inst: Improve readability of get_user_instr() and friendsChristophe Leroy
2021-06-16powerpc/inst: Reduce casts in get_user_instr()Christophe Leroy
2021-06-16powerpc/inst: Fix sparse detection on get_user_instr()Christophe Leroy
2021-04-21powerpc: Rename probe_kernel_read_inst()Christophe Leroy
2021-04-21powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64Christophe Leroy
2021-04-21powerpc: Remove probe_user_read_inst()Christophe Leroy
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy
2021-04-03powerpc/uaccess: Move get_user_instr helpers in asm/inst.hChristophe Leroy
2020-07-23powerpc: Add a ppc_inst_as_str() helperJordan Niethe
2020-05-26powerpc: Add ppc_inst_as_u64()Michael Ellerman
2020-05-26powerpc: Add ppc_inst_next()Michael Ellerman
2020-05-19powerpc: Add prefixed instructions to instruction data typeJordan Niethe
2020-05-19powerpc: Introduce a function for reporting instruction lengthJordan Niethe
2020-05-19powerpc: Add a probe_kernel_read_inst() functionJordan Niethe
2020-05-19powerpc: Add a probe_user_read_inst() functionJordan Niethe
2020-05-19powerpc: Use a function for reading instructionsJordan Niethe
2020-05-19powerpc: Use a datatype for instructionsJordan Niethe
2020-05-19powerpc: Introduce functions for instruction equalityJordan Niethe
2020-05-19powerpc: Use a function for byte swapping instructionsJordan Niethe
2020-05-19powerpc: Use a function for getting the instruction op codeJordan Niethe
2020-05-19powerpc: Use an accessor for instructionsJordan Niethe
2020-05-19powerpc: Use a macro for creating instructions from u32sJordan Niethe