Searched refs:RFLAGS_Z (Results 1 – 2 of 2) sorted by relevance
140 #define RFLAGS_Z (1U<<6U) macro
540 rflags &= ~(RFLAGS_C | RFLAGS_P | RFLAGS_A | RFLAGS_Z | RFLAGS_S | RFLAGS_O); in nested_vmx_result()543 rflags |= RFLAGS_Z; in nested_vmx_result()
Completed in 10 milliseconds