Home
last modified time | relevance | path

Searched refs:LK (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Dserpent-sse2-i586-asm_32.S52 #define LK(x0, x1, x2, x3, x4, i) \ macro
516 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1);
517 S1(RC, RB, RD, RA, RE); LK(RE, RD, RA, RC, RB, 2);
518 S2(RE, RD, RA, RC, RB); LK(RB, RD, RE, RC, RA, 3);
519 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4);
520 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5);
521 S5(RA, RD, RB, RE, RC); LK(RC, RA, RD, RE, RB, 6);
522 S6(RC, RA, RD, RE, RB); LK(RD, RB, RA, RE, RC, 7);
523 S7(RD, RB, RA, RE, RC); LK(RC, RA, RE, RD, RB, 8);
524 S0(RC, RA, RE, RD, RB); LK(RE, RA, RD, RC, RB, 9);
[all …]
/openbmc/linux/crypto/
H A Dserpent_generic.c41 #define LK(x0, x1, x2, x3, x4, i) ({ \ macro
470 S0(r0, r1, r2, r3, r4); LK(r2, r1, r3, r0, r4, 1); in __serpent_encrypt()
471 S1(r2, r1, r3, r0, r4); LK(r4, r3, r0, r2, r1, 2); in __serpent_encrypt()
472 S2(r4, r3, r0, r2, r1); LK(r1, r3, r4, r2, r0, 3); in __serpent_encrypt()
473 S3(r1, r3, r4, r2, r0); LK(r2, r0, r3, r1, r4, 4); in __serpent_encrypt()
474 S4(r2, r0, r3, r1, r4); LK(r0, r3, r1, r4, r2, 5); in __serpent_encrypt()
475 S5(r0, r3, r1, r4, r2); LK(r2, r0, r3, r4, r1, 6); in __serpent_encrypt()
476 S6(r2, r0, r3, r4, r1); LK(r3, r1, r0, r4, r2, 7); in __serpent_encrypt()
477 S7(r3, r1, r0, r4, r2); LK(r2, r0, r4, r3, r1, 8); in __serpent_encrypt()
478 S0(r2, r0, r4, r3, r1); LK(r4, r0, r3, r2, r1, 9); in __serpent_encrypt()
[all …]
/openbmc/u-boot/doc/
H A DREADME.mediatek73 After all low level initializations passed, the preloader will locate the LK image and
99 lk: If lk=1, LK image header is used. Otherwise BootROM image header is used.
101 lkname: The name of the LK image header. The maximum length is 32.
/openbmc/linux/drivers/input/keyboard/
H A Dlkkbd.c251 #define CHECK_LED(LK, VAR_ON, VAR_OFF, LED, BITS) do { \ argument
252 if (test_bit(LED, (LK)->dev->led)) \
/openbmc/qemu/target/ppc/
H A Dinternal.h198 EXTRACT_HELPER(LK, 0, 1);
H A Dtranslate.c4265 if (LK(ctx->opcode)) { in gen_b()
4296 if (LK(ctx->opcode)) { in gen_bcond()
/openbmc/u-boot/arch/arm/include/asm/arch-tegra/
H A Dbpmp_abi.h9 #ifdef LK
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8994-sony-xperia-kitakami.dtsi162 * LK with the downstream DTB appended and then, only from there, load
H A Dmsm8939.dtsi19 * Stock LK wants address-cells/size-cells = 2
/openbmc/linux/include/soc/tegra/
H A Dbpmp-abi.h9 #if defined(LK) || defined(BPMP_ABI_HAVE_STDC)
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc647 #define LK 1
2184 tcg_out_call_int(s, LK, target);
2239 tcg_out_call_int(s, LK, qemu_ld_helpers[opc & MO_SIZE]);
2255 tcg_out_call_int(s, LK, qemu_st_helpers[opc & MO_SIZE]);
2448 tcg_out32(s, BC | BI(7, CR_EQ) | BO_COND_FALSE | LK);
2464 tcg_out32(s, BC | BI(0, CR_EQ) | BO_COND_FALSE | LK);
2734 tcg_out32(s, BC | BO_ALWAYS | BI(7, CR_SO) | 0x4 | LK);
/openbmc/u-boot/board/qualcomm/dragonboard820c/
H A Dreadme.txt239 [5230] LK SEC APP Handle: 0x1
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c6677 CASE_BTC_SLOT_STR(LK); in id_to_slot()