Home
last modified time | relevance | path

Searched refs:V0 (Results 1 – 25 of 58) sorted by relevance

123

/openbmc/linux/arch/mips/kvm/
H A Dentry.c25 #define V0 2 macro
227 uasm_i_mfc0(&p, V0, C0_STATUS); 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()
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()
736 uasm_i_ori(&p, V0, V0, ST0_SX | ST0_UX); in kvm_mips_build_exit()
894 uasm_i_sra(&p, K0, V0, 2); in kvm_mips_build_ret_to_host()
[all …]
/openbmc/u-boot/arch/arm/dts/
H A Duniphier-pro5-4kbox.dts3 * Device Tree Source for UniPhier Pro5 4KBOX Board (EVB-Pro5-4KBOX-M-V0)
/openbmc/openbmc-tools/bbdbg/
H A Dbbdbg43 LD_LIBRARY_PATH=${BBDBG_LIBS} $BBDBG_OPKG -V0 -f $BBDBG_CONF -o $BBDBG_ROOT $@
/openbmc/linux/arch/sh/lib/
H A Dmemset.S34 swap.b r5,r0 ! V0
H A Dmemset-sh4.S32 swap.b r5,r0 ! V0
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c69 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/linux/arch/s390/crypto/
H A Dprng.c268 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 Dtest_dynamic_debug.c85 enum cat_level_num { V0 = 14, V1, V2, V3, V4, V5, V6, V7 }; enumerator
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c149 v->V0 = (flags >> 3) & 1; in get_tlb()
178 (v->V0 << 3) | in put_tlb()
/openbmc/linux/Documentation/admin-guide/auxdisplay/
H A Dcfag12864b.rst77 Ground (23)---[GND] ---- S ------( 3) V0 - P2 = Preset = 1 Kohm
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-qcom-dc-scm-v1.dts116 /*V0-V7*/ "","","","SCMFPGA_SPARE_GPIO1_3V3",
H A Daspeed-bmc-vegman-n110.dts36 /*V0-V7*/ "","","","","","","","",
H A Daspeed-bmc-vegman-sx20.dts36 /*V0-V7*/ "","","","","","","","",
H A Daspeed-bmc-amd-daytonax.dts147 /*V0-V7*/ "","","","","","","","",
H A Daspeed-bmc-inventec-transformers.dts292 /*V0-V7*/ "","","","","power-config-full-load","","","",
H A Daspeed-bmc-amd-ethanolx.dts149 /*V0-V7*/ "","","","","","","","",
H A Daspeed-bmc-facebook-greatlakes.dts276 /*V0-V7*/ "bmc-slot1-ac-button","bmc-slot2-ac-button",
H A Daspeed-bmc-opp-nicole.dts241 /*V0-V7*/ "","","","","","","","",
H A Daspeed-bmc-opp-romulus.dts257 /*V0-V7*/ "","","","","","","","",
H A Daspeed-bmc-inventec-starscream.dts341 /*V0-V7*/ "bios-recovery-buf-n","","assert-cpu1-prochot-r-n","",
H A Daspeed-bmc-ufispace-ncplite.dts359 /*V0-V7*/ "","","","","power-chassis-good","","","";
/openbmc/linux/Documentation/devicetree/bindings/iio/afe/
H A Dtemperature-sense-rtd.yaml29 5V0
/openbmc/linux/Documentation/arch/arm64/
H A Dsve.rst113 * 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 Dimx27-phytec-phycore-som.dtsi27 regulator-name = "5V0";
/openbmc/qemu/target/mips/
H A Dinternal.h129 unsigned int V0:1; member

123