/linux/net/netfilter/ |
H A D | nft_bitwise.c | 398 const struct nft_bitwise *bitwise; in nft_bitwise_reduce() local 406 bitwise = nft_expr_priv(track->regs[priv->dreg].selector); in nft_bitwise_reduce() 409 track->regs[priv->dreg].bitwise && in nft_bitwise_reduce() 410 track->regs[priv->dreg].bitwise->ops == expr->ops && in nft_bitwise_reduce() 411 priv->sreg == bitwise->sreg && in nft_bitwise_reduce() 412 priv->sreg2 == bitwise->sreg2 && in nft_bitwise_reduce() 413 priv->dreg == bitwise->dreg && in nft_bitwise_reduce() 414 priv->op == bitwise->op && in nft_bitwise_reduce() 415 priv->len == bitwise->len && in nft_bitwise_reduce() 416 !memcmp(&priv->mask, &bitwise->mask, sizeof(priv->mask)) && in nft_bitwise_reduce() [all …]
|
/linux/Documentation/dev-tools/ |
H A D | sparse.rst | 28 which makes PM_SUSPEND and PM_RESUME "bitwise" integers (the "__force" is 29 there because sparse will complain about casting to/from a bitwise type, 50 constant zero as a bitwise integer type without sparse ever complaining. 51 This is because "bitwise" (as the name implies) was designed for making 52 sure that bitwise types don't get mixed up (little-endian vs big-endian
|
/linux/include/linux/ |
H A D | tsm-mr.h | 14 * @mr_flags: bitwise OR of one or more flags, detailed below 24 * @mr_flags is the bitwise-OR of zero or more of the flags below. 32 * * %TSM_MR_F_RTMR - bitwise-OR of %TSM_MR_F_LIVE and %TSM_MR_F_WRITABLE.
|
H A D | ccp.h | 387 * ccp_passthru_bitwise - type of bitwise passthru operation 389 * @CCP_PASSTHRU_BITWISE_NOOP: no bitwise operation performed 390 * @CCP_PASSTHRU_BITWISE_AND: perform bitwise AND of src with mask 391 * @CCP_PASSTHRU_BITWISE_OR: perform bitwise OR of src with mask 392 * @CCP_PASSTHRU_BITWISE_XOR: perform bitwise XOR of src with mask 420 * @bit_mod: bitwise operation to perform 449 * @bit_mod: bitwise operation to perform
|
H A D | tnum.h | 43 /* Bitwise-AND, return @a & @b */ 45 /* Bitwise-OR, return @a | @b */ 47 /* Bitwise-XOR, return @a ^ @b */
|
/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_internal.h | 76 * Same as opa_vesw_info without bitwise attribute. 102 * Same as opa_per_veswport_info without bitwise attribute. 142 * Same as opa_veswport_info without bitwise attribute. 152 * Same as opa_veswport_trap without bitwise attribute. 226 /* Same as opa_veswport_mactable_entry, but without bitwise attribute */
|
/linux/Documentation/translations/zh_CN/dev-tools/ |
H A D | sparse.rst | 40 这样会使 PM_SUSPEND 和 PM_RESUME 成为位方式(bitwise)整数(使用"__force" 61 不用担心 sparse 会抱怨。这是因为"bitwise"(恰如其名)是用来确保不同位方
|
/linux/Documentation/translations/zh_TW/dev-tools/ |
H A D | sparse.rst | 39 這樣會使 PM_SUSPEND 和 PM_RESUME 成爲位方式(bitwise)整數(使用"__force" 60 不用擔心 sparse 會抱怨。這是因爲"bitwise"(恰如其名)是用來確保不同位方
|
/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_regs.h | 37 /** enum ionic_intr_credits_bits - bitwise composition of credits values. 93 /** enum ionic_dbell_bits - bitwise composition of dbell values.
|
/linux/scripts/atomic/kerneldoc/ |
H A D | and | 3 * ${class}${atomicname}() - atomic bitwise AND with ${desc_order} ordering
|
H A D | andnot | 3 * ${class}${atomicname}() - atomic bitwise AND NOT with ${desc_order} ordering
|
H A D | xor | 3 * ${class}${atomicname}() - atomic bitwise XOR with ${desc_order} ordering
|
H A D | or | 3 * ${class}${atomicname}() - atomic bitwise OR with ${desc_order} ordering
|
/linux/Documentation/netlink/specs/ |
H A D | nftables.yaml | 66 name: bitwise-ops 769 name: expr-bitwise-attrs 795 enum: bitwise-ops 1088 value: bitwise 1089 attribute-set: expr-bitwise-attrs
|
/linux/Documentation/pcmcia/ |
H A D | driver.rst | 17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
|
/linux/lib/xz/ |
H A D | Kconfig | 54 been replaced with a bitwise-negation of the lc/lp/pb
|
/linux/drivers/i2c/busses/ |
H A D | i2c-keba.c | 173 * Resetting bus bitwise is done by checking SDA and applying clock cycles as 234 * 0xff into it. Thus, use bitwise approach whenever possible, especially when 274 * bitwise reset is used. Otherwise fall back to bytewise reset. in ki2c_reset_bus()
|
/linux/drivers/char/mwave/ |
H A D | README | 7 mwave_debug=value, where value is bitwise OR of trace flags:
|
/linux/Documentation/devicetree/bindings/cpufreq/ |
H A D | nvidia,tegra20-cpufreq.txt | 20 A bitwise AND is performed against these values and if any bit
|
/linux/Documentation/devicetree/bindings/interrupt-controller/ |
H A D | st,stih407-irq-syscfg.yaml | 41 these three IRQs using bitwise logic, each one being encoded respectively
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | verifier_helper_access_var_len.c | 35 __description("helper access to variable memory: stack, bitwise AND + JMP, correct bounds") 67 __description("helper access to variable memory: stack, bitwise AND, zero included") 81 /* use bitwise AND to limit r3 range to [0, 64] */\ in stack_bitwise_and_zero_included() 102 __description("helper access to variable memory: stack, bitwise AND + JMP, wrong max")
|
/linux/Documentation/ |
H A D | atomic_t.txt | 29 Bitwise: 321 operations -- those in the Arithmetic and Bitwise classes and xchg(). However
|
/linux/Documentation/watchdog/ |
H A D | pcwd-watchdog.rst | 49 WDIOF_* bitwise-anded into the value. (The comments
|
/linux/tools/testing/selftests/powerpc/dexcr/ |
H A D | dexcr.h | 93 EFFECTIVE, /* Bitwise OR of UDEXCR and ENFORCED DEXCR bits */
|
/linux/scripts/dtc/libfdt/ |
H A D | libfdt_env.h | 19 #define FDT_BITWISE __attribute__((bitwise))
|