/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 62 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 D | exception.json | 12 …HVC instructions. This event is set every time that an exception is executed because of a decoded … 15 …HVC 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 D | linaro,optee-tz.yaml | 35 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 D | linaro,optee-tz.txt | 20 "hvc" : HVC #0, with the register assignments specified
|
H A D | sdei.txt | 34 * "hvc" : HVC #0, with the register assignments specified in this
|
/freebsd/sys/contrib/xen/arch-arm/ |
H A D | smccc.h | 4 * 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 D | xlnx,zynqmp-firmware.yaml | 34 - "hvc" : HVC #0, following the SMCCC 39 - hvc
|
H A D | xlnx,zynqmp-firmware.txt | 20 - "hvc" : HVC #0, following the SMCCC
|
/freebsd/sys/contrib/device-tree/Bindings/mailbox/ |
H A D | xlnx,zynqmp-ipi-mailbox.yaml | 49 - "hvc" : HVC #0, following the SMCCC 54 - hvc
|
H A D | xlnx,zynqmp-ipi-mailbox.txt | 66 Permitted values are: "smc" and "hvc". Default is
|
/freebsd/sys/contrib/device-tree/Bindings/firmware/ |
H A D | intel,stratix10-svc.txt | 27 - method: smc or hvc 29 hvc - Hypervisor Call
|
H A D | arm,scmi.yaml | 34 - 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 D | smccc_arm.S | 36 .arch_extension virt /* For hvc */ 58 arm_smccc_1_0 hvc
|
H A D | smccc_arm64.S | 53 arm_smccc_1_0 hvc 88 arm_smccc_1_2 hvc
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | psci.yaml | 70 # HVC #0, with the register assignments specified in this binding. 71 - hvc 180 method = "hvc";
|
H A D | arm,scmi.txt | 17 - 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 D | evmc6457.dts | 21 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
|
H A D | evmc6474.dts | 21 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
|
H A D | evmc6472.dts | 21 bootargs = "console=hvc root=/dev/nfs ip=dhcp rw";
|
/freebsd/sys/arm64/vmm/ |
H A D | vmm_call.S | 38 hvc #0
|
/freebsd/sys/contrib/device-tree/src/arm/xen/ |
H A D | xenvm-4.2.dts | 43 method = "hvc";
|
/freebsd/crypto/openssl/test/recipes/04-test_pem_reading_data/ |
H A D | cert-threecolumn.pem | 430 hvc
|
/freebsd/contrib/opencsd/decoder/include/i_dec/ |
H A D | trc_idec_arminst.h | 69 instructions such as SVC, HVC and SMC.
|
/freebsd/sys/contrib/xen/ |
H A D | arch-arm.h | 33 * 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 D | stratix10-svc.c | 201 if (strcmp(method, "hvc") == 0) in s10_svc_get_callfn()
|