Home
last modified time | relevance | path

Searched refs:G0 (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.12.1/arch/sparc/net/
Dbpf_jit_comp_32.c108 *prog++ = SETHI(0, G0); \
113 *prog++ = SUB | RS1(G0) | RS2(r_A) | RD(r_A); \
118 *prog++ = OR | RS1(G0) | RS2(FROM) | RD(TO); \
123 *prog++ = OR | RS1(G0) | RS2(G0) | RD(REG); \
175 *prog++ = OR | IMMED | RS1(G0) | S13(K) | RD(DEST); \
262 *prog++ = (SUBCC | RS1(R1) | RS2(R2) | RD(G0))
265 *prog++ = (SUBCC | IMMED | RS1(R1) | S13(IMM) | RD(G0));
268 *prog++ = (ANDCC | RS1(R1) | RS2(R2) | RD(G0))
271 *prog++ = (ANDCC | IMMED | RS1(R1) | S13(IMM) | RD(G0));
451 emit_write_y(G0); in bpf_jit_compile()
[all …]
Dbpf_jit_comp_64.c258 emit(SETHI(0, G0), ctx); in emit_nop()
263 emit(OR | RS1(G0) | RS2(from) | RD(to), ctx); in emit_reg_move()
340 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm32()
350 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm()
360 emit(OR | IMMED | RS1(G0) | S13(K) | RD(dest), ctx); in emit_loadimm_sext()
504 emit(OR | IMMED | RS1(G0) | S13(the_const) | RD(dest), ctx); in emit_loadimm64()
563 emit(OR | IMMED | RS1(G0) | S13(fast_int) | RD(dest), ctx); in emit_loadimm64()
647 emit(SUBCC | RS1(R1) | RS2(R2) | RD(G0), CTX)
650 emit(SUBCC | IMMED | RS1(R1) | S13(IMM) | RD(G0), CTX)
653 emit(ANDCC | RS1(R1) | RS2(R2) | RD(G0), CTX)
[all …]
Dbpf_jit_64.h6 #define G0 0x00 macro
Dbpf_jit_32.h19 #define G0 0x00 macro
/linux-6.12.1/arch/hexagon/
DMakefile7 KBUILD_CFLAGS += -G0
8 LDFLAGS_vmlinux += -G0
/linux-6.12.1/Documentation/translations/zh_TW/admin-guide/
Dunicode.rst32 映射代號 映射名稱 Escape代碼 (G0)
44 Linux有兩個八位代碼(G0和G1),而ISO 2022有四個七位代碼(G0-G3)。
/linux-6.12.1/Documentation/translations/zh_CN/admin-guide/
Dunicode.rst29 映射代号 映射名称 Escape代码 (G0)
41 Linux有两个八位代码(G0和G1),而ISO 2022有四个七位代码(G0-G3)。
/linux-6.12.1/drivers/gpu/drm/i915/
Dintel_step.c29 [0x6] = { COMMON_STEP(G0) },
42 [7] = { COMMON_STEP(G0) },
Dintel_step.h49 func(G0) \
/linux-6.12.1/arch/arm/boot/dts/aspeed/
Daspeed-bmc-vegman-n110.dts21 /*G0-G7*/ "CPU_ERR2","CPU_CATERR","PCH_BMC_THERMTRIP","","IRQ_NMI_EVENT","","","",
58 …/*G0-G7*/ "MAIN_PLD_MINOR_REV_BIT0","","MAIN_PLD_MINOR_REV_BIT1","","MAIN_PLD_MINOR_REV_BIT2","","…
Daspeed-bmc-vegman-sx20.dts21 /*G0-G7*/ "CPU_ERR2","CPU_CATERR","PCH_BMC_THERMTRIP","","IRQ_NMI_EVENT","","","",
58 …/*G0-G7*/ "MAIN_PLD_MINOR_REV_BIT0","","MAIN_PLD_MINOR_REV_BIT1","","MAIN_PLD_MINOR_REV_BIT2","","…
Daspeed-bmc-vegman-rx20.dts49 …/*G0-G7*/ "CPU_ERR2","CPU_CATERR","PCH_BMC_THERMTRIP","SPI_BMC_BOOT_HD","IRQ_NMI_EVENT","SPI_BMC_B…
86 …/*G0-G7*/ "MAIN_PLD_MINOR_REV_BIT0","","MAIN_PLD_MINOR_REV_BIT1","","MAIN_PLD_MINOR_REV_BIT2","","…
Daspeed-bmc-qcom-dc-scm-v1.dts101 /*G0-G7*/ "","","","","","","","",
Daspeed-bmc-facebook-minerva.dts604 /*G0-G7*/ "","","","","","","","",
683 /*G0 - G7*/
Daspeed-bmc-amd-daytonax.dts132 /*G0-G7*/ "","","","","","","","",
Daspeed-bmc-inventec-transformers.dts277 /*G0-G7*/ "","","jtag-mux","","","","","",
Daspeed-bmc-facebook-harma.dts572 /*G0-G7*/ "","","","","","","","",
676 /*G0-G3 line 96-103*/
Daspeed-bmc-opp-romulus.dts241 /*G0-G7*/ "","","","","","","","",
Daspeed-bmc-opp-nicole.dts226 /*G0-G7*/ "","","","","","","","",
Daspeed-bmc-amd-ethanolx.dts127 /*G0-G7*/ "BRD_REV_ID_3","BRD_REV_ID_2","BRD_REV_ID_1","BRD_REV_ID_0",
Daspeed-bmc-facebook-greatlakes.dts257 /*G0-G7*/ "","","","","","","","",
Daspeed-bmc-inventec-starscream.dts325 /*G0-G7*/ "","","scm-jtag-mux-select","","","","","",
/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_step_types.h48 func(G0) \
/linux-6.12.1/arch/arm/boot/dts/synaptics/
Dberlin2cd-google-chromecast.dts74 groups = "G0";
/linux-6.12.1/Documentation/admin-guide/
Dunicode.rst23 Map symbol Map name Escape code (G0)
37 codes nor their uses match ISO 2022; Linux has two 8-bit codes (G0 and
38 G1), whereas ISO 2022 has four 7-bit codes (G0-G3).

12