summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/inst.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: Drop ppc_inst_as_str()Michael Ellerman2022-06-291-19/+0
* powerpc/inst: Add __copy_inst_from_kernel_nofault()Christophe Leroy2022-05-221-4/+9
* powerpc/code-patching: Replace patch_instruction() by ppc_inst_write() in sel...Christophe Leroy2021-12-231-0/+8
* powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy2021-12-091-1/+24
* powerpc/inst: Move ppc_inst_t definition in asm/reg.hChristophe Leroy2021-12-091-9/+1
* powerpc/inst: Define ppc_inst_t as u32 on PPC32Christophe Leroy2021-12-091-2/+13
* powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-091-18/+18
* powerpc/inst: Refactor ___get_user_instr()Christophe Leroy2021-12-091-11/+2
* powerpc/inst: Refactor PPC32 and PPC64 versionsChristophe Leroy2021-06-171-36/+13
* powerpc: Don't use 'struct ppc_inst' to reference instruction locationChristophe Leroy2021-06-171-8/+8
* powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()Christophe Leroy2021-06-161-10/+9
* powerpc/inst: Improve readability of get_user_instr() and friendsChristophe Leroy2021-06-161-10/+6
* powerpc/inst: Reduce casts in get_user_instr()Christophe Leroy2021-06-161-4/+3
* powerpc/inst: Fix sparse detection on get_user_instr()Christophe Leroy2021-06-161-1/+6
* powerpc: Rename probe_kernel_read_inst()Christophe Leroy2021-04-211-2/+1
* powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64Christophe Leroy2021-04-211-0/+2
* powerpc: Remove probe_user_read_inst()Christophe Leroy2021-04-211-3/+0
* powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy2021-04-211-6/+7
* powerpc/uaccess: Move get_user_instr helpers in asm/inst.hChristophe Leroy2021-04-031-0/+34
* powerpc: Add a ppc_inst_as_str() helperJordan Niethe2020-07-231-0/+19
* powerpc: Add ppc_inst_as_u64()Michael Ellerman2020-05-261-0/+9
* powerpc: Add ppc_inst_next()Michael Ellerman2020-05-261-0/+13
* powerpc: Add prefixed instructions to instruction data typeJordan Niethe2020-05-191-6/+64
* powerpc: Introduce a function for reporting instruction lengthJordan Niethe2020-05-191-0/+5
* powerpc: Add a probe_kernel_read_inst() functionJordan Niethe2020-05-191-0/+3
* powerpc: Add a probe_user_read_inst() functionJordan Niethe2020-05-191-0/+3
* powerpc: Use a function for reading instructionsJordan Niethe2020-05-191-0/+5
* powerpc: Use a datatype for instructionsJordan Niethe2020-05-191-7/+11
* powerpc: Introduce functions for instruction equalityJordan Niethe2020-05-191-0/+5
* powerpc: Use a function for byte swapping instructionsJordan Niethe2020-05-191-0/+5
* powerpc: Use a function for getting the instruction op codeJordan Niethe2020-05-191-0/+5
* powerpc: Use an accessor for instructionsJordan Niethe2020-05-191-0/+5
* powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-0/+11