/linux-6.6.21/arch/powerpc/xmon/ |
D | spu-opc.c | 25 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 26 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT }, 27 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 28 { MACFORMAT, OPCODE, MNEMONIC, ASMFORMAT },
|
D | spu.h | 62 #define APUOP(TAG,MACFORMAT,OPCODE,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument 64 #define APUOPFB(TAG,MACFORMAT,OPCODE,FB,MNEMONIC,ASMFORMAT,DEP,PIPE) \ argument
|
/linux-6.6.21/drivers/gpu/drm/nouveau/include/nvif/ |
D | push507c.h | 10 PUSH_DATA__((p), NVDEF(NV507C, DMA, OPCODE, METHOD) | \ 21 PUSH_DATA__((p), NVDEF(NV507C, DMA, OPCODE, JUMP) | \
|
D | pushc37b.h | 10 PUSH_DATA__((p), NVDEF(NVC37B, DMA, OPCODE, METHOD) | \
|
/linux-6.6.21/arch/sparc/net/ |
D | bpf_jit_comp_32.c | 137 #define emit_alu_X(OPCODE) \ argument 140 *prog++ = OPCODE | RS1(r_A) | RS2(r_X) | RD(r_A); \ 157 #define emit_alu_K(OPCODE, K) \ argument 159 if (K || OPCODE == AND || OPCODE == MUL) { \ 160 unsigned int _insn = OPCODE; \
|
/linux-6.6.21/kernel/bpf/ |
D | core.c | 1712 #define SHT(OPCODE, OP) \ in ___bpf_prog_run() argument 1713 ALU64_##OPCODE##_X: \ in ___bpf_prog_run() 1716 ALU_##OPCODE##_X: \ in ___bpf_prog_run() 1719 ALU64_##OPCODE##_K: \ in ___bpf_prog_run() 1722 ALU_##OPCODE##_K: \ in ___bpf_prog_run() 1726 #define ALU(OPCODE, OP) \ in ___bpf_prog_run() argument 1727 ALU64_##OPCODE##_X: \ in ___bpf_prog_run() 1730 ALU_##OPCODE##_X: \ in ___bpf_prog_run() 1733 ALU64_##OPCODE##_K: \ in ___bpf_prog_run() 1736 ALU_##OPCODE##_K: \ in ___bpf_prog_run() [all …]
|
/linux-6.6.21/arch/mips/kernel/ |
D | traps.c | 502 #define OPCODE 0xfc000000 macro 617 if ((opcode & OPCODE) == LL) { in simulate_llsc() 622 if ((opcode & OPCODE) == SC) { in simulate_llsc() 672 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) { in simulate_rdhwr_normal() 699 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) { in simulate_sync() 724 int op = opcode & OPCODE; in simulate_loongson3_cpucfg() 1130 if (!(opcode & OPCODE)) in do_tr() 1136 if (!(opcode & OPCODE)) in do_tr()
|
/linux-6.6.21/drivers/accel/ivpu/ |
D | ivpu_hw_37xx.c | 966 ufi_log, REG_GET_FLD(VPU_37XX_BUTTRESS_UFI_ERR_LOG, OPCODE, ufi_log), in ivpu_hw_37xx_irqb_handler() 1029 ufi_log, REG_GET_FLD(VPU_37XX_BUTTRESS_UFI_ERR_LOG, OPCODE, ufi_log), in ivpu_hw_37xx_diagnose_failure()
|
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | chip.c | 641 /* 6*/ FLAG_ENTRY0("OpcodeErr", SEEI(OPCODE)),
|