Searched refs:X86EMUL_F_WRITE (Results 1 – 2 of 2) sorted by relevance
93 #define X86EMUL_F_WRITE BIT(0) macro
721 (flags & X86EMUL_F_WRITE)) in __linearize()761 write ? X86EMUL_F_WRITE : 0); in linearize()