Home
last modified time | relevance | path

Searched full:bitwise (Results 1 – 25 of 187) sorted by relevance

12345678

/linux-6.12.1/net/netfilter/
Dnft_bitwise.c288 const struct nft_bitwise *bitwise; in nft_bitwise_reduce() local
296 bitwise = nft_expr_priv(track->regs[priv->dreg].selector); in nft_bitwise_reduce()
299 track->regs[priv->dreg].bitwise && in nft_bitwise_reduce()
300 track->regs[priv->dreg].bitwise->ops == expr->ops && in nft_bitwise_reduce()
301 priv->sreg == bitwise->sreg && in nft_bitwise_reduce()
302 priv->dreg == bitwise->dreg && in nft_bitwise_reduce()
303 priv->op == bitwise->op && in nft_bitwise_reduce()
304 priv->len == bitwise->len && in nft_bitwise_reduce()
305 !memcmp(&priv->mask, &bitwise->mask, sizeof(priv->mask)) && in nft_bitwise_reduce()
306 !memcmp(&priv->xor, &bitwise->xor, sizeof(priv->xor)) && in nft_bitwise_reduce()
[all …]
/linux-6.12.1/Documentation/dev-tools/
Dsparse.rst28 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-6.12.1/arch/arc/net/
Dbpf_jit.h74 /***** Bitwise AND *****/
79 /***** Bitwise OR *****/
84 /***** Bitwise XOR *****/
89 /***** Bitwise Negate *****/
92 /***** Bitwise left shift *****/
97 /***** Bitwise right shift (logical) *****/
102 /***** Bitwise right shift (arithmetic) *****/
/linux-6.12.1/include/linux/atomic/
Datomic-instrumented.h737 * atomic_and() - atomic bitwise AND with relaxed ordering
755 * atomic_fetch_and() - atomic bitwise AND with full ordering
774 * atomic_fetch_and_acquire() - atomic bitwise AND with acquire ordering
792 * atomic_fetch_and_release() - atomic bitwise AND with release ordering
811 * atomic_fetch_and_relaxed() - atomic bitwise AND with relaxed ordering
829 * atomic_andnot() - atomic bitwise AND NOT with relaxed ordering
847 * atomic_fetch_andnot() - atomic bitwise AND NOT with full ordering
866 * atomic_fetch_andnot_acquire() - atomic bitwise AND NOT with acquire ordering
884 * atomic_fetch_andnot_release() - atomic bitwise AND NOT with release ordering
903 * atomic_fetch_andnot_relaxed() - atomic bitwise AND NOT with relaxed ordering
[all …]
Datomic-long.h845 * raw_atomic_long_and() - atomic bitwise AND with relaxed ordering
866 * raw_atomic_long_fetch_and() - atomic bitwise AND with full ordering
887 * raw_atomic_long_fetch_and_acquire() - atomic bitwise AND with acquire ordering
908 * raw_atomic_long_fetch_and_release() - atomic bitwise AND with release ordering
929 * raw_atomic_long_fetch_and_relaxed() - atomic bitwise AND with relaxed ordering
950 * raw_atomic_long_andnot() - atomic bitwise AND NOT with relaxed ordering
971 * raw_atomic_long_fetch_andnot() - atomic bitwise AND NOT with full ordering
992 * raw_atomic_long_fetch_andnot_acquire() - atomic bitwise AND NOT with acquire ordering
1013 * raw_atomic_long_fetch_andnot_release() - atomic bitwise AND NOT with release ordering
1034 * raw_atomic_long_fetch_andnot_relaxed() - atomic bitwise AND NOT with relaxed ordering
[all …]
Datomic-arch-fallback.h1415 * raw_atomic_and() - atomic bitwise AND with relaxed ordering
1432 * raw_atomic_fetch_and() - atomic bitwise AND with full ordering
1459 * raw_atomic_fetch_and_acquire() - atomic bitwise AND with acquire ordering
1486 * raw_atomic_fetch_and_release() - atomic bitwise AND with release ordering
1512 * raw_atomic_fetch_and_relaxed() - atomic bitwise AND with relaxed ordering
1535 * raw_atomic_andnot() - atomic bitwise AND NOT with relaxed ordering
1556 * raw_atomic_fetch_andnot() - atomic bitwise AND NOT with full ordering
1583 * raw_atomic_fetch_andnot_acquire() - atomic bitwise AND NOT with acquire ordering
1610 * raw_atomic_fetch_andnot_release() - atomic bitwise AND NOT with release ordering
1636 * raw_atomic_fetch_andnot_relaxed() - atomic bitwise AND NOT with relaxed ordering
[all …]
/linux-6.12.1/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_internal.h76 * 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-6.12.1/include/linux/
Dccp.h387 * 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
Dtnum.h43 /* Bitwise-AND, return @a & @b */
45 /* Bitwise-OR, return @a | @b */
47 /* Bitwise-XOR, return @a ^ @b */
/linux-6.12.1/Documentation/translations/zh_CN/dev-tools/
Dsparse.rst40 这样会使 PM_SUSPEND 和 PM_RESUME 成为位方式(bitwise)整数(使用"__force"
61 不用担心 sparse 会抱怨。这是因为"bitwise"(恰如其名)是用来确保不同位方
/linux-6.12.1/Documentation/translations/zh_TW/dev-tools/
Dsparse.rst39 這樣會使 PM_SUSPEND 和 PM_RESUME 成爲位方式(bitwise)整數(使用"__force"
60 不用擔心 sparse 會抱怨。這是因爲"bitwise"(恰如其名)是用來確保不同位方
/linux-6.12.1/lib/
Dcrc64.c45 * crc64_be - Calculate bitwise big-endian ECMA-182 CRC64
67 * crc64_rocksoft_generic - Calculate bitwise Rocksoft CRC64
/linux-6.12.1/drivers/net/ethernet/pensando/ionic/
Dionic_regs.h37 /** enum ionic_intr_credits_bits - bitwise composition of credits values.
93 /** enum ionic_dbell_bits - bitwise composition of dbell values.
/linux-6.12.1/drivers/video/fbdev/core/
Dsyscopyarea.c24 * Generic bitwise copy algorithm
103 because in case SRC and DST overlap bitwise (e.g. in bitcpy()
166 * Generic bitwise copy algorithm, operating backward
248 because in case SRC and DST overlap bitwise (e.g. in bitcpy_rev()
Dcfbcopyarea.c42 * Generic bitwise copy algorithm
136 SRC and DST overlap bitwise (e.g. when moving just one pixel in in bitcpy()
208 * Generic bitwise copy algorithm, operating backward
308 SRC and DST overlap bitwise (e.g. when moving just one pixel in in bitcpy_rev()
/linux-6.12.1/scripts/atomic/kerneldoc/
Dor3 * ${class}${atomicname}() - atomic bitwise OR with ${desc_order} ordering
Dand3 * ${class}${atomicname}() - atomic bitwise AND with ${desc_order} ordering
Dandnot3 * ${class}${atomicname}() - atomic bitwise AND NOT with ${desc_order} ordering
Dxor3 * ${class}${atomicname}() - atomic bitwise XOR with ${desc_order} ordering
/linux-6.12.1/arch/mips/include/asm/
Dkvm_host.h447 /* Generate saved context bitwise modifiers */
468 /* Generate saved context atomic bitwise modifiers */
505 /* Generate VZ guest context bitwise modifiers */
552 /* Generate bitwise modifier wrapper */
676 /* Bitwise operations (on HW state) */
682 /* Bitwise operations (on saved state) */
/linux-6.12.1/Documentation/pcmcia/
Ddriver.rst17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
/linux-6.12.1/include/uapi/linux/
Dfanotify.h43 /* These are NOT bitwise flags. Both bits are used together. */
89 /* These are NOT bitwise flags. Both bits can be used togther. */
/linux-6.12.1/Documentation/netlink/specs/
Dnftables.yaml66 name: bitwise-ops
769 name: expr-bitwise-attrs
795 enum: bitwise-ops
1088 value: bitwise
1089 attribute-set: expr-bitwise-attrs
/linux-6.12.1/lib/xz/
DKconfig54 been replaced with a bitwise-negation of the lc/lp/pb
/linux-6.12.1/tools/include/linux/
Dtypes.h46 #define __bitwise __attribute__((bitwise))

12345678