| /arch/arm/nwfpe/ |
| D | fpopcode.h | 204 #define getCoprocessorNumber(opcode) ((opcode & MASK_COPROCESSOR) >> 8) argument 207 #define getOffset(opcode) (opcode & MASK_OFFSET) argument 210 #define TEST_OPCODE(opcode,mask) (((opcode) & (mask)) == (mask)) argument 212 #define LOAD_OP(opcode) TEST_OPCODE((opcode),MASK_CPDT | BIT_LOAD) argument 213 #define STORE_OP(opcode) ((opcode & (MASK_CPDT | BIT_LOAD)) == MASK_CPDT) argument 215 #define LDF_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument 216 #define LFM_OP(opcode) (LOAD_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument 217 #define STF_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 1)) argument 218 #define SFM_OP(opcode) (STORE_OP(opcode) && (getCoprocessorNumber(opcode) == 2)) argument 220 #define PREINDEXED(opcode) ((opcode & BIT_PREINDEX) != 0) argument [all …]
|
| D | fpa11.c | 47 int8 SetRoundingMode(const unsigned int opcode) in SetRoundingMode() 65 int8 SetRoundingPrecision(const unsigned int opcode) in SetRoundingPrecision() 97 unsigned int EmulateAll(unsigned int opcode) in EmulateAll()
|
| D | fpa11_cprt.c | 35 unsigned int EmulateCPRT(const unsigned int opcode) in EmulateCPRT() 69 unsigned int PerformFLT(const unsigned int opcode) in PerformFLT() 112 unsigned int PerformFIX(const unsigned int opcode) in PerformFIX() 154 static unsigned int PerformComparison(const unsigned int opcode) in PerformComparison()
|
| D | fpa11_cpdt.c | 224 unsigned int PerformLDF(const unsigned int opcode) in PerformLDF() 267 unsigned int PerformSTF(const unsigned int opcode) in PerformSTF() 318 unsigned int PerformLFM(const unsigned int opcode) in PerformLFM() 354 unsigned int PerformSFM(const unsigned int opcode) in PerformSFM() 390 unsigned int EmulateCPDT(const unsigned int opcode) in EmulateCPDT()
|
| D | fpa11_cpdo.c | 30 unsigned int EmulateCPDO(const unsigned int opcode) in EmulateCPDO()
|
| /arch/x86/lib/ |
| D | inat.c | 27 insn_attr_t inat_get_opcode_attribute(insn_byte_t opcode) in inat_get_opcode_attribute() 40 insn_attr_t inat_get_escape_attribute(insn_byte_t opcode, int lpfx_id, in inat_get_escape_attribute() 79 insn_attr_t inat_get_avx_attribute(insn_byte_t opcode, insn_byte_t vex_m, in inat_get_avx_attribute()
|
| /arch/x86/mm/ |
| D | pf_in.c | 119 static int get_opcode(unsigned char *addr, unsigned int *opcode) in get_opcode() 135 #define CHECK_OP_TYPE(opcode, array, type) \ argument 145 unsigned int opcode; in get_ins_type() local 166 unsigned int opcode; in get_ins_reg_width() local 189 unsigned int opcode; in get_ins_mem_width() local 412 unsigned int opcode; in get_ins_reg_val() local 466 unsigned int opcode; in get_ins_imm_val() local
|
| /arch/powerpc/platforms/powernv/ |
| D | opal-tracepoints.c | 44 void __trace_opal_entry(unsigned long opcode, unsigned long *args) in __trace_opal_entry() 65 void __trace_opal_exit(long opcode, unsigned long retval) in __trace_opal_exit()
|
| /arch/sh/kernel/ |
| D | traps_64.c | 39 insn_size_t opcode; in read_opcode() local 84 insn_size_t opcode, in generate_and_check_address() 166 insn_size_t opcode, in misaligned_load() 241 insn_size_t opcode, in misaligned_store() 312 insn_size_t opcode, in misaligned_fpu_load() 384 insn_size_t opcode, in misaligned_fpu_store() 458 insn_size_t opcode; in misaligned_fixup() local 649 insn_size_t opcode = 0x6ff4fff0; /* guaranteed reserved opcode */ in do_reserved_inst() local
|
| /arch/c6x/kernel/ |
| D | module.c | 19 u32 opcode; in fixup_pcr() local 53 u32 *location, opcode; in apply_relocate_add() local
|
| /arch/s390/include/uapi/asm/ |
| D | sie.h | 81 #define exit_code_ipa0(ipa0, opcode, mnemonic) \ argument 83 #define exit_code(opcode, mnemonic) \ argument
|
| /arch/blackfin/kernel/ |
| D | trace.c | 274 static void decode_ProgCtrl_0(unsigned int opcode) in decode_ProgCtrl_0() 330 static void decode_BRCC_0(unsigned int opcode) in decode_BRCC_0() 346 static void decode_CALLa_0(unsigned int opcode) in decode_CALLa_0() 372 static void decode_LoopSetup_0(unsigned int opcode) in decode_LoopSetup_0() 399 static void decode_dspLDST_0(unsigned int opcode) in decode_dspLDST_0() 462 static void decode_LDST_0(unsigned int opcode) in decode_LDST_0() 520 static void decode_LDSTii_0(unsigned int opcode) in decode_LDSTii_0() 557 static void decode_LDSTidxI_0(unsigned int opcode) in decode_LDSTidxI_0() 589 static void decode_opcode(unsigned int opcode) in decode_opcode() 623 unsigned int opcode; in decode_instruction() local
|
| D | traps.c | 75 int opcode; in trap_c() local 568 unsigned int opcode; in is_valid_bugaddr() local
|
| D | pseudodbg.c | 106 bool execute_pseudodbg_assert(struct pt_regs *fp, unsigned int opcode) in execute_pseudodbg_assert() 158 bool execute_pseudodbg(struct pt_regs *fp, unsigned int opcode) in execute_pseudodbg()
|
| D | dumpstack.c | 21 unsigned int opcode; in is_bfin_call() local
|
| /arch/arm/kernel/ |
| D | opcodes.c | 55 asmlinkage unsigned int arm_check_condition(u32 opcode, u32 psr) in arm_check_condition()
|
| /arch/arm/probes/ |
| D | decode-thumb.c | 846 static void __kprobes thumb16_singlestep(probes_opcode_t opcode, in thumb16_singlestep() 855 static void __kprobes thumb32_singlestep(probes_opcode_t opcode, in thumb32_singlestep()
|
| /arch/powerpc/platforms/pseries/ |
| D | hvCall_inst.c | 106 static void probe_hcall_entry(void *ignored, unsigned long opcode, unsigned long *args) in probe_hcall_entry() 118 static void probe_hcall_exit(void *ignored, unsigned long opcode, unsigned long retval, in probe_hcall_exit()
|
| /arch/x86/include/asm/ |
| D | iosf_mbi.h | 124 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read() 131 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write() 138 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify()
|
| /arch/mips/kernel/ |
| D | traps.c | 514 static inline int simulate_ll(struct pt_regs *regs, unsigned int opcode) in simulate_ll() 553 static inline int simulate_sc(struct pt_regs *regs, unsigned int opcode) in simulate_sc() 601 static int simulate_llsc(struct pt_regs *regs, unsigned int opcode) in simulate_llsc() 656 static int simulate_rdhwr_normal(struct pt_regs *regs, unsigned int opcode) in simulate_rdhwr_normal() 670 static int simulate_rdhwr_mm(struct pt_regs *regs, unsigned short opcode) in simulate_rdhwr_mm() 683 static int simulate_sync(struct pt_regs *regs, unsigned int opcode) in simulate_sync() 773 static int simulate_fp(struct pt_regs *regs, unsigned int opcode, in simulate_fp() 954 unsigned int opcode, bcode; in do_bp() local 1045 u32 opcode, tcode = 0; in do_tr() local 1091 unsigned int opcode = 0; in do_ri() local [all …]
|
| /arch/mn10300/mm/ |
| D | misalignment.c | 154 u_int32_t opcode; member 325 uint32_t opcode, noc, xo, xm; in misalignment() local 549 unsigned params, unsigned opcode, in misalignment_addr() 678 unsigned opcode, unsigned long disp, in misalignment_reg() 741 static void misalignment_MOV_Lcc(struct pt_regs *regs, uint32_t opcode) in misalignment_MOV_Lcc()
|
| /arch/x86/platform/intel/ |
| D | iosf_mbi.c | 101 int iosf_mbi_read(u8 port, u8 opcode, u32 offset, u32 *mdr) in iosf_mbi_read() 124 int iosf_mbi_write(u8 port, u8 opcode, u32 offset, u32 mdr) in iosf_mbi_write() 147 int iosf_mbi_modify(u8 port, u8 opcode, u32 offset, u32 mdr, u32 mask) in iosf_mbi_modify()
|
| /arch/powerpc/xmon/ |
| D | ppc-dis.c | 33 const struct powerpc_opcode *opcode; in print_insn_powerpc() local
|
| D | spu-dis.c | 58 unsigned int opcode = insn >> (32-11); in get_index_for_opcode() local
|
| /arch/x86/kernel/ |
| D | alternative.c | 266 static inline bool is_jmp(const u8 opcode) in is_jmp() 652 void *__init_or_module text_poke_early(void *addr, const void *opcode, in text_poke_early() 678 void *text_poke(void *addr, const void *opcode, size_t len) in text_poke() 761 void *text_poke_bp(void *addr, const void *opcode, size_t len, void *handler) in text_poke_bp()
|