Home
last modified time | relevance | path

Searched refs:RQF_IPIQ (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/platform/vkernel64/platform/
H A Dmachintr.c128 while (gd->mi.gd_reqflags & (RQF_IPIQ|RQF_INTPEND| in splz()
131 if (gd->mi.gd_reqflags & RQF_IPIQ) { in splz()
132 atomic_clear_int(&gd->mi.gd_reqflags, RQF_IPIQ); in splz()
/dragonfly/sys/platform/pc64/x86_64/
H A Dipl.s149 testl $RQF_IPIQ,PCPU(reqflags)
316 andl $~RQF_IPIQ,PCPU(reqflags)
362 testl $RQF_IPIQ,PCPU(reqflags)
446 andl $~RQF_IPIQ,PCPU(reqflags)
H A Dgenassym.c241 ASSYM(RQF_IPIQ, RQF_IPIQ);
H A Dexception.S454 testl $RQF_IPIQ|RQF_TIMER|RQF_INTPEND|RQF_AST_MASK,PCPU(reqflags)
/dragonfly/sys/sys/
H A Dglobaldata.h233 #define RQF_IPIQ (1 << RQB_IPIQ) macro
248 #define RQF_IDLECHECK_MASK (RQF_IPIQ|RQF_INTPEND|RQF_TIMER|RQF_KQUEUE)
/dragonfly/sys/cpu/x86_64/include/
H A Dcpu.h79 atomic_set_int(&mycpu->gd_reqflags, RQF_IPIQ)
/dragonfly/sys/platform/pc64/apic/
H A Dapic_vector.s275 andl $~RQF_IPIQ,PCPU(reqflags)
362 orl $RQF_IPIQ,PCPU(reqflags)
/dragonfly/sys/kern/
H A Dkern_clock.c558 if ((gd->gd_reqflags & RQF_IPIQ) == 0 && lwkt_need_ipiq_process(gd)) { in hardclock()