| /arch/mips/mm/ |
| A D | uasm-micromips.c | 156 static void build_insn(u32 **buf, enum opcode opc, ...) in build_insn() argument 162 if (opc < 0 || opc >= insn_invalid || in build_insn() 163 (opc == insn_daddiu && r4k_daddiu_bug()) || in build_insn() 164 (insn_table_MM[opc].match == 0 && insn_table_MM[opc].fields == 0)) in build_insn() 165 panic("Unsupported Micro-assembler instruction %d", opc); in build_insn() 167 ip = &insn_table_MM[opc]; in build_insn() 170 va_start(ap, opc); in build_insn() 172 if (opc == insn_mfc0 || opc == insn_mtc0 || in build_insn() 173 opc == insn_cfc1 || opc == insn_ctc1) in build_insn() 179 if (opc == insn_mfc0 || opc == insn_mtc0 || in build_insn() [all …]
|
| A D | uasm-mips.c | 232 static void build_insn(u32 **buf, enum opcode opc, ...) in build_insn() argument 238 if (opc < 0 || opc >= insn_invalid || in build_insn() 239 (opc == insn_daddiu && r4k_daddiu_bug()) || in build_insn() 240 (insn_table[opc].match == 0 && insn_table[opc].fields == 0)) in build_insn() 241 panic("Unsupported Micro-assembler instruction %d", opc); in build_insn() 243 ip = &insn_table[opc]; in build_insn() 246 va_start(ap, opc); in build_insn()
|
| A D | uasm.c | 150 static void build_insn(u32 **buf, enum opcode opc, ...);
|
| /arch/s390/include/asm/ |
| A D | cpacf.h | 234 : [opc] "i" (opc), [fc] "i" (fc), in __cpacf_query_rre() 247 : [opc] "i" (opc), [fc] "i" (fc), [r1] "i" (r1), in __cpacf_query_rrf() 422 [opc] "i" (CPACF_KM) in cpacf_km() 454 [opc] "i" (CPACF_KMC) in cpacf_kmc() 482 [opc] "i" (CPACF_KIMD) in cpacf_kimd() 507 [opc] "i" (CPACF_KLMD) in cpacf_klmd() 536 [opc] "i" (CPACF_KMAC) in _cpacf_kmac() 587 [opc] "i" (CPACF_KMCTR) in cpacf_kmctr() 676 [opc] "i" (CPACF_PCC) in cpacf_pcc() 698 [opc] "i" (CPACF_PCKMO) in cpacf_pckmo() [all …]
|
| A D | fpu-insn-asm.h | 264 .macro MRXBOPC m opc v1 v2=0 v3=0 v4=0 266 .byte \opc 327 .macro VLEx vr1, disp, index="%r0", base, m3, opc 333 MRXBOPC \m3, \opc, v1 349 .macro VLEIx vr1, imm2, m3, opc 353 MRXBOPC \m3, \opc, v1
|
| /arch/mips/kvm/ |
| A D | vz.c | 651 u32 *opc; in is_eva_am_mapped() local 667 opc += 1; in is_eva_am_mapped() 829 opc += 1; in kvm_trap_vz_no_handler() 1225 opc += 1; in kvm_trap_vz_handle_gpsi() 1306 opc += 1; in kvm_trap_vz_handle_gsfc() 1413 opc, inst.word); in kvm_trap_vz_handle_gsfc() 1441 opc += 1; in kvm_trap_vz_handle_hc() 1464 u32 *opc, in kvm_trap_vz_no_handler_guest_exit() argument 1473 opc += 1; in kvm_trap_vz_no_handler_guest_exit() 1642 opc += 1; in kvm_trap_vz_handle_tlb_ld_miss() [all …]
|
| A D | mips.c | 1173 u32 __user *opc = (u32 __user *) vcpu->arch.pc; in __kvm_mips_handle_exit() local 1194 cause, opc, run, vcpu); in __kvm_mips_handle_exit() 1199 kvm_debug("[%d]EXCCODE_INT @ %p\n", vcpu->vcpu_id, opc); in __kvm_mips_handle_exit() 1210 kvm_debug("EXCCODE_CPU: @ PC: %p\n", opc); in __kvm_mips_handle_exit() 1226 cause, kvm_read_c0_guest_status(&vcpu->arch.cop0), opc, in __kvm_mips_handle_exit() 1235 cause, opc, badvaddr); in __kvm_mips_handle_exit() 1293 opc += 1; in __kvm_mips_handle_exit() 1295 kvm_get_badinstr(opc, vcpu, &inst); in __kvm_mips_handle_exit() 1297 exccode, opc, inst, badvaddr, in __kvm_mips_handle_exit()
|
| A D | emulate.c | 272 int kvm_get_badinstr(u32 *opc, struct kvm_vcpu *vcpu, u32 *out) in kvm_get_badinstr() argument 294 int kvm_get_badinstrp(u32 *opc, struct kvm_vcpu *vcpu, u32 *out) in kvm_get_badinstrp() argument
|
| /arch/s390/kernel/ |
| A D | ftrace.c | 50 u16 opc; member 80 static const struct ftrace_insn orig = { .opc = 0xc004, .disp = 0 }; in ftrace_init_nop() 133 u16 opc; in ftrace_get_trampoline() local 139 if (get_kernel_nofault(opc, &trampoline->brasl_opc)) in ftrace_get_trampoline() 141 if (opc != 0xc015) in ftrace_get_trampoline() 150 return (struct ftrace_insn){ .opc = target ? 0xc005 : 0xc004, in ftrace_generate_branch_insn()
|
| A D | kprobes.c | 145 u16 opc; in swap_instruction() local 147 opc = args->arm_kprobe ? BREAKPOINT_INSTRUCTION : p->opcode; in swap_instruction() 148 s390_kernel_write(p->addr, &opc, sizeof(opc)); in swap_instruction()
|
| /arch/mips/include/asm/octeon/ |
| A D | cvmx-srxx-defs.h | 116 uint64_t opc:4; member 120 uint64_t opc:4;
|
| A D | cvmx-iob-defs.h | 401 uint64_t opc:4; member 407 uint64_t opc:4; 420 uint64_t opc:4; member 426 uint64_t opc:4;
|
| /arch/powerpc/xmon/ |
| A D | Makefile | 19 obj-$(CONFIG_XMON_DISASSEMBLY) += ppc-dis.o ppc-opc.o
|
| /arch/mips/include/asm/ |
| A D | kvm_host.h | 815 int kvm_get_badinstr(u32 *opc, struct kvm_vcpu *vcpu, u32 *out); 816 int kvm_get_badinstrp(u32 *opc, struct kvm_vcpu *vcpu, u32 *out);
|
| /arch/s390/net/ |
| A D | bpf_jit_comp.c | 2408 u16 opc; in bpf_arch_text_poke() member 2418 if (insn.opc != (0xc004 | (old_addr ? 0xf0 : 0))) in bpf_arch_text_poke() 2445 insn.opc = 0xc004 | (new_addr ? 0xf0 : 0); in bpf_arch_text_poke() 2446 s390_kernel_write((char *)ip + 1, (char *)&insn.opc + 1, 1); in bpf_arch_text_poke()
|