Searched refs:mexec_assembly (Results 1 – 4 of 4) sorted by relevance
| /kernel/include/ |
| A D | mexec.h | 51 void platform_mexec(mexec_asm_func mexec_assembly, memmov_ops_t* ops,
|
| /kernel/syscalls/ |
| A D | system.cpp | 321 mexec_asm_func mexec_assembly = (mexec_asm_func)id_page_addr; in sys_system_mexec() local 322 platform_mexec(mexec_assembly, ops, new_bootimage_addr, new_bootimage_len, entry64_addr); in sys_system_mexec()
|
| /kernel/platform/generic-arm/ |
| A D | platform.cpp | 577 void platform_mexec(mexec_asm_func mexec_assembly, memmov_ops_t* ops, in platform_mexec() argument 595 mexec_assembly((uintptr_t)new_bootimage_addr, 0, 0, arm64_get_boot_el(), ops, in platform_mexec()
|
| /kernel/platform/pc/ |
| A D | platform.cpp | 686 void platform_mexec(mexec_asm_func mexec_assembly, memmov_ops_t* ops, in platform_mexec() argument 725 mexec_assembly((uintptr_t)new_bootimage_addr, vaddr_to_paddr((void*)ptl4), in platform_mexec()
|
Completed in 8 milliseconds