/tf-a-ffa_el3_spmc/lib/compiler-rt/builtins/ |
A D | int_math.h | 65 #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 D | utils_def.h | 67 #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 D | fvp-defs-dynamiq.dtsi | 23 #define CONCAT(x, y) x##y argument 24 #define CONC(x, y) CONCAT(x, y) argument
|
A D | fvp-defs.dtsi | 30 #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 D | emmc_std.h | 36 #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 D | stm32mp1_ram.c | 175 #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 D | stm32mp1_ddr.c | 34 #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 D | arm_protprivk_rsa.pem | 3 y/T77EiljGp52suLWntHsc0lee50pW16DU2c5bVfmyofau3GjJ1Yqw5XFAahr6eM
|
/tf-a-ffa_el3_spmc/include/export/ |
A D | README | 32 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 D | ti-k3.rst | 36 make ARCH=arm CROSS_COMPILE64=aarch64-linux-gnu- PLATFORM=k3 CFG_ARM64_core=y all
|
A D | rcar-gen3.rst | 184 make -j8 PLATFORM="rcar" CFG_ARM64_core=y
|
A D | rpi3.rst | 374 git clone --depth=1 -b rpi-4.18.y https://github.com/raspberrypi/linux
|
/tf-a-ffa_el3_spmc/docs/about/ |
A D | release-information.rst | 25 code freeze ver w.x code freeze ver y.z
|
/tf-a-ffa_el3_spmc/docs/plat/marvell/armada/ |
A D | porting.rst | 119 different HW characteristic than lanes from comphy-y to the same
|
A D | build.rst | 100 Only set LLC_SRAM=1 if OP-TEE OS is built with CFG_WITH_PAGER=y.
|
/tf-a-ffa_el3_spmc/make_helpers/ |
A D | build_macros.mk | 25 …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 D | PROTOTYPE_README | 115 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 D | pm_api_clock.c | 80 #define BIT_MASK(x, y) (((1U << (y)) - 1) << (x)) argument
|