Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 9 of 9) sorted by relevance

/trusted-firmware-a-latest/services/std_svc/spm/el3_spmc/
Dspmc_setup.c40 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()
Dspmc_pm.c43 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_on_finish_handler() local
106 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_send_pm_msg() local
191 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_suspend_finish_handler() local
221 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_suspend_handler() local
250 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_off_handler() local
Dspmc_main.c78 struct sp_exec_ctx *spmc_get_sp_ec(struct secure_partition_desc *sp) in spmc_get_sp_ec()
267 struct secure_partition_desc *sp; in direct_msg_validate_dst_id() local
337 struct secure_partition_desc *sp; in direct_req_smc_handler() local
429 struct secure_partition_desc *sp; in direct_resp_smc_handler() local
516 struct secure_partition_desc *sp; in msg_wait_handler() local
588 struct secure_partition_desc *sp; in ffa_error_handler() local
1130 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in ffa_features_retrieve_request() local
1316 struct secure_partition_desc *sp; in ffa_run_handler() local
1415 static int validate_secondary_ep(uintptr_t ep, struct secure_partition_desc *sp) in validate_secondary_ep()
1457 struct secure_partition_desc *sp; in ffa_sec_ep_register_handler() local
[all …]
/trusted-firmware-a-latest/tools/sptool/
Dsp_mk_generator.py87 def get_sp_pkg(sp, args :dict): argument
116 def get_uuid(sp_layout, sp, args :dict): argument
135 def get_load_address(sp_layout, sp, args :dict): argument
152 def gen_fdt_sources(sp_layout, sp, args :dict): argument
159 def gen_sptool_args(sp_layout, sp, args :dict): argument
203 def gen_crt_args(sp_layout, sp, args :dict): argument
225 def gen_fiptool_args(sp_layout, sp, args :dict): argument
232 def gen_fconf_fragment(sp_layout, sp, args: dict): argument
Dspactions.py33 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-latest/plat/rockchip/common/pmusram/
Dcpus_on_fixed_addr.h32 uint64_t sp; member
/trusted-firmware-a-latest/plat/hisilicon/hikey/
Dhikey_security.c35 unsigned sp:4; member
/trusted-firmware-a-latest/
DMakefile1586 sp: $(DTBS) $(BUILD_PLAT)/sp_gen.mk $(SP_PKGS) target
/trusted-firmware-a-latest/include/arch/aarch64/
Darch.h893 #define SPSR_64(el, sp, daif) \ argument