Home
last modified time | relevance | path

Searched refs:y (Results 1 – 18 of 18) sorted by relevance

/tf-a-ffa_el3_spmc/lib/compiler-rt/builtins/
A Dint_math.h65 #define crt_copysign(x, y) copysign((x), (y)) argument
66 #define crt_copysignf(x, y) copysignf((x), (y)) argument
67 #define crt_copysignl(x, y) copysignl((x), (y)) argument
85 #define crt_fmax(x, y) __max((x), (y)) argument
86 #define crt_fmaxf(x, y) __max((x), (y)) argument
87 #define crt_fmaxl(x, y) __max((x), (y)) argument
89 #define crt_fmax(x, y) __builtin_fmax((x), (y)) argument
90 #define crt_fmaxf(x, y) __builtin_fmaxf((x), (y)) argument
105 #define crt_scalbn(x, y) scalbn((x), (y)) argument
106 #define crt_scalbnf(x, y) scalbnf((x), (y)) argument
[all …]
/tf-a-ffa_el3_spmc/include/lib/
A Dutils_def.h67 #define MIN(x, y) __extension__ ({ \ argument
69 __typeof__(y) _y = (y); \
74 #define MAX(x, y) __extension__ ({ \ argument
76 __typeof__(y) _y = (y); \
/tf-a-ffa_el3_spmc/fdts/
A Dfvp-defs-dynamiq.dtsi23 #define CONCAT(x, y) x##y argument
24 #define CONC(x, y) CONCAT(x, y) argument
A Dfvp-defs.dtsi30 #define CONCAT(x, y) x##y argument
31 #define CONC(x, y) CONCAT(x, y) argument
/tf-a-ffa_el3_spmc/drivers/renesas/common/emmc/
A Demmc_std.h36 #define EMMC_GET_CID(x, y) (emmc_bit_field(mmc_drv_obj.cid_data, (x), (y))) argument
49 #define EMMC_GET_CSD(x, y) (emmc_bit_field(mmc_drv_obj.csd_data, (x), (y))) argument
/tf-a-ffa_el3_spmc/drivers/st/ddr/
A Dstm32mp1_ram.c175 #define PARAM(x, y) \ in stm32mp1_ddr_setup() argument
178 .offset = offsetof(struct stm32mp1_ddr_config, y), \ in stm32mp1_ddr_setup()
179 .size = sizeof(config.y) / sizeof(uint32_t) \ in stm32mp1_ddr_setup()
A Dstm32mp1_ddr.c34 #define DDRCTL_REG(x, y) \ argument
38 .par_offset = offsetof(struct y, x) \
41 #define DDRPHY_REG(x, y) \ argument
45 .par_offset = offsetof(struct y, x) \
/tf-a-ffa_el3_spmc/plat/arm/board/common/protpk/
A Darm_protprivk_rsa.pem3 y/T77EiljGp52suLWntHsc0lee50pW16DU2c5bVfmyofau3GjJ1Yqw5XFAahr6eM
/tf-a-ffa_el3_spmc/include/export/
A DREADME32 the right manner. (The wrapper header for include/export/x/y/z_exp.h should
33 normally be placed at include/x/y/z.h.)
/tf-a-ffa_el3_spmc/docs/plat/
A Dti-k3.rst36 make ARCH=arm CROSS_COMPILE64=aarch64-linux-gnu- PLATFORM=k3 CFG_ARM64_core=y all
A Drcar-gen3.rst184 make -j8 PLATFORM="rcar" CFG_ARM64_core=y
A Drpi3.rst374 git clone --depth=1 -b rpi-4.18.y https://github.com/raspberrypi/linux
/tf-a-ffa_el3_spmc/docs/about/
A Drelease-information.rst25 code freeze ver w.x code freeze ver y.z
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/
A Dporting.rst119 different HW characteristic than lanes from comphy-y to the same
A Dbuild.rst100 Only set LLC_SRAM=1 if OP-TEE OS is built with CFG_WITH_PAGER=y.
/tf-a-ffa_el3_spmc/make_helpers/
A Dbuild_macros.mk25 …b,B c,C d,D e,E f,F g,G h,H i,I j,J k,K l,L m,M n,N o,O p,P q,Q r,R s,S t,T u,U v,V w,W x,X y,Y z,Z
/tf-a-ffa_el3_spmc/
A DPROTOTYPE_README115 Ensure that FFA support is enabled in the kernel config (CONFIG_ARM_FFA_TRANSPORT=y).
/tf-a-ffa_el3_spmc/plat/xilinx/zynqmp/pm_service/
A Dpm_api_clock.c80 #define BIT_MASK(x, y) (((1U << (y)) - 1) << (x)) argument

Completed in 21 milliseconds