/linux/tools/testing/selftests/vDSO/ |
H A D | vdso_test_chacha.c | 49 #define QR(a, b, c, d) ( \ in reference_chacha20_blocks() macro 59 QR(0, 4, 8, 12); in reference_chacha20_blocks() 60 QR(1, 5, 9, 13); in reference_chacha20_blocks() 61 QR(2, 6, 10, 14); in reference_chacha20_blocks() 62 QR(3, 7, 11, 15); in reference_chacha20_blocks() 63 QR(0, 5, 10, 15); in reference_chacha20_blocks() 64 QR(1, 6, 11, 12); in reference_chacha20_blocks() 65 QR(2, 7, 8, 13); in reference_chacha20_blocks() 66 QR(3, 4, 9, 14); in reference_chacha20_blocks()
|
/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 288 FP_DECL_Q(QA); FP_DECL_Q(QB); FP_DECL_Q(QR); in do_one_mathemu() 430 case FADDQ: FP_ADD_Q (QR, QA, QB); break; in do_one_mathemu() 434 case FSUBQ: FP_SUB_Q (QR, QA, QB); break; in do_one_mathemu() 442 case FMULQ: FP_MUL_Q (QR, QA, QB); break; in do_one_mathemu() 446 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_one_mathemu() 450 case FSQRTQ: FP_SQRT_Q (QR, QB); break; in do_one_mathemu() 462 case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 32, int); break; in do_one_mathemu() 465 case FSTOQ: FP_CONV (Q, S, 4, 1, QR, SB); break; in do_one_mathemu() 466 case FDTOQ: FP_CONV (Q, D, 4, 2, QR, DB); break; in do_one_mathemu() 509 case 7: FP_PACK_QP (rd, QR); break; in do_one_mathemu()
|
H A D | math_64.c | 183 FP_DECL_Q(QA); FP_DECL_Q(QB); FP_DECL_Q(QR); in do_mathemu() 435 case FADDQ: FP_ADD_Q (QR, QA, QB); break; in do_mathemu() 439 case FSUBQ: FP_SUB_Q (QR, QA, QB); break; in do_mathemu() 447 case FMULQ: FP_MUL_Q (QR, QA, QB); break; in do_mathemu() 451 case FDIVQ: FP_DIV_Q (QR, QA, QB); break; in do_mathemu() 455 case FSQRTQ: FP_SQRT_Q (QR, QB); break; in do_mathemu() 468 case FITOQ: IR = rs2->s; FP_FROM_INT_Q (QR, IR, 32, int); break; in do_mathemu() 469 case FXTOQ: XR = rs2->d; FP_FROM_INT_Q (QR, XR, 64, long); break; in do_mathemu() 479 case FSTOQ: FP_CONV (Q, S, 2, 1, QR, SB); break; in do_mathemu() 480 case FDTOQ: FP_CONV (Q, D, 2, 1, QR, DB); break; in do_mathemu() [all …]
|
/linux/drivers/gpu/drm/ |
H A D | Kconfig | 151 bool "Add a panic screen with a QR code" 155 This option adds a QR code generator, and a panic screen with a QR 156 code. The QR code will contain the last lines of kmsg and other debug 162 string "Base URL of the QR code in the panic screen" 166 the QR code will contain the URL and the kmsg compressed with zlib as 167 a URL parameter. If it's empty, the QR code will contain the kmsg as 173 int "Maximum version (size) of the QR code." 177 This option limits the version (or size) of the QR code. QR code 179 Smaller QR code are easier to read, but will contain less debugging
|
/linux/arch/powerpc/crypto/ |
H A D | chacha-p10le-8x.S | 195 # QR(v0, v4, v8, v12, v1, v5, v9, v13, v2, v6, v10, v14, v3, v7, v11, v15) 292 # QR(v0, v5, v10, v15, v1, v6, v11, v12, v2, v7, v8, v13, v3, v4, v9, v14) 395 # QR(v0, v4, v8, v12, v1, v5, v9, v13, v2, v6, v10, v14, v3, v7, v11, v15) 437 # QR(v0, v5, v10, v15, v1, v6, v11, v12, v2, v7, v8, v13, v3, v4, v9, v14)
|
/linux/Documentation/gpu/ |
H A D | todo.rst | 555 * Encoding the actual oops and preceding dmesg in a QR might help with the 557 transfer using QR codes
|