Searched refs:OPCODE (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | push507c.h | 10 PUSH_DATA__((p), NVDEF(NV507C, DMA, OPCODE, METHOD) | \ 21 PUSH_DATA__((p), NVDEF(NV507C, DMA, OPCODE, JUMP) | \
|
H A D | pushc37b.h | 10 PUSH_DATA__((p), NVDEF(NVC37B, DMA, OPCODE, METHOD) | \
|
H A D | pushc97b.h | 10 PUSH_DATA__((p), NVDEF(NVC97B, DMA, OPCODE, METHOD) | \
|
/linux/arch/sparc/net/ |
H A 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/arch/mips/kernel/ |
H A D | traps.c | 504 #define OPCODE 0xfc000000 macro 619 if ((opcode & OPCODE) == LL) { in simulate_llsc() 624 if ((opcode & OPCODE) == SC) { in simulate_llsc() 674 if ((opcode & OPCODE) == SPEC3 && (opcode & FUNC) == RDHWR) { in simulate_rdhwr_normal() 701 if ((opcode & OPCODE) == SPEC0 && (opcode & FUNC) == SYNC) { in simulate_sync() 726 int op = opcode & OPCODE; in simulate_loongson3_cpucfg() 1132 if (!(opcode & OPCODE)) in do_tr() 1138 if (!(opcode & OPCODE)) in do_tr()
|
/linux/kernel/bpf/ |
H A D | core.c | 1782 #define SHT(OPCODE, OP) \ in ___bpf_prog_run() argument 1783 ALU64_##OPCODE##_X: \ in ___bpf_prog_run() 1786 ALU_##OPCODE##_X: \ in ___bpf_prog_run() 1789 ALU64_##OPCODE##_K: \ in ___bpf_prog_run() 1792 ALU_##OPCODE##_K: \ in ___bpf_prog_run() 1796 #define ALU(OPCODE, OP) \ in ___bpf_prog_run() argument 1797 ALU64_##OPCODE##_X: \ in ___bpf_prog_run() 1800 ALU_##OPCODE##_X: \ in ___bpf_prog_run() 1803 ALU64_##OPCODE##_K: \ in ___bpf_prog_run() 1806 ALU_##OPCODE##_ in ___bpf_prog_run() 2080 COND_JMP(SIGN,OPCODE,CMP_OP) ___bpf_prog_run() argument [all...] |
/linux/drivers/accel/ivpu/ |
H A D | ivpu_hw_btrs.c | 643 ufi_log, REG_GET_FLD(VPU_HW_BTRS_MTL_UFI_ERR_LOG, OPCODE, ufi_log), in ivpu_hw_btrs_irq_handler_mtl() 841 log, REG_GET_FLD(VPU_HW_BTRS_MTL_UFI_ERR_LOG, OPCODE, log), in diagnose_failure_mtl()
|
/linux/arch/arm64/tools/ |
H A D | sysreg | 112 Field 31:0 OPCODE
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | chip.c | 641 /* 6*/ FLAG_ENTRY0("OpcodeErr", SEEI(OPCODE)),
|