Searched refs:F_OFF (Results 1 – 6 of 6) sorted by relevance
102 #define F_OFF 0x2 /* interrupts off */ macro
214 pushl $F_OFF; \
248 pushq $F_OFF; \
252 vgc->user_regs.rflags = F_OFF | iopl; in mp_set_cpu_context()256 vgc->user_regs.eflags = F_OFF | iopl; in mp_set_cpu_context()
380 #define F_OFF(f) (offsetof(fanout_stat_t, f)) macro383 {"ipackets", F_OFF(f_ipackets)},384 {"rbytes", F_OFF(f_rbytes)},
16616 #define F_OFF V_OFF(1U) macro