OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arm_config
(Results
1 - 6
of
6
) sorted by null
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
fvp_security.c
7
#include <
arm_config
.h>
fvp_bl31_setup.c
7
#include <
arm_config
.h>
41
if (
arm_config
.flags & ARM_CONFIG_FVP_HAS_SMMUV3)
fvp_common.c
7
#include <
arm_config
.h>
25
*
arm_config
holds the characteristics of the differences between the three FVP
31
arm_config_t
arm_config
;
variable
151
master = (
arm_config
.flags & ARM_CONFIG_FVP_SHIFTED_AFF) ?
204
arm_config
.flags = 0;
222
arm_config
.flags |= (ARM_CONFIG_BASE_MMAP | ARM_CONFIG_HAS_TZC);
230
arm_config
.flags |= ARM_CONFIG_FVP_HAS_CCI400;
233
arm_config
.flags |= (ARM_CONFIG_FVP_HAS_SMMUV3 |
252
arm_config
.flags |= ARM_CONFIG_FVP_SHIFTED_AFF;
271
if (!(
arm_config
.flags & (ARM_CONFIG_FVP_HAS_CCI400
[
all
...]
fvp_topology.c
8
#include <
arm_config
.h>
62
if (
arm_config
.flags & ARM_CONFIG_FVP_SHIFTED_AFF) {
fvp_pm.c
8
#include <
arm_config
.h>
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/common/
arm_config.h
26
typedef struct
arm_config
{
struct
31
/* If used,
arm_config
must be defined and populated in the platform port */
32
extern arm_config_t
arm_config
;
36
return &
arm_config
;
Completed in 241 milliseconds