arch/alpha/include/asm/atomic.h
183
ATOMIC_OPS(xor, xor)
arch/arc/include/asm/atomic-llsc.h
88
ATOMIC_OPS(xor, xor)
arch/arc/include/asm/atomic-spinlock.h
97
ATOMIC_OPS(xor, ^=, xor)
arch/arc/include/asm/atomic64-arcv2.h
131
ATOMIC64_OPS(xor, xor, xor)
arch/arm/include/asm/atomic.h
245
ATOMIC_OPS(xor, ^=, eor)
arch/arm/include/asm/atomic.h
399
ATOMIC64_OPS(xor, eor, eor)
arch/arm64/include/asm/atomic_ll_sc.h
108
ATOMIC_OPS(xor, eor, K)
arch/arm64/include/asm/atomic_ll_sc.h
204
ATOMIC64_OPS(xor, eor, L)
arch/arm64/include/asm/atomic_lse.h
133
ATOMIC64_OP(xor, steor)
arch/arm64/include/asm/atomic_lse.h
168
ATOMIC64_FETCH_OPS(xor, ldeor)
arch/arm64/include/asm/atomic_lse.h
26
ATOMIC_OP(xor, steor)
arch/arm64/include/asm/atomic_lse.h
61
ATOMIC_FETCH_OPS(xor, ldeor)
arch/csky/include/asm/atomic.h
44
ATOMIC_OP(xor)
arch/csky/include/asm/atomic.h
93
ATOMIC_OPS(xor)
arch/hexagon/include/asm/atomic.h
98
ATOMIC_OPS(xor)
arch/loongarch/include/asm/atomic-amo.h
184
ATOMIC64_OPS(xor, i, xor)
arch/loongarch/include/asm/atomic-amo.h
89
ATOMIC_OPS(xor, i, xor)
arch/loongarch/include/asm/atomic-llsc.h
85
ATOMIC_OPS(xor, i, xor)
arch/loongarch/include/asm/inst.h
748
DEF_EMIT_REG3_FORMAT(xor, xor_op)
arch/loongarch/net/bpf_jit.c
768
emit_insn(ctx, xor, dst, dst, src);
arch/loongarch/net/bpf_jit.c
779
emit_insn(ctx, xor, dst, dst, t1);
arch/m68k/include/asm/atomic.h
121
ATOMIC_OPS(xor, ^=, eor)
arch/mips/include/asm/atomic.h
168
ATOMIC_OPS(atomic, xor, int, ^=, xor, ll, sc)
arch/mips/include/asm/atomic.h
177
ATOMIC_OPS(atomic64, xor, s64, ^=, xor, lld, scd)
arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h
39
xor v0, v0, 0x1001
arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h
48
xor t1, t1, 0x9000 # 63-P1
arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h
51
xor t1, t1, 0x9008 # 63-P2
arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h
54
xor t1, t1, 0x9100 # 68-P1
arch/mips/include/asm/mach-cavium-octeon/kernel-entry-init.h
57
xor t1, t1, 0x9200 # 66-PX
arch/mips/net/bpf_jit_comp.c
355
emit(ctx, xor, dst, dst, src);
arch/mips/net/bpf_jit_comp.c
428
emit(ctx, xor, MIPS_R_T8, MIPS_R_T9, src);
arch/mips/net/bpf_jit_comp32.c
1081
emit(ctx, xor, t3, hi(rs), hi(rt)); /* t3 = rlh ^ rth */
arch/mips/net/bpf_jit_comp32.c
1111
emit(ctx, xor, tmp, lo(dst), tmp);
arch/mips/net/bpf_jit_comp32.c
256
emit(ctx, xor, lo(dst), lo(dst), src);
arch/mips/net/bpf_jit_comp32.c
302
emit(ctx, xor, lo(dst), lo(dst), lo(src));
arch/mips/net/bpf_jit_comp32.c
303
emit(ctx, xor, hi(dst), hi(dst), hi(src));
arch/mips/net/bpf_jit_comp64.c
404
emit(ctx, xor, t2, t1, src);
arch/openrisc/include/asm/atomic.h
76
ATOMIC_FETCH_OP(xor)
arch/openrisc/include/asm/atomic.h
82
ATOMIC_OP(xor)
arch/parisc/include/asm/atomic.h
133
ATOMIC_OPS(xor, ^=)
arch/parisc/include/asm/atomic.h
205
ATOMIC64_OPS(xor, ^=)
arch/powerpc/include/asm/atomic.h
119
ATOMIC_OPS(xor, xor, "", K)
arch/powerpc/include/asm/atomic.h
287
ATOMIC64_OPS(xor, xor)
arch/powerpc/include/asm/bitops.h
175
DEFINE_TESTOP(test_and_change_bits, xor, PPC_ATOMIC_ENTRY_BARRIER,
arch/powerpc/include/asm/bitops.h
83
DEFINE_BITOP(change_bits, xor, "")
arch/powerpc/include/asm/pmac_pfunc.h
100
u32 xor);
arch/powerpc/include/asm/pmac_pfunc.h
102
u32 xor);
arch/powerpc/include/asm/pmac_pfunc.h
65
int (*read_gpio)(PMF_STD_ARGS, u8 mask, int rshift, u8 xor);
arch/powerpc/include/asm/pmac_pfunc.h
98
u32 xor);
arch/powerpc/platforms/powermac/pfunc_base.c
193
u32 shift, u32 xor)
arch/powerpc/platforms/powermac/pfunc_base.c
201
*args->u[0].p = ((MACIO_IN32(offset) & mask) >> shift) ^ xor;
arch/powerpc/platforms/powermac/pfunc_base.c
206
u32 shift, u32 xor)
arch/powerpc/platforms/powermac/pfunc_base.c
214
*((u8 *)(args->u[0].p)) = ((MACIO_IN8(offset) & mask) >> shift) ^ xor;
arch/powerpc/platforms/powermac/pfunc_base.c
66
static int macio_do_gpio_read(PMF_STD_ARGS, u8 mask, int rshift, u8 xor)
arch/powerpc/platforms/powermac/pfunc_base.c
76
*args->u[0].p = ((value & mask) >> rshift) ^ xor;
arch/powerpc/platforms/powermac/pfunc_core.c
151
u8 xor = (u8)pmf_next32(cmd);
arch/powerpc/platforms/powermac/pfunc_core.c
154
mask, rshift, xor);
arch/powerpc/platforms/powermac/pfunc_core.c
156
PMF_PARSE_CALL(read_gpio, cmd, h, mask, rshift, xor);
arch/powerpc/platforms/powermac/pfunc_core.c
410
u32 xor = pmf_next32(cmd);
arch/powerpc/platforms/powermac/pfunc_core.c
413
" xor: %x\n", offset, mask, shift, xor);
arch/powerpc/platforms/powermac/pfunc_core.c
415
PMF_PARSE_CALL(read_reg32_msrx, cmd, h, offset, mask, shift, xor);
arch/powerpc/platforms/powermac/pfunc_core.c
424
u32 xor = pmf_next32(cmd);
arch/powerpc/platforms/powermac/pfunc_core.c
427
" xor: %x\n", offset, mask, shift, xor);
arch/powerpc/platforms/powermac/pfunc_core.c
429
PMF_PARSE_CALL(read_reg16_msrx, cmd, h, offset, mask, shift, xor);
arch/powerpc/platforms/powermac/pfunc_core.c
437
u32 xor = pmf_next32(cmd);
arch/powerpc/platforms/powermac/pfunc_core.c
440
" xor: %x\n", offset, mask, shift, xor);
arch/powerpc/platforms/powermac/pfunc_core.c
442
PMF_PARSE_CALL(read_reg8_msrx, cmd, h, offset, mask, shift, xor);
arch/riscv/include/asm/atomic.h
175
ATOMIC_OPS(xor, xor, i)
arch/riscv/include/asm/atomic.h
77
ATOMIC_OPS(xor, xor, i)
arch/riscv/include/asm/bitops.h
241
return __test_and_op_bit(xor, __NOP, nr, addr);
arch/riscv/include/asm/bitops.h
286
__op_bit(xor, __NOP, nr, addr);
arch/riscv/include/asm/bitops.h
342
__AMO(xor) ".rl %0, %2, %1"
arch/s390/include/asm/atomic.h
215
ATOMIC64_OPS(xor)
arch/s390/include/asm/atomic.h
94
ATOMIC_OPS(xor)
arch/s390/include/asm/futex.h
47
FUTEX_OP_FUNC(xor, "lr %[new],%[old]\n xr %[new],%[oparg]\n")
arch/sh/include/asm/atomic-grb.h
84
ATOMIC_OPS(xor)
arch/sh/include/asm/atomic-irq.h
70
ATOMIC_OPS(xor, ^=)
arch/sh/include/asm/atomic-llsc.h
86
ATOMIC_OPS(xor)
arch/sparc/include/asm/atomic_64.h
55
ATOMIC_OPS(xor)
arch/sparc/lib/atomic32.c
65
ATOMIC_FETCH_OP(xor, ^=)
arch/x86/crypto/camellia.h
28
bool xor);
arch/x86/crypto/camellia.h
33
bool xor);
arch/x86/crypto/camellia_glue.c
24
bool xor);
arch/x86/crypto/camellia_glue.c
31
bool xor);
arch/x86/crypto/serpent-sse2.h
13
const u8 *src, bool xor);
arch/x86/crypto/serpent-sse2.h
38
const u8 *src, bool xor);
arch/x86/crypto/twofish.h
15
bool xor);
arch/x86/include/asm/nospec-branch.h
83
xor %eax, %eax; \
arch/x86/kvm/emulate.c
961
EM_ASM_2(xor);
arch/xtensa/include/asm/atomic.h
258
ATOMIC_OPS(xor)
arch/xtensa/include/asm/initialize_mmu.h
223
xor a3, a3, a4
arch/xtensa/include/asm/initialize_mmu.h
225
xor a3, a3, a4
arch/xtensa/include/asm/initialize_mmu.h
228
xor a3, a3, a4
arch/xtensa/include/asm/initialize_mmu.h
230
xor a3, a3, a4
arch/xtensa/include/asm/thread_info.h
107
xor reg, sp, reg
drivers/dma/fsl_raid.c
322
struct fsl_re_xor_cdb *xor;
drivers/dma/fsl_raid.c
351
xor = desc->cdb_addr;
drivers/dma/fsl_raid.c
352
xor->cdb32 = cdb;
drivers/dma/fsl_raid.c
357
xor->gfm[i] = scf[i];
drivers/dma/fsl_raid.c
359
xor->gfm[i++] = 1;
drivers/dma/fsl_raid.c
363
xor->gfm[i] = 1;
drivers/dma/fsl_raid.c
368
fill_cfd_frame(cf, 0, sizeof(*xor), desc->cdb_paddr, 0);
drivers/dma/ioat/dma.c
504
struct ioat_xor_descriptor *xor = desc->xor;
drivers/dma/ioat/dma.c
506
if (src_cnt_to_sw(xor->ctl_f.src_cnt) > 5)
drivers/dma/ioat/dma.h
182
struct ioat_xor_descriptor *xor;
drivers/dma/ioat/prep.c
161
struct ioat_xor_descriptor *xor;
drivers/dma/ioat/prep.c
198
xor = desc->xor;
drivers/dma/ioat/prep.c
207
descs[0] = (struct ioat_raw_descriptor *) xor;
drivers/dma/ioat/prep.c
211
xor->size = xfer_size;
drivers/dma/ioat/prep.c
212
xor->dst_addr = dest + offset;
drivers/dma/ioat/prep.c
213
xor->ctl = 0;
drivers/dma/ioat/prep.c
214
xor->ctl_f.op = op;
drivers/dma/ioat/prep.c
215
xor->ctl_f.src_cnt = src_cnt_to_hw(src_cnt);
drivers/dma/ioat/prep.c
227
xor->ctl_f.fence = !!(flags & DMA_PREP_FENCE);
drivers/input/joystick/sidewinder.c
556
unsigned char xor = 0;
drivers/input/joystick/sidewinder.c
559
xor |= (buf[i - 1] ^ buf[i]) & 6;
drivers/input/joystick/sidewinder.c
561
return !!xor * 2 + 1;
drivers/input/keyboard/jornada680_kbd.c
83
unsigned int xor = new ^ old;
drivers/input/keyboard/jornada680_kbd.c
85
if (xor == 0)
drivers/input/keyboard/jornada680_kbd.c
90
if (xor & bit) {
drivers/media/common/ttpci-eeprom.c
54
u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c,
drivers/media/common/ttpci-eeprom.c
64
data[i] ^= xor[i];
drivers/media/common/ttpci-eeprom.c
79
u8 xor[20] = { 0x72, 0x23, 0x68, 0x19, 0x5c, 0xa8, 0x71, 0x2c,
drivers/media/common/ttpci-eeprom.c
88
data[i] ^= xor[i];
drivers/media/dvb-core/dvb_demux.c
141
u8 xor = f->filter.filter_value[i] ^ feed->feed.sec.secbuf[i];
drivers/media/dvb-core/dvb_demux.c
143
if (f->maskandmode[i] & xor)
drivers/media/dvb-core/dvb_demux.c
146
neq |= f->maskandnotmode[i] & xor;
drivers/misc/cb710/core.c
18
int reg, uint32_t mask, uint32_t xor)
drivers/misc/cb710/core.c
23
rval = (rval & mask) ^ xor;
drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
31
u32 xor = key[0] ^ key[1] ^ key[2] ^ key[3];
drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c
34
(jhash_1word(xor, 0) % clipt_size_half);
drivers/net/ethernet/chelsio/cxgb4/l2t.c
101
(jhash_2words(xor, ifindex, 0) % l2t_size_half));
drivers/net/ethernet/chelsio/cxgb4/l2t.c
98
u32 xor = key[0] ^ key[1] ^ key[2] ^ key[3];
drivers/net/ethernet/huawei/hinic3/hinic3_mbox.c
472
u32 xor = MBOX_DMA_MSG_INIT_XOR_VAL;
drivers/net/ethernet/huawei/hinic3/hinic3_mbox.c
477
xor ^= data[i];
drivers/net/ethernet/huawei/hinic3/hinic3_mbox.c
479
return xor;
drivers/net/ethernet/huawei/hinic3/hinic3_mbox.c
513
dma_msg->xor = cpu_to_le32(mbox_dma_msg_xor(dma_vaddr,
drivers/net/ethernet/huawei/hinic3/hinic3_mbox.h
98
__le32 xor;
drivers/staging/media/av7110/av7110.c
287
u8 xor, neq = 0;
drivers/staging/media/av7110/av7110.c
290
xor = filter->filter_value[i] ^ buffer1[i];
drivers/staging/media/av7110/av7110.c
291
neq |= dvbdmxfilter->maskandnotmode[i] & xor;
drivers/vfio/pci/pds/dirty.c
487
u64 xor = le64_to_cpu(seq[i]) ^ le64_to_cpu(ack[i]);
drivers/vfio/pci/pds/dirty.c
493
if (xor & BIT(bit_i)) {
drivers/video/fbdev/amifb.c
3098
*dst = xor(val, *dst, first);
drivers/video/fbdev/amifb.c
3103
*dst = xor(val, *dst, first);
drivers/video/fbdev/amifb.c
3122
*dst = xor(val, *dst, last);
drivers/video/fbdev/core/fb_logo.c
103
u8 xor = (info->fix.visual == FB_VISUAL_MONO01) ? 0xff : 0;
drivers/video/fbdev/core/fb_logo.c
137
d = *src ^ xor;
fs/omfs/inode.c
101
oi->i_head.h_check_xor = xor;
fs/omfs/inode.c
87
int xor, i, ofs = 0, count;
fs/omfs/inode.c
97
xor = ptr[0];
fs/omfs/inode.c
99
xor ^= ptr[i];
include/asm-generic/atomic.h
103
ATOMIC_FETCH_OP(xor, ^)
include/asm-generic/atomic.h
109
ATOMIC_OP(xor, ^)
include/asm-generic/atomic64.h
40
ATOMIC64_OPS(xor)
include/linux/cb710.h
77
int reg, uint32_t and, uint32_t xor);
include/net/netfilter/nf_tables_core.h
34
u32 xor;
include/sound/emu10k1.h
1897
int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, const char __user *data, int size, u32 xor);
kernel/bpf/core.c
2238
ATOMIC_ALU_OP(BPF_XOR, xor)
lib/atomic64.c
135
ATOMIC64_OPS(xor, ^=)
lib/atomic64_test.c
120
TEST(, xor, ^=, v1);
lib/atomic64_test.c
172
TEST(64, xor, ^=, v1);
net/can/gw.c
1024
nla_memcpy(&mod->csum.xor, tb[CGW_CS_XOR],
net/can/gw.c
1032
mod->csumfunc.xor = cgw_csum_xor_rel;
net/can/gw.c
1034
mod->csumfunc.xor = cgw_csum_xor_pos;
net/can/gw.c
1036
mod->csumfunc.xor = cgw_csum_xor_neg;
net/can/gw.c
104
struct cgw_csum_xor xor;
net/can/gw.c
108
void (*xor)(struct canfd_frame *cf,
net/can/gw.c
109
struct cgw_csum_xor *xor);
net/can/gw.c
165
MODFUNC(mod_xor_id, cf->can_id ^= mod->modframe.xor.can_id)
net/can/gw.c
166
MODFUNC(mod_xor_len, cf->len ^= mod->modframe.xor.len)
net/can/gw.c
167
MODFUNC(mod_xor_flags, cf->flags ^= mod->modframe.xor.flags)
net/can/gw.c
168
MODFUNC(mod_xor_data, *(u64 *)cf->data ^= *(u64 *)mod->modframe.xor.data)
net/can/gw.c
195
*(u64 *)(cf->data + i) ^= *(u64 *)(mod->modframe.xor.data + i);
net/can/gw.c
321
static void cgw_csum_xor_rel(struct canfd_frame *cf, struct cgw_csum_xor *xor)
net/can/gw.c
323
int from = calc_idx(xor->from_idx, cf->len);
net/can/gw.c
324
int to = calc_idx(xor->to_idx, cf->len);
net/can/gw.c
325
int res = calc_idx(xor->result_idx, cf->len);
net/can/gw.c
326
u8 val = xor->init_xor_val;
net/can/gw.c
343
static void cgw_csum_xor_pos(struct canfd_frame *cf, struct cgw_csum_xor *xor)
net/can/gw.c
345
u8 val = xor->init_xor_val;
net/can/gw.c
348
for (i = xor->from_idx; i <= xor->to_idx; i++)
net/can/gw.c
351
cf->data[xor->result_idx] = val;
net/can/gw.c
354
static void cgw_csum_xor_neg(struct canfd_frame *cf, struct cgw_csum_xor *xor)
net/can/gw.c
356
u8 val = xor->init_xor_val;
net/can/gw.c
359
for (i = xor->from_idx; i >= xor->to_idx; i--)
net/can/gw.c
362
cf->data[xor->result_idx] = val;
net/can/gw.c
560
if (mod->csumfunc.xor)
net/can/gw.c
561
(*mod->csumfunc.xor)(cf, &mod->csum.xor);
net/can/gw.c
691
if (mod->modtype.xor) {
net/can/gw.c
692
memcpy(&mb.cf, &mod->modframe.xor, sizeof(mb.cf));
net/can/gw.c
693
mb.modtype = mod->modtype.xor;
net/can/gw.c
721
if (mod->modtype.xor) {
net/can/gw.c
722
memcpy(&mb.cf, &mod->modframe.xor, sizeof(mb.cf));
net/can/gw.c
723
mb.modtype = mod->modtype.xor;
net/can/gw.c
747
if (mod->csumfunc.xor) {
net/can/gw.c
749
&mod->csum.xor) < 0)
net/can/gw.c
889
canfdframecpy(&mod->modframe.xor, &mb.cf);
net/can/gw.c
890
mod->modtype.xor = mb.modtype;
net/can/gw.c
90
struct canfd_frame xor;
net/can/gw.c
96
u8 xor;
net/can/gw.c
961
canframecpy(&mod->modframe.xor, &mb.cf);
net/can/gw.c
962
mod->modtype.xor = mb.modtype;
net/netfilter/nf_tables_core.c
81
*dst = (*src & priv->mask) ^ priv->xor;
net/netfilter/nft_bitwise.c
146
struct nft_data_desc xor = {
net/netfilter/nft_bitwise.c
148
.size = sizeof(priv->xor),
net/netfilter/nft_bitwise.c
165
err = nft_data_init(NULL, &priv->xor, &xor, tb[NFTA_BITWISE_XOR]);
net/netfilter/nft_bitwise.c
25
struct nft_data xor;
net/netfilter/nft_bitwise.c
309
if (nft_data_dump(skb, NFTA_BITWISE_XOR, &priv->xor,
net/netfilter/nft_bitwise.c
35
dst[i] = (src[i] & priv->mask.data[i]) ^ priv->xor.data[i];
net/netfilter/nft_bitwise.c
385
if (memcmp(&priv->xor, &zero, sizeof(priv->xor)) ||
net/netfilter/nft_bitwise.c
417
!memcmp(&priv->xor, &bitwise->xor, sizeof(priv->xor)) &&
net/netfilter/nft_bitwise.c
501
err = nft_bitwise_extract_u32_data(tb[NFTA_BITWISE_XOR], &priv->xor);
net/netfilter/nft_bitwise.c
529
data.data[0] = priv->xor;
net/netfilter/nft_bitwise.c
544
if (priv->xor || priv->sreg != priv->dreg || reg->len != sizeof(u32))
net/netfilter/nft_bitwise.c
567
priv->xor == bitwise->xor) {
net/sched/cls_flow.c
328
classid = (classid & f->mask) ^ f->xor;
net/sched/cls_flow.c
466
fnew->xor = fold->xor;
net/sched/cls_flow.c
51
u32 xor;
net/sched/cls_flow.c
541
fnew->xor = nla_get_u32(tb[TCA_FLOW_XOR]);
net/sched/cls_flow.c
648
if (f->mask != ~0 || f->xor != 0) {
net/sched/cls_flow.c
650
nla_put_u32(skb, TCA_FLOW_XOR, f->xor))
sound/pci/emu10k1/emu10k1_patch.c
119
if (snd_emu10k1_synth_copy_from_user(emu, sp->block, offset, data, size, xor))
sound/pci/emu10k1/emu10k1_patch.c
126
if (snd_emu10k1_synth_copy_from_user(emu, sp->block, offset, data, size, xor))
sound/pci/emu10k1/emu10k1_patch.c
135
if (snd_emu10k1_synth_copy_from_user(emu, sp->block, offset, data, size, xor))
sound/pci/emu10k1/emu10k1_patch.c
30
u32 xor;
sound/pci/emu10k1/emu10k1_patch.c
51
xor = (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_UNSIGNED) ? 0 : 0x80808080;
sound/pci/emu10k1/emu10k1_patch.c
55
xor = (sp->v.mode_flags & SNDRV_SFNT_SAMPLE_UNSIGNED) ? 0x80008000 : 0;
sound/pci/emu10k1/memory.c
617
int offset, const char __user *data, int size, u32 xor)
sound/pci/emu10k1/memory.c
639
if (xor)
sound/pci/emu10k1/memory.c
640
xor_range(ptr, temp, xor);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
102
static inline void pdacf_transfer_stereo16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
105
*dst++ = swab16(inw(rdp_port) ^ xor);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
106
*dst++ = swab16(inw(rdp_port) ^ xor);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
110
static inline void pdacf_transfer_stereo32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
118
*dst++ = swab32((((val2 & 0xff) << 24) | ((u32)val1 << 8)) ^ xor);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
119
*dst++ = swab32((((u32)val3 << 16) | (val2 & 0xff00)) ^ xor);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
123
static inline void pdacf_transfer_mono24le(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
132
xval1 = (((val2 & 0xff) << 8) | (val1 << 16)) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
139
static inline void pdacf_transfer_mono24be(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
148
xval1 = (((val2 & 0xff) << 8) | (val1 << 16)) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
155
static inline void pdacf_transfer_stereo24le(u8 *dst, u32 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
164
xval1 = ((((u32)val2 & 0xff) << 24) | ((u32)val1 << 8)) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
165
xval2 = (((u32)val3 << 16) | (val2 & 0xff00)) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
175
static inline void pdacf_transfer_stereo24be(u8 *dst, u32 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
184
xval1 = ((((u32)val2 & 0xff) << 24) | ((u32)val1 << 8)) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
185
xval2 = (((u32)val3 << 16) | (val2 & 0xff00)) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
198
unsigned int xor = chip->pcm_xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
203
pdacf_transfer_mono24le((char *)chip->pcm_area + (off * 3), xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
205
pdacf_transfer_stereo24le((char *)chip->pcm_area + (off * 6), xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
209
pdacf_transfer_mono24be((char *)chip->pcm_area + (off * 3), xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
211
pdacf_transfer_stereo24be((char *)chip->pcm_area + (off * 6), xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
219
pdacf_transfer_mono16((u16 *)chip->pcm_area + off, xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
221
pdacf_transfer_mono32((u32 *)chip->pcm_area + off, xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
225
pdacf_transfer_stereo16((u16 *)chip->pcm_area + (off * 2), xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
227
pdacf_transfer_stereo32((u32 *)chip->pcm_area + (off * 2), xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
233
pdacf_transfer_mono16sw((u16 *)chip->pcm_area + off, xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
235
pdacf_transfer_mono32sw((u32 *)chip->pcm_area + off, xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
239
pdacf_transfer_stereo16sw((u16 *)chip->pcm_area + (off * 2), xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
241
pdacf_transfer_stereo32sw((u32 *)chip->pcm_area + (off * 2), xor, size, rdp_port);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
41
static inline void pdacf_transfer_mono16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
44
*dst++ = inw(rdp_port) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
49
static inline void pdacf_transfer_mono32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
57
*dst++ = ((((u32)val2 & 0xff) << 24) | ((u32)val1 << 8)) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
61
static inline void pdacf_transfer_stereo16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
64
*dst++ = inw(rdp_port) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
65
*dst++ = inw(rdp_port) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
69
static inline void pdacf_transfer_stereo32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
77
*dst++ = ((((u32)val2 & 0xff) << 24) | ((u32)val1 << 8)) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
78
*dst++ = (((u32)val3 << 16) | (val2 & 0xff00)) ^ xor;
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
82
static inline void pdacf_transfer_mono16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
85
*dst++ = swab16(inw(rdp_port) ^ xor);
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
90
static inline void pdacf_transfer_mono32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_port)
sound/pcmcia/pdaudiocf/pdaudiocf_irq.c
98
*dst++ = swab32((((val2 & 0xff) << 24) | ((u32)val1 << 8)) ^ xor);
tools/bpf/bpf_exp.y
110
| xor
tools/bpf/bpf_exp.y
415
xor
tools/testing/selftests/bpf/prog_tests/arena_atomics.c
96
prog_fd = bpf_program__fd(skel->progs.xor);
tools/testing/selftests/bpf/prog_tests/atomics.c
107
prog_fd = skel->progs.xor.prog_fd;
tools/testing/selftests/bpf/progs/arena_atomics.c
153
int xor(const void *ctx)
tools/testing/selftests/bpf/progs/atomics.c
115
int xor(const void *ctx)