/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/ |
H 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/ |
H 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/arm/include/asm/ |
H A D | atomic.h | 311 #define ATOMIC64_OP(op, op1, op2) \ argument 330 #define ATOMIC64_OP_RETURN(op, op1, op2) \ argument 353 #define ATOMIC64_FETCH_OP(op, op1, op2) \ argument 376 #define ATOMIC64_OPS(op, op1, op2) \ argument 390 #define ATOMIC64_OPS(op, op1, op2) \ in ATOMIC64_OPS() argument
|
/linux/arch/x86/kvm/svm/ |
H A D | svm_ops.h | 19 #define svm_asm1(insn, op1, clobber...) \ argument 29 #define svm_asm2(insn, op1, op2, clobber...) \ argument
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_gpu_commands.h | 345 #define MI_MATH_INSTR(opcode, op1, op2) ((opcode) << 20 | (op1) << 10 | (op2)) argument 348 #define MI_MATH_LOAD(op1, op2) MI_MATH_INSTR(0x080, op1, op2) argument 349 #define MI_MATH_LOADINV(op1, op2) MI_MATH_INSTR(0x480, op1, op2) argument 350 #define MI_MATH_LOAD0(op1) MI_MATH_INSTR(0x081, op1) argument 351 #define MI_MATH_LOAD1(op1) MI_MATH_INSTR(0x481, op1) argument 357 #define MI_MATH_STORE(op1, op2) MI_MATH_INSTR(0x180, op1, op2) argument 358 #define MI_MATH_STOREINV(op1, op2) MI_MATH_INSTR(0x580, op1, op2) argument
|
/linux/drivers/gpu/host1x/hw/ |
H A D | channel_hw.c | 145 u32 op1 = host1x_opcode_gather_wide(g->words); in submit_gathers() local 155 u32 op1 = host1x_opcode_gather(g->words); in submit_gathers() local
|
/linux/arch/x86/crypto/ |
H A D | cast6-avx-x86_64-asm_64.S | 85 #define lookup_32bit(src, dst, op1, op2, op3, interleave_op, il_reg) \ argument 115 #define F_tail(a, x, gi1, gi2, op1, op2, op3) \ argument 129 #define F_2(a1, b1, a2, b2, op0, op1, op2, op3) \ argument
|
/linux/lib/zlib_dfltcc/ |
H A D | dfltcc_util.h | 32 Byte **op1, in dfltcc()
|
/linux/arch/arm64/include/asm/ |
H A D | esr.h | 234 #define ESR_ELx_SYS64_ISS_SYS_VAL(op0, op1, op2, crn, crm) \ argument 350 #define ESR_ELx_CP15_32_ISS_SYS_VAL(op1, op2, crn, crm) \ argument 371 #define ESR_ELx_CP15_64_ISS_SYS_VAL(op1, crm) \ argument
|
/linux/tools/objtool/arch/x86/ |
H A D | decode.c | 161 unsigned char op1, op2, op3, prefix, in arch_decode_instruction() local
|
/linux/arch/powerpc/math-emu/ |
H A D | math.c | 228 void *op0 = NULL, *op1 = NULL, *op2 = NULL, *op3 = NULL; in do_mathemu() local
|
/linux/arch/sh/kernel/ |
H A D | kprobes.c | 144 struct kprobe *op1, *op2; in prepare_singlestep() local
|
/linux/scripts/gcc-plugins/ |
H A D | latent_entropy_plugin.c | 334 static gimple create_assign(enum tree_code code, tree lhs, tree op1, in create_assign()
|
H A D | gcc-common.h | 308 static inline gimple gimple_build_assign_with_ops(enum tree_code subcode, tree lhs, tree op1, tree … in gimple_build_assign_with_ops()
|
/linux/arch/arm64/include/uapi/asm/ |
H A D | kvm.h | 247 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument 545 #define KVM_ARM_FEATURE_ID_RANGE_IDX(op0, op1, crn, crm, op2) \ argument
|
/linux/tools/arch/arm64/include/uapi/asm/ |
H A D | kvm.h | 247 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument 545 #define KVM_ARM_FEATURE_ID_RANGE_IDX(op0, op1, crn, crm, op2) \ argument
|
/linux/arch/s390/include/asm/ |
H A D | percpu.h | 67 #define arch_this_cpu_add(pcp, val, op1, op2, szcast) \ argument
|
/linux/arch/powerpc/include/asm/ |
H A D | mpc52xx_psc.h | 203 u8 op1; /* PSC + 0x38 */ member 344 u8 op1; /* PSC + 0x48 */ member
|
/linux/drivers/iommu/ |
H A D | msm_iommu.c | 28 #define MRC(reg, processor, op1, crn, crm, op2) \ argument
|
/linux/fs/smb/server/ |
H A D | oplock.c | 1018 static void copy_lease(struct oplock_info *op1, struct oplock_info *op2) in copy_lease()
|
/linux/lib/zstd/decompress/ |
H A D | huf_decompress.c | 632 BYTE* op1 = ostart; in HUF_decompress4X1_usingDTable_internal_body() local 1413 BYTE* op1 = ostart; in HUF_decompress4X2_usingDTable_internal_body() local
|
/linux/arch/arm/include/asm/hardware/ |
H A D | cp14.h | 17 #define MRC14(op1, crn, crm, op2) \ argument 24 #define MCR14(val, op1, crn, crm, op2) \ argument
|
/linux/arch/arm64/kvm/ |
H A D | emulate-nested.c | 2074 u8 op0, op1, crn, crm, op2; in encoding_next() local
|
/linux/tools/arch/arm64/include/asm/ |
H A D | sysreg.h | 39 #define sys_reg(op0, op1, crn, crm, op2) \ argument 91 #define pstate_field(op1, op2) ((op1) << Op1_shift | (op2) << Op2_shift) argument
|
/linux/arch/x86/kernel/ |
H A D | alternative.c | 954 u8 op1, op2; in apply_retpolines() local
|