Searched refs:x86_sysenter_arg_store_isvalid (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/dev/i386/
H A Dsystemcalls.c70 extern boolean_t x86_sysenter_arg_store_isvalid(thread_t thread);
135 args_in_uthread = ((regs->eax & I386_SYSCALL_ARG_BYTES_MASK) != 0) && x86_sysenter_arg_store_isvalid(thread);
/darwin-on-arm/xnu/osfmk/i386/
H A Dpcb.c2111 boolean_t x86_sysenter_arg_store_isvalid(thread_t thread);
2113 boolean_t x86_sysenter_arg_store_isvalid(thread_t thread) { function

Completed in 21 milliseconds