Searched defs:ex_regs (Results 1 – 5 of 5) sorted by relevance
122 struct ex_regs { struct129 #define PC_OFFSET_EXREGS offsetof(struct ex_regs, pc) argument
1154 struct ex_regs { struct1155 uint64_t rax, rcx, rdx, rbx;1156 uint64_t rbp, rsi, rdi;1180 void (*handler)(struct ex_regs *)); argument
130 struct ex_regs { struct131 u64 regs[31];132 u64 sp;133 u64 pc;134 u64 pstate;
513 void (*handler)(struct ex_regs *)) in vm_install_sync_handler()524 void (*handler)(struct ex_regs *)) in vm_install_exception_handler()
613 void (*handler)(struct ex_regs *)) in vm_install_exception_handler()