Home
last modified time | relevance | path

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

/kernel/syscalls/
A Dsystem.cpp289 uintptr_t ops_ptr = ((((uintptr_t)id_page_addr) + mexec_asm_length + 8) | 0x7) + 1; in sys_system_mexec() local
290 memmov_ops_t* ops = (memmov_ops_t*)(ops_ptr); in sys_system_mexec()
295 DEBUG_ASSERT(((sizeof(*ops) * num_ops + ops_ptr) - (uintptr_t)id_page_addr) < PAGE_SIZE); in sys_system_mexec()

Completed in 7 milliseconds