/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
A D | phy_qmath.c | 13 u16 qm_mulu16(u16 op1, u16 op2) in qm_mulu16() 26 s16 qm_muls16(s16 op1, s16 op2) in qm_muls16() 42 s32 qm_add32(s32 op1, s32 op2) in qm_add32() 59 s16 qm_add16(s16 op1, s16 op2) in qm_add16() 78 s16 qm_sub16(s16 op1, s16 op2) in qm_sub16()
|
/linux/arch/arc/include/asm/ |
A D | atomic64-arcv2.h | 49 #define ATOMIC64_OP(op, op1, op2) \ argument 66 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument 88 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument 115 #define ATOMIC64_OPS(op, op1, op2) \ argument 124 #define ATOMIC64_OPS(op, op1, op2) \ argument
|
/linux/arch/x86/kvm/svm/ |
A D | svm_ops.h | 19 #define svm_asm1(insn, op1, clobber...) \ argument 29 #define svm_asm2(insn, op1, op2, clobber...) \ argument
|
/linux/arch/arm/include/asm/ |
A D | atomic.h | 304 #define ATOMIC64_OP(op, op1, op2) \ argument 323 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument 346 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument 369 #define ATOMIC64_OPS(op, op1, op2) \ argument 383 #define ATOMIC64_OPS(op, op1, op2) \ in ATOMIC64_OPS() argument
|
/linux/drivers/gpu/host1x/ |
A D | cdma.c | 138 static void host1x_pushbuffer_push(struct push_buffer *pb, u32 op1, u32 op2) in host1x_pushbuffer_push() 567 void host1x_cdma_push(struct host1x_cdma *cdma, u32 op1, u32 op2) in host1x_cdma_push() 597 void host1x_cdma_push_wide(struct host1x_cdma *cdma, u32 op1, u32 op2, in host1x_cdma_push_wide()
|
/linux/arch/s390/net/ |
A D | bpf_jit_comp.c | 199 #define _EMIT6(op1, op2) \ argument 208 #define _EMIT6_DISP(op1, op2, disp) \ argument 214 #define _EMIT6_DISP_LH(op1, op2, disp) \ argument 222 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument 231 #define EMIT6_PCREL_RIEB(op1, op2, b1, b2, mask, target) \ argument 240 #define EMIT6_PCREL_RIEC(op1, op2, b1, imm, mask, target) \ argument 249 #define EMIT6_PCREL(op1, op2, b1, b2, i, off, mask) \ argument
|
/linux/drivers/gpu/drm/i915/gt/ |
A D | intel_gpu_commands.h | 258 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument 261 #define MI_MATH_LOAD(op1, op2) MI_MATH_INSTR(0x080, op1, op2) argument 262 #define MI_MATH_LOADINV(op1, op2) MI_MATH_INSTR(0x480, op1, op2) argument 263 #define MI_MATH_LOAD0(op1) MI_MATH_INSTR(0x081, op1) argument 264 #define MI_MATH_LOAD1(op1) MI_MATH_INSTR(0x481, op1) argument 270 #define MI_MATH_STORE(op1, op2) MI_MATH_INSTR(0x180, op1, op2) argument 271 #define MI_MATH_STOREINV(op1, op2) MI_MATH_INSTR(0x580, op1, op2) argument
|
/linux/drivers/gpu/host1x/hw/ |
A D | channel_hw.c | 114 u32 op1 = host1x_opcode_gather_wide(g->words); in submit_gathers() local 124 u32 op1 = host1x_opcode_gather(g->words); in submit_gathers() local
|
/linux/arch/x86/crypto/ |
A D | cast5-avx-x86_64-asm_64.S | 85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument 111 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument 125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
|
A D | cast6-avx-x86_64-asm_64.S | 85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument 111 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument 125 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
|
A D | twofish-x86_64-asm_64-3way.S | 77 #define do16bit_ror(rot, op1, op2, T0, T1, tmp1, tmp2, ab, dst) \ argument
|
/linux/arch/x86/kvm/vmx/ |
A D | vmx_ops.h | 142 #define vmx_asm1(insn, op1, error_args...) \ argument 159 #define vmx_asm2(insn, op1, op2, error_args...) \ argument
|
/linux/arch/arm64/include/asm/ |
A D | esr.h | 180 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument 292 #define ESR_ELx_CP15_32_ISS_SYS_VAL(op1, op2, crn, crm) \ argument 313 #define ESR_ELx_CP15_64_ISS_SYS_VAL(op1, crm) \ argument
|
/linux/lib/zlib_dfltcc/ |
A D | dfltcc_util.h | 29 Byte **op1, in dfltcc()
|
/linux/arch/powerpc/kernel/trace/ |
A D | ftrace.c | 492 expected_nop_sequence(void *ip, struct ppc_inst op0, struct ppc_inst op1) in expected_nop_sequence() 510 expected_nop_sequence(void *ip, struct ppc_inst op0, struct ppc_inst op1) in expected_nop_sequence()
|
/linux/tools/objtool/arch/x86/ |
A D | decode.c | 115 unsigned char op1, op2, in arch_decode_instruction() local
|
/linux/tools/arch/arm/include/uapi/asm/ |
A D | kvm.h | 166 #define __ARM_CP15_REG(op1,crn,crm,op2) \ argument 175 #define __ARM_CP15_REG64(op1,crm) \ argument
|
/linux/arch/powerpc/math-emu/ |
A D | math.c | 228 void *op0 = NULL, *op1 = NULL, *op2 = NULL, *op3 = NULL; in do_mathemu() local
|
/linux/arch/sh/kernel/ |
A D | kprobes.c | 149 struct kprobe *op1, *op2; in prepare_singlestep() local
|
/linux/scripts/gcc-plugins/ |
A D | latent_entropy_plugin.c | 328 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign()
|
/linux/arch/s390/include/asm/ |
A D | percpu.h | 66 #define arch_this_cpu_add(pcp, val, op1, op2, szcast) \ argument
|
/linux/tools/testing/selftests/kvm/aarch64/ |
A D | get-reg-list.c | 233 unsigned op0, op1, crn, crm, op2; in print_reg() local
|
/linux/arch/powerpc/include/asm/ |
A D | mpc52xx_psc.h | 203 u8 op1; /* PSC + 0x38 */ member 344 u8 op1; /* PSC + 0x48 */ member
|
/linux/drivers/iommu/ |
A D | msm_iommu.c | 28 #define MRC(reg, processor, op1, crn, crm, op2) \ argument
|
/linux/lib/zstd/decompress/ |
A D | huf_decompress.c | 382 BYTE* op1 = ostart; in HUF_decompress4X1_usingDTable_internal_body() local 835 BYTE* op1 = ostart; in HUF_decompress4X2_usingDTable_internal_body() local
|