Searched refs:X86_EFLAGS_SET_PF (Results 1 – 5 of 5) sorted by relevance
117 case X86_EFLAGS_SET_PF: in get_eflag_name()
127 case X86_EFLAGS_SET_PF: in get_eflag_name()
302 X86_EFLAGS_SET_PF = 1<<56 variable
305 public static final int X86_EFLAGS_SET_PF = 1<<56; field in X86_const
131 #define X86_EFLAGS_SET_PF (1ULL << 56) macro