Home
last modified time | relevance | path

Searched refs:CMA (Results 1 – 7 of 7) sorted by relevance

/freebsd-14.2/sys/contrib/device-tree/Bindings/media/
H A Dallwinner,sun4i-a10-video-engine.yaml63 CMA pool to use for buffers allocation instead of the default
64 CMA pool.
/freebsd-14.2/sys/contrib/device-tree/Bindings/remoteproc/
H A Dti,davinci-rproc.txt44 can be a CMA memory node, and should be defined as
H A Dti,keystone-rproc.txt92 can be a CMA memory node, and should be defined as
H A Dti,omap-remoteproc.yaml100 can be a CMA memory node, and should be defined as
/freebsd-14.2/sys/contrib/device-tree/Bindings/misc/
H A Dqcom,fastrpc.yaml33 Phandle to a node describing memory to be used for remote heap CMA.
/freebsd-14.2/sys/contrib/device-tree/src/arm/
H A Dbcm2711.dtsi1105 * arm64 reserves the CMA by default somewhere in ZONE_DMA32,
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp4913 if (const auto *CMA = D->getAttr<CodeModelAttr>()) in GetOrCreateLLVMGlobal() local
4914 GV->setCodeModel(CMA->getModel()); in GetOrCreateLLVMGlobal()