Home
last modified time | relevance | path

Searched defs:b3 (Results 1 – 25 of 35) sorted by relevance

12

/openbmc/linux/arch/arm64/crypto/
H A Dsm4-ce-asm.h57 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument
103 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \ argument
110 #define SM4_CRYPT_BLK8_BE(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
200 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
H A Dsm4-neon-core.S131 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument
154 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \ argument
220 #define SM4_CRYPT_BLK8_norotate(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
254 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ argument
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c145 uint32_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u32() local
169 uint64_t b4 = BYTE_NEXT(count), b3 = BYTE_NEXT(count); in init_test_data_u64() local
214 uint8_t b1, b2, b3, b4; in read_test_data_u32() local
255 uint8_t b1, b2, b3, b4, b5, b6, b7, b8; in read_test_data_u64() local
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp.c38 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
39 #define EMIT4(b1, b2, b3, b4) EMIT((b1) + ((b2) << 8) + ((b3) << 16) + ((b4) << 24), 4) argument
45 #define EMIT3_off32(b1, b2, b3, off) \ argument
47 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
678 u8 b1, b2, b3; in emit_mov_imm32() local
1112 u8 b2 = 0, b3 = 0; in do_jit() local
H A Dbpf_jit_comp32.c69 #define EMIT3(b1, b2, b3) EMIT((b1) + ((b2) << 8) + ((b3) << 16), 3) argument
70 #define EMIT4(b1, b2, b3, b4) \ argument
77 #define EMIT3_off32(b1, b2, b3, off) \ argument
79 #define EMIT4_off32(b1, b2, b3, b4, off) \ argument
/openbmc/qemu/hw/input/
H A Dps2.c207 void ps2_queue_3(PS2State *s, int b1, int b2, int b3) in ps2_queue_3()
219 void ps2_queue_4(PS2State *s, int b1, int b2, int b3, int b4) in ps2_queue_4()
262 static void ps2_cqueue_3(PS2State *s, int b1, int b2, int b3) in ps2_cqueue_3()
/openbmc/linux/drivers/atm/
H A Dfore200e.h72 #define BITFIELD3(b1, b2, b3) b1; b2; b3; argument
73 #define BITFIELD4(b1, b2, b3, b4) b1; b2; b3; b4; argument
74 #define BITFIELD5(b1, b2, b3, b4, b5) b1; b2; b3; b4; b5; argument
75 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b1; b2; b3; b4; b5; b6; argument
78 #define BITFIELD3(b1, b2, b3) b3; b2; b1; argument
79 #define BITFIELD4(b1, b2, b3, b4) b4; b3; b2; b1; argument
80 #define BITFIELD5(b1, b2, b3, b4, b5) b5; b4; b3; b2; b1; argument
81 #define BITFIELD6(b1, b2, b3, b4, b5, b6) b6; b5; b4; b3; b2; b1; argument
/openbmc/linux/arch/x86/crypto/
H A Daria-gfni-avx512-asm_64.S69 a3, b3, c3, d3, \ argument
121 a3, b3, c3, d3, \ argument
H A Daria-aesni-avx-asm_64.S69 a3, b3, c3, d3, \ argument
121 a3, b3, c3, d3, \ argument
H A Daria-aesni-avx2-asm_64.S85 a3, b3, c3, d3, \ argument
137 a3, b3, c3, d3, \ argument
H A Dcamellia-aesni-avx-asm_64.S433 b3, c3, d3, st0, st1) \ argument
H A Dcamellia-aesni-avx2-asm_64.S465 a3, b3, c3, d3, st0, st1) \ argument
/openbmc/linux/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c425 unsigned char b1,b2,b3; in ser12_check_uart() local
H A Dbaycom_ser_fdx.c343 unsigned char b1,b2,b3; in ser12_check_uart() local
/openbmc/linux/lib/crypto/
H A Dcurve25519-hacl64.c355 u64 b3; in fdifference() local
730 u8 *b3 = output + 24; in format_fcontract_store() local
/openbmc/qemu/pc-bios/s390-ccw/
H A Dscsi.h73 uint8_t b3; /* b3 & 0x0f == resp_data_fmt == 2, must! */ member
/openbmc/linux/arch/x86/kernel/kprobes/
H A Dcore.c64 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358764.c75 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument
H A Dtc358775.c125 #define LV_MX(b0, b1, b2, b3) (FLD_VAL(b0, 4, 0) | FLD_VAL(b1, 12, 8) | \ argument
/openbmc/linux/arch/s390/net/
H A Dbpf_jit_comp.c164 #define EMIT4_RRF(op, b1, b2, b3) \ argument
228 #define EMIT6_DISP_LH(op1, op2, b1, b2, b3, disp) \ argument
/openbmc/linux/arch/x86/kernel/
H A Duprobes.c46 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace.h195 unsigned long b3; member
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi5_core.h280 u16 b1, b2, b3, b4; member
/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi5_core.h280 u16 b1, b2, b3, b4; member
/openbmc/linux/drivers/media/usb/ttusb-budget/
H A Ddvb-ttusb-budget.c391 u8 b3[] = in ttusb_init_controller() local

12