Home
last modified time | relevance | path

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

/sys/amd64/
Dsupport.S14 .globl copy_unsafe_done symbol
15 copy_unsafe_done: label
Dtrap.c138 extern void copy_unsafe_done(void);
172 (tf->rip <= (uint64_t)&copy_unsafe_done)) { in trap_entry()