Home
last modified time | relevance | path

Searched refs:nsec_entry (Results 1 – 4 of 4) sorted by relevance

/optee_os-3.20.0/core/include/kernel/
A Dboot.h48 unsigned long nsec_entry);
58 void boot_init_secondary(unsigned long nsec_entry);
64 void init_sec_mon(unsigned long nsec_entry);
/optee_os-3.20.0/core/arch/arm/kernel/
A Dlink_dummies_init.c23 unsigned long nsec_entry __unused) in boot_init_primary_early()
A Dboot.c153 assert(nsec_entry == PADDR_INVALID); in init_sec_mon()
158 __weak void init_sec_mon(unsigned long nsec_entry) in init_sec_mon() argument
162 assert(nsec_entry != PADDR_INVALID); in init_sec_mon()
166 nsec_ctx->mon_lr = nsec_entry; in init_sec_mon()
168 if (nsec_entry & 1) in init_sec_mon()
1347 init_sec_mon(nsec_entry); in init_primary()
1422 init_sec_mon(nsec_entry); in init_secondary_helper()
1435 unsigned long nsec_entry __maybe_unused) in boot_init_primary_early()
1440 e = nsec_entry; in boot_init_primary_early()
1454 void boot_init_secondary(unsigned long nsec_entry) in boot_init_secondary() argument
[all …]
/optee_os-3.20.0/core/arch/arm/plat-ti/
A Dmain.c83 void init_sec_mon(unsigned long nsec_entry) in init_sec_mon() argument
88 plat_boot_args = phys_to_virt(nsec_entry, MEM_AREA_IO_SEC, 1); in init_sec_mon()

Completed in 6 milliseconds