Searched refs:bswap (Results 1 - 12 of 12) sorted by relevance
/linux-4.1.27/arch/arc/include/uapi/asm/ |
H A D | swab.h | 13 * -Hardware assisted single cycle bswap (Use Case of ARC custom instrn) 83 " .extInstruction bswap, 7, 0x00, SUFFIX_NONE, SYNTAX_2OP \n"\ 84 " bswap %0, %1 \n"\
|
/linux-4.1.27/arch/x86/net/ |
H A D | bpf_jit.S | 40 bswap %eax /* ntohl() */ 92 bswap %eax 128 bswap %eax
|
H A D | bpf_jit_comp.c | 571 /* emit 'bswap eax' to swap lower 4 bytes */ do_jit() 579 /* emit 'bswap rax' to swap 8 bytes */ do_jit()
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | glue_helper-asm-avx.S | 54 #define load_ctr_8way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t1, t2) \ 57 vmovdqa bswap, t1; \
|
H A D | glue_helper-asm-avx2.S | 60 #define load_ctr_16way(iv, bswap, x0, x1, x2, x3, x4, x5, x6, x7, t0, t0x, t1, \ 70 vbroadcasti128 bswap, t1; \
|
/linux-4.1.27/drivers/media/pci/saa7134/ |
H A D | saa7134-alsa.c | 521 int bswap, sign; snd_card_saa7134_capture_prepare() local 542 bswap = 1; snd_card_saa7134_capture_prepare() 544 bswap = 0; snd_card_saa7134_capture_prepare() 577 bswap ? 'b' : '-'); snd_card_saa7134_capture_prepare() 582 if (bswap) snd_card_saa7134_capture_prepare()
|
H A D | saa7134-video.c | 118 .bswap = 1, 129 .bswap = 1, 140 .bswap = 1, 151 .bswap = 1, 158 .bswap = 1, 755 if (dev->ovfmt->bswap) start_preview() 815 if (dev->fmt->bswap) buffer_activate()
|
H A D | saa7134.h | 118 unsigned int bswap:1; member in struct:saa7134_format
|
/linux-4.1.27/drivers/ide/ |
H A D | ide-probe.c | 196 int bswap = 1; do_identify() local 220 bswap ^= 1; do_identify() 223 ide_fixstring(m, ATA_ID_PROD_LEN, bswap); do_identify() 224 ide_fixstring((char *)&id[ATA_ID_FW_REV], ATA_ID_FW_REV_LEN, bswap); do_identify() 225 ide_fixstring((char *)&id[ATA_ID_SERNO], ATA_ID_SERNO_LEN, bswap); do_identify()
|
/linux-4.1.27/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k.h | 410 * from the actual ftag header to allow for a single bswap to take care
|
/linux-4.1.27/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 180 { 0x1200bd11, BTTV_BOARD_PINNACLE, "Pinnacle PCTV [bswap]" }, 181 { 0xff00bd11, BTTV_BOARD_PINNACLE, "Pinnacle PCTV [bswap]" },
|
/linux-4.1.27/arch/x86/kvm/ |
H A D | emulate.c | 3524 asm("bswap %0" : "+r"(ctxt->dst.val)); em_bswap() 3528 asm("bswap %0" : "+r"(*(u32 *)&ctxt->dst.val)); em_bswap()
|
Completed in 449 milliseconds