Home
last modified time | relevance | path

Searched full:hvc (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp62 cl::opt<bool> DumpModule("hvc-dump-module", cl::Hidden);
63 cl::opt<bool> VAEnabled("hvc-va", cl::Hidden, cl::init(true)); // Align
64 cl::opt<bool> VIEnabled("hvc-vi", cl::Hidden, cl::init(true)); // Idioms
65 cl::opt<bool> VADoFullStores("hvc-va-full-stores", cl::Hidden);
67 cl::opt<unsigned> VAGroupCountLimit("hvc-va-group-count-limit", cl::Hidden,
69 cl::opt<unsigned> VAGroupSizeLimit("hvc-va-group-size-limit", cl::Hidden,
199 AlignVectors(const HexagonVectorCombine &HVC_) : HVC(HVC_) {} in AlignVectors()
209 AddrInfo(const HexagonVectorCombine &HVC, Instruction *I, Value *A, Type *T, in AddrInfo()
212 NeedAlign(HVC.getTypeAlignment(ValTy)) {} in AddrInfo()
364 const HexagonVectorCombine &HVC; member in __anoncba317990111::AlignVectors
[all …]
/freebsd/lib/libpmc/pmu-events/arch/arm64/arm/cortex-a75/
H A Dexception.json12HVC instructions. This event is set every time that an exception is executed because of a decoded …
15HVC instructions. This event is set every time that an exception is executed because of a decoded …
/freebsd/sys/contrib/device-tree/Bindings/arm/firmware/
H A Dlinaro,optee-tz.yaml35 enum: [smc, hvc]
37 The method of calling the OP-TEE Trusted OS depending on smc or hvc
41 HVC #0, register assignments
65 method = "hvc";
H A Dlinaro,optee-tz.txt20 "hvc" : HVC #0, with the register assignments specified
H A Dsdei.txt34 * "hvc" : HVC #0, with the register assignments specified in this
/freebsd/sys/contrib/xen/arch-arm/
H A Dsmccc.h4 * SMC/HVC interface in accordance with SMC Calling Convention.
36 * Major revision should change every time SMC/HVC function is removed.
37 * Minor revision should change every time SMC/HVC function is added.
/freebsd/sys/contrib/device-tree/Bindings/firmware/xilinx/
H A Dxlnx,zynqmp-firmware.yaml34 - "hvc" : HVC #0, following the SMCCC
39 - hvc
H A Dxlnx,zynqmp-firmware.txt20 - "hvc" : HVC #0, following the SMCCC
/freebsd/sys/contrib/device-tree/Bindings/mailbox/
H A Dxlnx,zynqmp-ipi-mailbox.yaml49 - "hvc" : HVC #0, following the SMCCC
54 - hvc
H A Dxlnx,zynqmp-ipi-mailbox.txt66 Permitted values are: "smc" and "hvc". Default is
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt27 - method: smc or hvc
29 hvc - Hypervisor Call
H A Darm,scmi.yaml34 - description: SCMI compliant firmware with ARM SMC/HVC transport
37 - description: SCMI compliant firmware with ARM SMC/HVC transport
41 - description: SCMI compliant firmware with Qualcomm SMC/HVC transport
123 SMC id required when using smc or hvc transports
/freebsd/sys/dev/psci/
H A Dsmccc_arm.S36 .arch_extension virt /* For hvc */
58 arm_smccc_1_0 hvc
H A Dsmccc_arm64.S53 arm_smccc_1_0 hvc
88 arm_smccc_1_2 hvc
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dpsci.yaml70 # HVC #0, with the register assignments specified in this binding.
71 - hvc
180 method = "hvc";
H A Darm,scmi.txt17 - compatible : shall be "arm,scmi" or "arm,scmi-smc" for smc/hvc transports
28 - arm,smc-id : SMC id required when using smc or hvc transports
34 - interrupts : when using smc or hvc transports, this optional
/freebsd/sys/contrib/device-tree/src/c6x/
H A Devmc6457.dts21 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
H A Devmc6474.dts21 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
H A Devmc6472.dts21 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
/freebsd/sys/arm64/vmm/
H A Dvmm_call.S38 hvc #0
/freebsd/sys/contrib/device-tree/src/arm/xen/
H A Dxenvm-4.2.dts43 method = "hvc";
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/
H A Dcert-threecolumn.pem430 hvc
/freebsd/contrib/opencsd/decoder/include/i_dec/
H A Dtrc_idec_arminst.h69 instructions such as SVC, HVC and SMC.
/freebsd/sys/contrib/xen/
H A Darch-arm.h33 * A hypercall is issued using the ARM HVC instruction.
46 * The HVC ISS must contain a Xen specific TAG: XEN_HYPERCALL_TAG.
/freebsd/sys/arm64/intel/
H A Dstratix10-svc.c201 if (strcmp(method, "hvc") == 0) in s10_svc_get_callfn()

12