Searched defs:sp (Results 1 – 9 of 9) sorted by relevance
/trusted-firmware-a-3.6.0-3.5.0/services/std_svc/spm/el3_spmc/ |
D | spmc_setup.c | 40 struct secure_partition_desc *sp) in spmc_create_boot_info() 149 unsigned int get_ec_index(struct secure_partition_desc *sp) in get_ec_index() 155 void spmc_el1_sp_setup(struct secure_partition_desc *sp, in spmc_el1_sp_setup() 190 void spmc_sp_common_setup(struct secure_partition_desc *sp, in spmc_sp_common_setup() 270 void spmc_sp_common_ep_commit(struct secure_partition_desc *sp, in spmc_sp_common_ep_commit()
|
D | spmc_pm.c | 43 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_on_finish_handler() local 105 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_send_pm_msg() local 189 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_suspend_finish_handler() local 219 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_suspend_handler() local 248 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_off_handler() local
|
D | spmc_main.c | 78 struct sp_exec_ctx *spmc_get_sp_ec(struct secure_partition_desc *sp) in spmc_get_sp_ec() 277 struct secure_partition_desc *sp; in direct_req_smc_handler() local 353 struct secure_partition_desc *sp; in direct_resp_smc_handler() local 431 struct secure_partition_desc *sp; in msg_wait_handler() local 503 struct secure_partition_desc *sp; in ffa_error_handler() local 1045 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in ffa_features_retrieve_request() local 1231 struct secure_partition_desc *sp; in ffa_run_handler() local 1330 static int validate_secondary_ep(uintptr_t ep, struct secure_partition_desc *sp) in validate_secondary_ep() 1372 struct secure_partition_desc *sp; in ffa_sec_ep_register_handler() local 1428 struct secure_partition_desc *sp, in sp_manifest_parse() [all …]
|
/trusted-firmware-a-3.6.0-3.5.0/tools/sptool/ |
D | sp_mk_generator.py | 86 def get_sp_pkg(sp, args :dict): argument 123 def gen_fdt_sources(sp_layout, sp, args :dict): argument 130 def gen_sptool_args(sp_layout, sp, args :dict): argument 174 def gen_crt_args(sp_layout, sp, args :dict): argument 196 def gen_fiptool_args(sp_layout, sp, args :dict): argument
|
D | spactions.py | 33 def inner_logged_action(sp_layout, sp, args :dict): argument 46 def __call__(self, sp_layout, sp, args :dict): argument 90 def append_called(action, sp, args :dict): argument
|
/trusted-firmware-a-3.6.0-3.5.0/plat/rockchip/common/pmusram/ |
D | cpus_on_fixed_addr.h | 32 uint64_t sp; member
|
/trusted-firmware-a-3.6.0-3.5.0/plat/hisilicon/hikey/ |
D | hikey_security.c | 35 unsigned sp:4; member
|
/trusted-firmware-a-3.6.0-3.5.0/ |
D | Makefile | 1520 sp: $(DTBS) $(BUILD_PLAT)/sp_gen.mk $(SP_PKGS) target
|
/trusted-firmware-a-3.6.0-3.5.0/include/arch/aarch64/ |
D | arch.h | 866 #define SPSR_64(el, sp, daif) \ argument
|