| /linux-6.15/net/netfilter/ |
| H A D | nft_bitwise.c | 398 const struct nft_bitwise *bitwise; in nft_bitwise_reduce() local 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() 437 track->regs[dreg].bitwise = expr; in nft_bitwise_reduce() 564 priv->sreg == bitwise->sreg && in nft_bitwise_fast_reduce() 565 priv->dreg == bitwise->dreg && in nft_bitwise_fast_reduce() 566 priv->mask == bitwise->mask && in nft_bitwise_fast_reduce() [all …]
|
| H A D | nft_fib.c | 200 if (!track->regs[priv->dreg].bitwise) in nft_fib_reduce()
|
| H A D | nft_osf.c | 148 if (!track->regs[priv->dreg].bitwise) in nft_osf_reduce()
|
| H A D | nft_socket.c | 271 if (!track->regs[priv->dreg].bitwise) in nft_socket_reduce()
|
| H A D | nft_hash.c | 217 if (!track->regs[priv->dreg].bitwise) in nft_symhash_reduce()
|
| H A D | nft_xfrm.c | 282 if (!track->regs[priv->dreg].bitwise) in nft_xfrm_reduce()
|
| /linux-6.15/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-6.15/Documentation/translations/zh_CN/dev-tools/ |
| H A D | sparse.rst | 40 这样会使 PM_SUSPEND 和 PM_RESUME 成为位方式(bitwise)整数(使用"__force" 61 不用担心 sparse 会抱怨。这是因为"bitwise"(恰如其名)是用来确保不同位方
|
| /linux-6.15/Documentation/translations/zh_TW/dev-tools/ |
| H A D | sparse.rst | 39 這樣會使 PM_SUSPEND 和 PM_RESUME 成爲位方式(bitwise)整數(使用"__force" 60 不用擔心 sparse 會抱怨。這是因爲"bitwise"(恰如其名)是用來確保不同位方
|
| /linux-6.15/scripts/atomic/kerneldoc/ |
| H A D | and | 3 * ${class}${atomicname}() - atomic bitwise AND 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
|
| H A D | andnot | 3 * ${class}${atomicname}() - atomic bitwise AND NOT with ${desc_order} ordering
|
| /linux-6.15/include/uapi/linux/ |
| H A D | types.h | 28 #define __bitwise __attribute__((bitwise))
|
| /linux-6.15/tools/include/linux/ |
| H A D | types.h | 48 #define __bitwise __attribute__((bitwise))
|
| /linux-6.15/scripts/dtc/libfdt/ |
| H A D | libfdt_env.h | 19 #define FDT_BITWISE __attribute__((bitwise))
|
| /linux-6.15/Documentation/pcmcia/ |
| H A D | driver.rst | 17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
|
| /linux-6.15/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-6.15/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-6.15/drivers/char/mwave/ |
| H A D | README | 7 mwave_debug=value, where value is bitwise OR of trace flags:
|
| /linux-6.15/lib/xz/ |
| H A D | Kconfig | 54 been replaced with a bitwise-negation of the lc/lp/pb
|
| /linux-6.15/Documentation/watchdog/ |
| H A D | pcwd-watchdog.rst | 49 WDIOF_* bitwise-anded into the value. (The comments
|
| /linux-6.15/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-6.15/Documentation/driver-api/ |
| H A D | parport-lowlevel.rst | 154 hardware. It consists of flags which may be bitwise-ored together: 413 ``flags`` may be a bitwise combination of the following flags: 1492 bitwise-or'ed together: 1530 bitwise-or'ed together: 1568 bitwise-or'ed together: 1608 bitwise-or'ed together:
|
| /linux-6.15/Documentation/filesystems/spufs/ |
| H A D | spu_create.rst | 38 The parameter flags can be zero or any bitwise or'd combination of the
|