| /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 …]
|
| H A D | nft_osf.c | 148 if (!track->regs[priv->dreg].bitwise) in nft_osf_reduce()
|
| H A D | nft_fib.c | 200 if (!track->regs[priv->dreg].bitwise) in nft_fib_reduce()
|
| H A D | nft_hash.c | 217 if (!track->regs[priv->dreg].bitwise) in nft_symhash_reduce()
|
| H A D | nft_socket.c | 271 if (!track->regs[priv->dreg].bitwise) in nft_socket_reduce()
|
| H A D | nft_meta.c | 763 if (!track->regs[priv->dreg].bitwise) in nft_meta_get_reduce()
|
| H A D | nft_tunnel.c | 146 if (!track->regs[priv->dreg].bitwise) in nft_tunnel_get_reduce()
|
| H A D | nft_exthdr.c | 726 if (!track->regs[priv->dreg].bitwise) in nft_exthdr_reduce()
|
| /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/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/tools/include/linux/ |
| H A D | types.h | 48 #define __bitwise __attribute__((bitwise))
|
| /linux/scripts/dtc/libfdt/ |
| H A D | libfdt_env.h | 19 #define FDT_BITWISE __attribute__((bitwise))
|
| /linux/Documentation/pcmcia/ |
| H A D | driver.rst | 17 a bitwise or-ed combination from PCMCIA_DEV_ID_MATCH_* constants
|
| /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/lib/xz/ |
| H A D | Kconfig | 54 been replaced with a bitwise-negation of the lc/lp/pb
|
| /linux/Documentation/watchdog/ |
| H A D | pcwd-watchdog.rst | 49 WDIOF_* bitwise-anded into the value. (The comments
|
| /linux/Documentation/driver-api/ |
| H A D | parport-lowlevel.rst | 159 hardware. It consists of flags which may be bitwise-ored together: 418 ``flags`` may be a bitwise combination of the following flags: 1497 bitwise-or'ed together: 1535 bitwise-or'ed together: 1573 bitwise-or'ed together: 1613 bitwise-or'ed together:
|
| /linux/Documentation/bpf/ |
| H A D | cpumasks.rst | 273 callers can also perform bitwise operations between multiple cpumasks using 286 bitwise operators (and queried).
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-w1_therm | 171 Bit masks to read/write (bitwise OR):
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-dev-v5.c | 122 u16 bitwise:3; member 151 #define CCP_PT_BITWISE(p) ((p)->pt.bitwise)
|
| /linux/Documentation/core-api/ |
| H A D | circular-buffers.rst | 69 then a much quicker bitwise-AND instruction can be used instead.
|