/openbmc/linux/arch/mips/kvm/ |
H A D | entry.c | 25 #define V0 2 macro 227 uasm_i_mfc0(&p, V0, C0_STATUS); in kvm_mips_build_vcpu_run() 228 UASM_i_SW(&p, V0, offsetof(struct pt_regs, cp0_status), K1); in kvm_mips_build_vcpu_run() 266 uasm_i_andi(&p, V0, V0, ST0_IM); in kvm_mips_build_vcpu_run() 267 uasm_i_or(&p, K0, K0, V0); in kvm_mips_build_vcpu_run() 642 uasm_i_mfc0(&p, V0, C0_STATUS); in kvm_mips_build_exit() 645 uasm_i_or(&p, K0, V0, AT); in kvm_mips_build_exit() 660 uasm_i_and(&p, V1, V0, AT); in kvm_mips_build_exit() 732 uasm_i_and(&p, V0, V0, AT); in kvm_mips_build_exit() 734 uasm_i_or(&p, V0, V0, AT); in kvm_mips_build_exit() [all …]
|
/openbmc/qemu/target/mips/tcg/ |
H A D | godson2.decode | 9 # (Document Number: godson2e-user-manual-V0.6)
|
/openbmc/qemu/target/mips/tcg/sysemu/ |
H A D | tlb_helper.c | 69 tlb->V0 = (env->CP0_EntryLo0 & 2) != 0; in r4k_fill_tlb() 120 bool EHINV, G, V0, D0, V1, D1, XI0, XI1, RI0, RI1; in r4k_helper_tlbwi() local 134 V0 = (env->CP0_EntryLo0 & 2) != 0; in r4k_helper_tlbwi() 150 (tlb->V0 && !V0) || (tlb->D0 && !D0) || in r4k_helper_tlbwi() 262 env->CP0_EntryLo0 = tlb->G | (tlb->V0 << 1) | (tlb->D0 << 2) | in r4k_helper_tlbr() 418 if (!(n ? tlb->V1 : tlb->V0)) { in r4k_map_address() 1395 if (tlb->V0) { in r4k_invalidate_tlb()
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | uniphier-pro5-4kbox.dts | 3 * Device Tree Source for UniPhier Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
|
/openbmc/openbmc-tools/bbdbg/ |
H A D | bbdbg | 43 LD_LIBRARY_PATH=${BBDBG_LIBS} $BBDBG_OPKG -V0 -f $BBDBG_CONF -o $BBDBG_ROOT $@
|
/openbmc/linux/arch/sh/lib/ |
H A D | memset.S | 34 swap.b r5,r0 ! V0
|
H A D | memset-sh4.S | 32 swap.b r5,r0 ! V0
|
/openbmc/linux/arch/s390/crypto/ |
H A D | prng.c | 268 static const u8 V0[] __initconst = { in prng_sha512_selftest() local 342 if (memcmp(ws.V, V0, sizeof(V0)) != 0 in prng_sha512_selftest()
|
/openbmc/linux/lib/ |
H A D | test_dynamic_debug.c | 85 enum cat_level_num { V0 = 14, V1, V2, V3, V4, V5, V6, V7 }; enumerator
|
/openbmc/qemu/target/mips/sysemu/ |
H A D | machine.c | 150 v->V0 = (flags >> 3) & 1; in get_tlb() 180 (v->V0 << 3) | in put_tlb()
|
/openbmc/linux/arch/arm/boot/dts/aspeed/ |
H A D | aspeed-bmc-qcom-dc-scm-v1.dts | 116 /*V0-V7*/ "","","","SCMFPGA_SPARE_GPIO1_3V3",
|
H A D | aspeed-bmc-vegman-n110.dts | 36 /*V0-V7*/ "","","","","","","","",
|
H A D | aspeed-bmc-vegman-sx20.dts | 36 /*V0-V7*/ "","","","","","","","",
|
H A D | aspeed-bmc-amd-daytonax.dts | 147 /*V0-V7*/ "","","","","","","","",
|
H A D | aspeed-bmc-inventec-transformers.dts | 292 /*V0-V7*/ "","","","","power-config-full-load","","","",
|
H A D | aspeed-bmc-facebook-greatlakes.dts | 276 /*V0-V7*/ "bmc-slot1-ac-button","bmc-slot2-ac-button",
|
H A D | aspeed-bmc-amd-ethanolx.dts | 149 /*V0-V7*/ "","","","","","","","",
|
H A D | aspeed-bmc-opp-romulus.dts | 257 /*V0-V7*/ "","","","","","","","",
|
H A D | aspeed-bmc-opp-nicole.dts | 241 /*V0-V7*/ "","","","","","","","",
|
H A D | aspeed-bmc-vegman-rx20.dts | 64 /*V0-V7*/ "","","","","","","","",
|
H A D | aspeed-bmc-inventec-starscream.dts | 341 /*V0-V7*/ "bios-recovery-buf-n","","assert-cpu1-prochot-r-n","",
|
/openbmc/linux/Documentation/admin-guide/auxdisplay/ |
H A D | cfag12864b.rst | 77 Ground (23)---[GND] ---- S ------( 3) V0 - P2 = Preset = 1 Kohm
|
/openbmc/linux/Documentation/arch/arm64/ |
H A D | sve.rst | 113 * On syscall, V0..V31 are preserved (as without SVE). Thus, bits [127:0] of 142 are only present in fpsimd_context. For convenience, the content of V0..V31 520 Z0 | : V0 | 570 * 32 128-bit vector registers V0..V31 577 V0 | |
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx27-phytec-phycore-som.dtsi | 27 regulator-name = "5V0";
|
/openbmc/qemu/target/mips/ |
H A D | internal.h | 129 unsigned int V0:1; member
|