Home
last modified time | relevance | path

Searched refs:xbl_handoff_params (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-a-latest/plat/xilinx/common/include/
Dplat_startup.h30 struct xbl_handoff_params { struct
36 #define HANDOFF_PARAMS_MAX_SIZE sizeof(struct xbl_handoff_params) argument
/trusted-firmware-a-latest/plat/xilinx/common/
Dplat_startup.c176 const struct xbl_handoff_params *HandoffParams; in xbl_handover()
183 HandoffParams = (struct xbl_handoff_params *)handoff_addr; in xbl_handover()