Home
last modified time | relevance | path

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

/rk3399_ARM-atf/services/std_svc/spm/el3_spmc/
H A Dspmc_pm.c43 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_on_finish_handler() local
119 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_send_pm_msg() local
206 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_suspend_finish_handler() local
239 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_suspend_handler() local
268 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in spmc_cpu_off_handler() local
H A Dspmc_setup.c325 struct secure_partition_desc *sp) in spmc_create_boot_info()
466 unsigned int get_ec_index(struct secure_partition_desc *sp) in get_ec_index()
501 static void populate_sp_regions(struct secure_partition_desc *sp, in populate_sp_regions()
606 static void spmc_el0_sp_setup_mmu(struct secure_partition_desc *sp, in spmc_el0_sp_setup_mmu()
671 static void spmc_el0_sp_setup_system_registers(struct secure_partition_desc *sp, in spmc_el0_sp_setup_system_registers()
699 void spmc_el0_sp_setup(struct secure_partition_desc *sp, in spmc_el0_sp_setup()
791 void spmc_el1_sp_setup(struct secure_partition_desc *sp, in spmc_el1_sp_setup()
826 void spmc_sp_common_setup(struct secure_partition_desc *sp, in spmc_sp_common_setup()
900 void spmc_sp_common_ep_commit(struct secure_partition_desc *sp, in spmc_sp_common_ep_commit()
H A Dspmc_main.c96 struct sp_exec_ctx *spmc_get_sp_ec(struct secure_partition_desc *sp) in spmc_get_sp_ec()
286 struct secure_partition_desc *sp; in direct_msg_validate_dst_id() local
386 struct secure_partition_desc *sp; in direct_req_smc_handler() local
515 struct secure_partition_desc *sp; in direct_resp_smc_handler() local
631 struct secure_partition_desc *sp; in msg_wait_handler() local
717 struct secure_partition_desc *sp; in ffa_error_handler() local
1302 struct secure_partition_desc *sp = spmc_get_current_sp_ctx(); in ffa_features_retrieve_request() local
1501 struct secure_partition_desc *sp; in ffa_run_handler() local
1663 static int validate_secondary_ep(uintptr_t ep, struct secure_partition_desc *sp) in validate_secondary_ep()
1705 struct secure_partition_desc *sp; in ffa_sec_ep_register_handler() local
[all …]
/rk3399_ARM-atf/tools/sptool/
H A Dsp_mk_generator.py108 def get_sp_pkg(sp, args :dict): argument
137 def get_uuid(sp_layout, sp, args :dict): argument
156 def get_load_address(sp_layout, sp, args :dict): argument
181 def gen_fdt_sources(sp_layout, sp, args :dict): argument
188 def generate_hob_list(sp_layout, sp, args: dict): argument
240 def gen_partition_pkg(sp_layout, sp, args :dict): argument
288 def gen_crt_args(sp_layout, sp, args :dict): argument
310 def gen_fiptool_args(sp_layout, sp, args :dict): argument
317 def gen_fconf_fragment(sp_layout, sp, args: dict): argument
H A 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
/rk3399_ARM-atf/services/spd/trusty/
H A Dtrusty_helpers.S9 .macro push ra, rb, sp=sp
13 .macro pop ra, rb, sp=sp
/rk3399_ARM-atf/plat/rockchip/common/pmusram/
H A Dcpus_on_fixed_addr.h32 uint64_t sp; member
/rk3399_ARM-atf/plat/hisilicon/hikey/
H A Dhikey_security.c35 unsigned sp:4; member
/rk3399_ARM-atf/
H A DMakefile1085 sp: $(DTBS) $(BUILD_PLAT)/sp_gen.mk $(SP_PKGS) target
/rk3399_ARM-atf/include/arch/aarch64/
H A Darch.h1107 #define SPSR_64(el, sp, daif) \ argument