Home
last modified time | relevance | path

Searched refs:APCS (Results 1 – 17 of 17) sorted by relevance

/freebsd-14.2/sys/contrib/device-tree/Bindings/remoteproc/
H A Dqcom,smd-edge.yaml51 Reference to the mailbox representing the outgoing doorbell in APCS for
58 - description: phandle to a syscon node representing the APCS registers
H A Dqcom,glink-rpm-edge.yaml31 - description: rpm_hlos mailbox in APCS
/freebsd-14.2/sys/contrib/device-tree/Bindings/clock/
H A Dqcom,msm8996-apcc.yaml30 - description: SYS APCS AUX clock
H A Dqcom,msm8996-cbf.yaml26 - description: SYS APCS AUX clock
/freebsd-14.2/sys/contrib/device-tree/Bindings/mailbox/
H A Dqcom,apcs-kpss-global.yaml7 title: Qualcomm APCS global block
10 This binding describes the APCS "global" block found in various Qualcomm
/freebsd-14.2/sys/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,smp2p.yaml31 Reference to the mailbox representing the outgoing doorbell in APCS for
38 - description: phandle to a syscon node representing the APCS registers
H A Dqcom,rpm.yaml43 - description: phandle to a syscon node representing the APCS registers
H A Dqcom,aoss-qmp.yaml56 Reference to the mailbox representing the outgoing doorbell in APCS for
H A Dqcom,aoss-qmp.txt41 in APCS for this client, as described in mailbox/mailbox.txt
H A Dqcom,glink.txt37 Definition: reference to the "rpm_hlos" mailbox in APCS, as described
H A Dqcom,smd.txt28 Definition: reference to the associated doorbell in APCS, as described
H A Dqcom,smsm.yaml44 - description: phandle to a syscon node representing the APCS registers
H A Dqcom,smp2p.txt23 Definition: reference to the associated doorbell in APCS, as described
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DARM.cpp195 if (ABI == ARMABIKind::APCS) in setTargetAttributes()
269 case ARMABIKind::APCS: in getABIDefaultCC()
569 if (getABIKind() == ARMABIKind::APCS) { in classifyReturnType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMCallingConv.td16 // ARM APCS Calling Convention
69 // ARM APCS Calling Convention for FastCC (when VFP2 or later is available)
105 // ARM APCS Calling Convention for GHC
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DTargetInfo.h434 APCS = 0, enumerator
H A DCodeGenModule.cpp169 Kind = ARMABIKind::APCS; in createTargetCodeGenInfo()