Home
last modified time | relevance | path

Searched refs:C0 (Results 1 – 25 of 92) sorted by relevance

1234

/openbmc/phosphor-webui/app/common/directives/
H A Dvt100plus.js62 term.handler(EscapeSequences.C0.BS); // Backspace
64 term.handler(EscapeSequences.C0.DEL); // Delete
68 term.handler(EscapeSequences.C0.ESC + '?');
71 term.handler(EscapeSequences.C0.ESC + '/');
74 term.handler(EscapeSequences.C0.ESC + 'k');
77 term.handler(EscapeSequences.C0.ESC + 'h');
80 term.handler(EscapeSequences.C0.ESC + '+');
83 term.handler(EscapeSequences.C0.ESC + '-');
86 term.handler(EscapeSequences.C0.ESC + '1');
89 term.handler(EscapeSequences.C0.ESC + '2');
[all …]
/openbmc/linux/crypto/
H A Dwp512.c53 static const u64 C0[256] = { variable
804 L[0] = C0[(int)(K[0] >> 56) ] ^ in wp512_process_buffer()
814 L[1] = C0[(int)(K[1] >> 56) ] ^ in wp512_process_buffer()
823 L[2] = C0[(int)(K[2] >> 56) ] ^ in wp512_process_buffer()
832 L[3] = C0[(int)(K[3] >> 56) ] ^ in wp512_process_buffer()
841 L[4] = C0[(int)(K[4] >> 56) ] ^ in wp512_process_buffer()
850 L[5] = C0[(int)(K[5] >> 56) ] ^ in wp512_process_buffer()
859 L[6] = C0[(int)(K[6] >> 56) ] ^ in wp512_process_buffer()
868 L[7] = C0[(int)(K[7] >> 56) ] ^ in wp512_process_buffer()
886 L[0] = C0[(int)(state[0] >> 56) ] ^ in wp512_process_buffer()
[all …]
/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fxam.c22 #define C0 (1 << 8) macro
26 #define FLAGS (C0 | C1 | C2 | C3)
53 if ((sw & FLAGS) != (C2 | C0)) { in main()
58 if ((sw & FLAGS) != (C2 | C1 | C0)) { in main()
63 if ((sw & FLAGS) != C0) { in main()
68 if ((sw & FLAGS) != (C1 | C0)) { in main()
73 if ((sw & FLAGS) != C0) { in main()
78 if ((sw & FLAGS) != (C1 | C0)) { in main()
/openbmc/linux/arch/s390/crypto/
H A Dchacha-s390.S442 #define C0 %v2 macro
514 VLR C0,K2
545 VAF C0,C0,D0
551 VX B0,B0,C0
583 VAF C0,C0,D0
589 VX B0,B0,C0
602 VSLDB C0,C0,C0,8
640 VAF C0,C0,D0
646 VX B0,B0,C0
678 VAF C0,C0,D0
[all …]
H A Dprng.c283 static const u8 C0[] __initconst = { in prng_sha512_selftest() local
343 || memcmp(ws.C, C0, sizeof(C0)) != 0) { in prng_sha512_selftest()
/openbmc/linux/drivers/gpu/drm/i915/
H A Dintel_step.c38 [2] = { COMMON_GT_MEDIA_STEP(C0), .display_step = STEP_B0 },
41 [5] = { COMMON_GT_MEDIA_STEP(C0), .display_step = STEP_B1 },
47 [0xA] = { COMMON_STEP(C0) },
48 [0xB] = { COMMON_STEP(C0) },
70 [3] = { COMMON_GT_MEDIA_STEP(C0), .display_step = STEP_D0 },
82 [4] = { COMMON_STEP(C0) },
94 [0x8] = { COMMON_GT_MEDIA_STEP(C0), .display_step = STEP_B0 },
101 [0x8] = { COMMON_GT_MEDIA_STEP(C0), .display_step = STEP_C0 },
102 [0xC] = { COMMON_GT_MEDIA_STEP(C0), .display_step = STEP_D0 },
109 [0x8] = { COMMON_GT_MEDIA_STEP(C0) },
[all …]
H A Dintel_step.h35 func(C0) \
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dcross-thread-rsb.rst9 transitions out of C0 state, the other sibling thread could use return target
10 predictions from the sibling thread that transitioned out of C0.
15 transitioning out of C0. This could result in a guest-controlled return target
41 requests to transition out of the C0 state. This can be communicated with the
42 HLT instruction or with an MWAIT instruction that requests non-C0.
43 When the thread re-enters the C0 state, the processor transitions back
44 to 2T mode, assuming the other thread is also still in C0 state.
62 instructions with targeted return locations and then transitioning out of C0
86 attempts to transition out of C0. A VMM can use the KVM_CAP_X86_DISABLE_EXITS
/openbmc/openbmc-tools/altitude/
H A Daltitude18 C0 = 273.15 variable
38 return C0 + c
42 return k - C0
/openbmc/linux/Documentation/arch/xtensa/
H A Dmmu.rst40 C0..DF -> C0 -> C0 -> C0 E0..EF -> F0 -> F0
/openbmc/linux/Documentation/userspace-api/ioctl/
H A Dioctl-number.rst118 'B' C0-FF advanced bbus <mailto:maassen@uni-freiburg.d…
156 'H' C0-F0 net/bluetooth/hci.h conflict!
157 'H' C0-DF net/bluetooth/hidp/hidp.h conflict!
158 'H' C0-DF net/bluetooth/cmtp/cmtp.h conflict!
159 'H' C0-DF net/bluetooth/bnep/bnep.h conflict!
187 'R' C0-DF net/bluetooth/rfcomm.h
196 'T' C0-DF linux/if_tun.h conflict!
200 'U' C0-CF drivers/bluetooth/hci_uart.h
203 'V' C0 linux/ivtvfb.h conflict!
204 'V' C0 linux/ivtv.h conflict!
[all …]
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/
H A Dmperf_monitor.c30 enum mperf_id { C0 = 0, Cx, AVG_FREQ, MPERF_CSTATE_COUNT }; enumerator
42 .id = C0,
165 if (id != C0 && id != Cx) in mperf_get_count_percent()
/openbmc/linux/Documentation/arch/x86/
H A Dzero-page.rst28 0C0/004 ALL ext_ramdisk_image ramdisk_image high 32bits
33 1C0/020 ALL efi_info EFI 32 information (struct efi_info)
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-qcom-dc-scm-v1.dts97 /*C0-C7*/ "","","","","","","","",
134 /*C0-C7*/ "","","","","","","","",
H A Daspeed-bmc-vegman-n110.dts17 /*C0-C7*/ "","","","","","","","",
54 /*C0-C7*/ "","","","","CPU2_MISMATCH","","CPU2_MEM_THERM_EVENT","","","","","","","","","",
H A Daspeed-bmc-vegman-sx20.dts17 /*C0-C7*/ "","","","","","","","",
54 /*C0-C7*/ "","","","","CPU2_MISMATCH","","CPU2_MEM_THERM_EVENT","","","","","","","","","",
H A Daspeed-bmc-facebook-greatlakes.dts250 /*C0-C7*/ "presence-ocp-nic","","","reset-cause-nic-primary",
289 /*18C0-18C7*/ "","","","","","","","",
H A Daspeed-bmc-vegman-rx20.dts45 /*C0-C7*/ "","","","","","","","",
82 /*C0-C7*/ "","","","","CPU2_MISMATCH","","CPU2_MEM_THERM_EVENT","","","","","","","","","",
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-replace.svg1 …4.59.455.59h3.263c.211.363.464.698.751 1H1.385C.62 15 0 14.225 0 13.27V1.73C0 .776.62 0 1.385 0h6c…
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dqca,qca7000.txt54 local-mac-address = [ A0 B0 C0 D0 E0 F0 ];
84 local-mac-address = [ A0 B0 C0 D0 E0 F0 ];
/openbmc/u-boot/include/configs/
H A Dwb50n.h67 #define CONFIG_ETHADDR C0:EE:40:00:00:00
H A Dwb45n.h59 #define CONFIG_ETHADDR C0:EE:40:00:00:00
/openbmc/openbmc/meta-arm/meta-arm-bsp/wic/
H A Dcorstone1000-flash-firmware.wks.in19 …rimary" --uuid 9A3A8FBF-55EF-439C-80C9-A3F728033929 --part-type 64BD8ADB-02C0-4819-8688-03AB4CAB0E…
32 …ondary" --uuid 3F0C49A4-48B7-4D1E-AF59-3E4A3CE1BA9F --part-type 64BD8ADB-02C0-4819-8688-03AB4CAB0E…
/openbmc/linux/arch/arm64/boot/dts/rockchip/
H A Drk3588-nanopc-t6.dts216 /* GPIO0 C0-C7 */
231 /* GPIO1 C0-C7 */
246 /* GPIO2 C0-C7 */
261 /* GPIO3 C0-C7 */
276 /* GPIO4 C0-C7 */
/openbmc/qemu/docs/system/ppc/
H A Dpowernv.rst79 -device e1000e,netdev=net0,mac=C0:FF:EE:00:00:02,bus=pcie.0,addr=0x0 \
102 -device e1000e,netdev=net0,mac=C0:FF:EE:00:00:02,bus=pcie.0,addr=0x0
126 -device e1000e,netdev=net0,mac=C0:FF:EE:00:00:02,bus=bridge1,addr=0x2 \

1234