Searched refs:MDL_COMPAT32 (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/arch/amd64/include/
H A Dproc.h55 #define MDL_COMPAT32 0x0008 /* i386, always return via iret */ macro
/netbsd-current/sys/compat/linux32/arch/amd64/
H A Dlinux32_machdep.c296 l->l_md.md_flags = MDL_COMPAT32; /* force iret not sysret */
/netbsd-current/sys/arch/amd64/amd64/
H A Dnetbsd32_machdep.c149 l->l_md.md_flags = MDL_COMPAT32; /* force iret not sysret */
H A Dlocore.S1437 * we're returning to a 32bit LWP (MDL_COMPAT32 set).
1442 testl $(MDL_IRET|MDL_COMPAT32),L_MD_FLAGS(%r14)

Completed in 96 milliseconds